Pip is now working with CI
[enigma2.git] / lib / dvb_ci / dvbci_resmgr.cpp
index 7f716d611406569390c3483edc33f0a7c7de36a5..e9e4bd1b12b394d10323df4d6e9ae0194d76581a 100644 (file)
@@ -71,10 +71,10 @@ int eDVBCIResourceManagerSession::doAction()
                                {0x00, 0x01, 0x00, 0x41},
                                {0x00, 0x02, 0x00, 0x41},
                                {0x00, 0x03, 0x00, 0x41},
-                               {0x00, 0x20, 0x00, 0x41},
+//                             {0x00, 0x20, 0x00, 0x41}, // host control
                                {0x00, 0x24, 0x00, 0x41},
                                {0x00, 0x40, 0x00, 0x41},
-                               {0x00, 0x10, 0x00, 0x41}, // auth.
+//                             {0x00, 0x10, 0x00, 0x41}, // auth.
                        };
                sendAPDU(tag, data, sizeof(data));
                state=stateFinal;
@@ -83,6 +83,7 @@ int eDVBCIResourceManagerSession::doAction()
        case stateFinal:
                printf("stateFinal und action! kann doch garnicht sein ;)\n");
        default:
-               return 0;
+               break;
        }
+       return 0;
 }