libtriple: convert tripledragon remote to uinput

Instead of patching neutrino to read the Tripledragon remote, use a
converter thread in libtriple to convert the TD remote to a real input
device via uinput.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0a7ec15c6e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-01-09 (Mon, 09 Jan 2012)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-01-09 21:03:50 +01:00
parent 23b85aa86c
commit 28c57752d0
4 changed files with 374 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
/* functions from lt_dfbinput.c */
#ifndef __LT_DFB_INPUT_H_
#define __LT_DFB_INPUT_H_
void start_input_thread(IDirectFB *dfb);
void stop_input_thread(void);
#endif