diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-22 15:33:20 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-22 15:33:20 +0100 |
| commit | e8eb8e9694379204f4b9143ca6b33db48809df7f (patch) | |
| tree | 05034256bd0b58319eb2390647a2469c83390d1d /lib/driver/rcinput.cpp | |
| parent | f13490a1a66421b08cef893cb89e8f78c5873d05 (diff) | |
| download | enigma2-e8eb8e9694379204f4b9143ca6b33db48809df7f.tar.gz enigma2-e8eb8e9694379204f4b9143ca6b33db48809df7f.zip | |
lib/driver/rc*: open remote control input devices in exclussive mode... so the keycodes are not supplied to the linux console
Diffstat (limited to 'lib/driver/rcinput.cpp')
| -rw-r--r-- | lib/driver/rcinput.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/driver/rcinput.cpp b/lib/driver/rcinput.cpp index d10d94f3..0aada8df 100644 --- a/lib/driver/rcinput.cpp +++ b/lib/driver/rcinput.cpp @@ -83,6 +83,7 @@ eRCDeviceInputDev::eRCDeviceInputDev(eRCInputEventDriver *driver) break; } } + driver->setExclusive(!iskeyboard); eDebug("Input device \"%s\" is %sa keyboard.", id.c_str(), iskeyboard ? "" : "not "); } |
