mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
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.
This commit is contained in:
7
lib/libtriple/lt_dfbinput.h
Normal file
7
lib/libtriple/lt_dfbinput.h
Normal 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
|
Reference in New Issue
Block a user