aboutsummaryrefslogtreecommitdiff
path: root/lib/driver/rcinput.cpp
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
2008-03-25use long instead of int where pointers are castedAndreas Oberritter
2006-10-29small optimizeAndreas Monzner
2006-06-28revert stupid codeAndreas Monzner
2006-06-28another keyboard fixAndreas Monzner
2006-06-28fixes for keyboardAndreas Monzner
2006-06-07more work on keyboard supportAndreas Monzner
2005-10-15removed not only one but FOUR annoying debug messagesFelix Domke
2005-05-17 - removed some OOOOOLD, never required code (last time it was used was in ↵Felix Domke
2001(!))
2005-05-16 - autodetect available input devicesFelix Domke
- fix flag support - fix keymap: listbox moveUp/moveDown
2004-10-01 - add python, missing guiFelix Domke
- remove console (needs to be rewritten anyway) - eString -> std::string
2003-10-17import of enigma2Felix Domke