X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fdriver%2Frcinput.cpp;h=2bfeefa1992e53c2a07d55b346f30f91670e15c1;hb=b9c0b3c8ec8c7979848126d9c88764043d685d26;hp=e593087d7cfd158480f7724040cfa9e590cd4452;hpb=a8d991ca3b2f7cd9b85bd54ea4eaa661c06a3d71;p=vuplus_dvbapp 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