aboutsummaryrefslogtreecommitdiff
path: root/lib/driver/rcconsole.cpp
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-12-23 19:25:36 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-12-23 19:25:36 +0100
commit2b47f0d63cb4d1bfb1979bc777795a834763db9a (patch)
tree2b27042194c45b70f92bff7b8691ab2c761bee9a /lib/driver/rcconsole.cpp
parente8eb8e9694379204f4b9143ca6b33db48809df7f (diff)
downloadenigma2-2b47f0d63cb4d1bfb1979bc777795a834763db9a.tar.gz
enigma2-2b47f0d63cb4d1bfb1979bc777795a834763db9a.zip
fix EVIOCGRAB ioctl
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..
Diffstat (limited to 'lib/driver/rcconsole.cpp')
-rw-r--r--lib/driver/rcconsole.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/driver/rcconsole.cpp b/lib/driver/rcconsole.cpp
index bcce5601..eb5aee3d 100644
--- a/lib/driver/rcconsole.cpp
+++ b/lib/driver/rcconsole.cpp
@@ -16,7 +16,6 @@ eRCConsoleDriver::eRCConsoleDriver(const char *filename): eRCDriver(eRCInput::ge
{
sn=eSocketNotifier::create(eApp, handle, eSocketNotifier::Read);
CONNECT(sn->activated, eRCConsoleDriver::keyPressed);
- eRCInput::getInstance()->setFile(handle);
}
/* set console mode */