X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdriver%2Frcinput.cpp;h=2bfeefa1992e53c2a07d55b346f30f91670e15c1;hp=e593087d7cfd158480f7724040cfa9e590cd4452;hb=1fc2700e351c0297089925aba6c3a7b890dfb077;hpb=a37ddbb7785de5f1d944f4937a5b2914ce6a3862;ds=sidebyside diff --git a/lib/driver/rcinput.cpp b/lib/driver/rcinput.cpp index e593087..2bfeefa 100644 --- a/lib/driver/rcinput.cpp +++ b/lib/driver/rcinput.cpp @@ -89,7 +89,8 @@ eRCDeviceInputDev::eRCDeviceInputDev(eRCInputEventDriver *driver) void eRCDeviceInputDev::setExclusive(bool b) { - driver->setExclusive(!iskeyboard && b); + if (!iskeyboard) + driver->setExclusive(b); } const char *eRCDeviceInputDev::getDescription() const