fix inverted setting (meaning was inverted too)
[enigma2.git] / lib / driver / rc.cpp
index 392065124358f81cbf708bd247c2f7ec869e9ac1..d4664896fa75225722954ec1e657e32aa59e5625 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()