aboutsummaryrefslogtreecommitdiff
path: root/lib/driver
AgeCommit message (Collapse)Author
2011-01-19rcsdl: only generate key press events for ASCIIAndreas Oberritter
2010-11-16rcconsole: fix for escape codes split into multiple readsAndreas Oberritter
2010-11-16SDL: add input support, use SDL mainloop in a threadAndreas Oberritter
2010-11-16install header filesAndreas Oberritter
2010-11-16build and link static libraries without libtoolAndreas Oberritter
2010-11-16clean up build #2Andreas Oberritter
* use swig macros from autoconf archive * generate and use enigma2_config.h (include from command-line) * check for dbox/fp.h and dbox/lcd-ks0713.h * clean up checks for libdreamdvd and lib*gif * fix some dependencies for generated files and header files
2010-11-16clean up buildAndreas Oberritter
* reduce use of TUXBOX macros * fix compiler warnings by including Python.h from the command-line * use libtool to build and link main/* and lib/* * don't link libmad, libid3tag, libcrypt, libresolv, librt, ldl into e2 * fix make rules of actionids.h
2010-11-16*/Makefile.am: s,INCLUDES,AM_CPPFLAGS,Andreas Oberritter
2010-04-26simplify case-insensitive substring searchAndreas Oberritter
2010-02-13lib/driver/rc.cpp,rcinput.cpp: only do EVIOCGRAB when event bit 0x1E is set ↵ghost
in event device evbits
2009-12-23fix EVIOCGRAB ioctlghost
switch to non exclusive access on input devices when call eRCInput::lock (i.e. this fixes no more working Tuxtxt plugin) remove some incorrect code eRCInput::lock now no more returns a device handle .. this is not possible this way..
2009-12-22lib/driver/rc*: open remote control input devices in exclussive mode... so ↵ghost
the keycodes are not supplied to the linux console
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-02-23fixed compile errors with g++ 4.3 and replaced some c headers by theirAndreas Oberritter
c++ counterparts
2009-02-06code cleanup ... use more /proc/stb/avs/0/* auto functionsghost
this change needs current drivers (SRCDATE >= 20090206)
2008-11-06Don't block key '5' on keyboard.Andreas Oberritter
'5' should never be blocked because it is essential for many functions. Also it is unclear why both 0x35 and 0x7E codes are supposed to be generated by 'mute'. Until this is resolved, unblocking '5' is the best solution from a user's POV.
2008-10-29better solution to add possibility to delete eSocketNotifiers,Andreas Monzner
eConsoleAppContainers in callback funktions without crash
2008-08-19add dm8000 vcr scartswitch supportAndreas Monzner
2008-03-25fix deprecated conversion from string constant to char* by using const char* ↵Andreas Oberritter
instead where possible
2008-03-25use long instead of int where pointers are castedAndreas Oberritter
2008-02-01add possibilty to hide menu entries when needed hardware is not availableAndreas Monzner
2007-06-27fix flagsFelix Domke
2007-06-27add missing flagLongAndreas Monzner
2007-04-12cleanupFelix Domke
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-12-13add possibility to select multimode instead of pal/ntsc for TVs with supportAndreas Monzner
for both tv systems
2006-12-05remove unused fileAndreas Monzner
2006-12-05add new filesAndreas Monzner
2006-12-05add possibility to enable/disable 12V Chinch output via usage setupAndreas Monzner
2006-11-02add debug outputAndreas Monzner
2006-10-30disable polling the fp when driver is not ready for thatAndreas Monzner
2006-10-29small optimizeAndreas Monzner
2006-10-26add auto vcr switching support (needs new drivers (fp.ko))Andreas Monzner
2006-07-09fix comment, add 16:9 letterboxFelix Domke
2006-06-28revert stupid codeAndreas Monzner
2006-06-28another keyboard fixAndreas Monzner
2006-06-28fixes for keyboardAndreas Monzner
2006-06-08fix keyboardAndreas Monzner
2006-06-07more work on keyboard supportAndreas Monzner
2006-06-07make some functions accessible from pythonAndreas Monzner
2006-03-28add support for 16:10 display aspect ratioStefan Pluecken
2006-03-06add possibility to lock/unlock the rc devices (remote control) from pythonAndreas Monzner
it is usable by this way: from enigma import eRCInput, eRCInputPtr (or *) rcinput = eRCInput.getInstance() rcinput.lock()... unlock()... islocked()
2006-02-20fix: remember video mode if it has been changedAxel Buehning
2006-02-16avswitch: reset video mode only when it has changedFelix Domke
2006-02-08dont set /proc/stb values directly from python..Andreas Monzner
use eavswitch as api abstraction layer enable pal/ntsc switching
2006-02-08fix slowblankFelix Domke
2006-01-27remove obsolete eConfigFelix Domke
2006-01-26add something which doesn't workFelix Domke
2006-01-19use correct fastblank valueStefan Pluecken
2006-01-19remove manual fastblankStefan Pluecken