From e8eb8e9694379204f4b9143ca6b33db48809df7f Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 22 Dec 2009 15:33:20 +0100 Subject: lib/driver/rc*: open remote control input devices in exclussive mode... so the keycodes are not supplied to the linux console --- lib/driver/rcinput.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/driver/rcinput.cpp') 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 "); } -- cgit v1.2.3