X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=pirkeysetmanager.cpp;h=817594c1db4fd5953a71aef010f89612cc1e1092;hb=c368b9d2216660ed7541cad6919338a3538a644b;hp=0141a4d46d8c10f2edaa62ec0dd5998c0846cfb8;hpb=d359576506dc27d7352e1feaa8c38412818db99c;p=pierogi diff --git a/pirkeysetmanager.cpp b/pirkeysetmanager.cpp index 0141a4d..817594c 100644 --- a/pirkeysetmanager.cpp +++ b/pirkeysetmanager.cpp @@ -52,6 +52,7 @@ #include "keysets/huawei.h" #include "keysets/humax.h" #include "keysets/hyundai.h" +#include "keysets/irobot.h" #include "keysets/jvc.h" #include "keysets/kaon.h" #include "keysets/kathrein.h" @@ -362,6 +363,8 @@ PIRKeysetManager::PIRKeysetManager() setupKeyset(new HyundaiAudio1(++counter)); setupKeyset(new HyundaiTV1(++counter)); + setupKeyset(new IRobotRoomba1(++counter)); + setupKeyset(new JVCSat1(++counter)); setupKeyset(new JVCSat2(++counter)); setupKeyset(new JVCVCR1(++counter));