aboutsummaryrefslogtreecommitdiff
path: root/lib/driver
AgeCommit message (Collapse)Author
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
2006-01-18removed unused variableAndreas Oberritter
2005-12-31make many constructors and destructors invisible for pythonAndreas Monzner
2005-12-25add vcr scart switch to main menuStefan Pluecken
2005-12-25fix (or hack) scart switching because the value in /proc/stb/avs/0/fb reads ↵Stefan Pluecken
low, while it is not low i think it should better be fixed in the drivers(?)
2005-11-17use c++-fallback for lack of tzset-python-functionStefan Pluecken
2005-11-14add setInput()Ronny Strutz
2005-11-11simplify&correct&addnewfeature aspect handlingFelix Domke
2005-11-10fix values in order to match new config-valuesRonny Strutz
2005-11-10fix returnRonny Strutz
2005-11-10add functions for aspect-ratio and system (system is buggy in /proc)Ronny Strutz