mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
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: master
Commit: 3ef3ac837c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-01-09 (Mon, 09 Jan 2012)
------------------
This commit was generated by Migit
8 lines
166 B
C
8 lines
166 B
C
/* 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
|