X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=pirkeysetmanager.cpp;fp=pirkeysetmanager.cpp;h=a9d62674786626f56647ae3cab446943f45fe384;hb=fb8932101ae4f67f18ffa31073d51823cc872ac8;hp=e8619c64a3ad7a5de8443cd58f365102a1b48ba9;hpb=28ea9e5632ffe5f6406d9e35cd9301b7d0a5adf6;p=pierogi diff --git a/pirkeysetmanager.cpp b/pirkeysetmanager.cpp index e8619c6..a9d6267 100644 --- a/pirkeysetmanager.cpp +++ b/pirkeysetmanager.cpp @@ -33,6 +33,7 @@ #include "keysets/hp.h" #include "keysets/huawei.h" #include "keysets/humax.h" +#include "keysets/hyundai.h" #include "keysets/jvc.h" #include "keysets/kenwood.h" #include "keysets/lg.h" @@ -255,6 +256,10 @@ PIRKeysetManager::PIRKeysetManager() setupKeyset(new HumaxReceiver2(counter++)); setupKeyset(new HumaxReceiver3(counter++)); + setupKeyset(new HyundaiDVD1(counter++)); + setupKeyset(new HyundaiAudio1(counter++)); + setupKeyset(new HyundaiTV1(counter++)); + setupKeyset(new JVCSat1(counter++)); setupKeyset(new JVCSat2(counter++)); setupKeyset(new JVCVCR1(counter++));