diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-23 19:25:36 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-23 19:26:13 +0100 |
| commit | 738bb44f393edf2a58eef973f7f5a01c2e2bbaa3 (patch) | |
| tree | cf743d3c1990792f85dfe7e1643c71b5f71397b5 /lib/driver/rcconsole.cpp | |
| parent | 7fb294e5cfb798fc86c275932466313108bab513 (diff) | |
| download | enigma2-738bb44f393edf2a58eef973f7f5a01c2e2bbaa3.tar.gz enigma2-738bb44f393edf2a58eef973f7f5a01c2e2bbaa3.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.cpp | 1 |
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 */ |
