fix return
[vuplus_dvbapp] / lib / driver / rc.cpp
index 3920651..d466489 100644 (file)
  *  actions. have fun.
  */
 
-int eRCDevice::getKeyCompatibleCode(const eRCKey &) const
-{
-       return -1;
-}
-
 eRCDevice::eRCDevice(std::string id, eRCDriver *driver): driver(driver), id(id)
 {
        input=driver->getInput();
@@ -182,6 +177,7 @@ eRCInput::eRCInput()
        instance=this;
        handle = -1;
        locked = 0;
+       keyboardMode = kmAll;
 }
 
 eRCInput::~eRCInput()