DPRINTF("LICENSE\n");
break;
+ case CARD_REGISTER_OLD:
case CARD_REGISTER:
/* TODO: Implement for LPT-support */
#if 0
}
break;
+ case INT_ENABLE_OLD:
case INT_ENABLE:
DPRINTF("INT_ENABLE\n");
{
}
break;
+ case USB_GET_DEVICE_DATA_OLD:
case USB_GET_DEVICE_DATA:
DPRINTF("USB_GET_DEVICE_DATA\n");
{
}
break;
+ case EVENT_REGISTER_OLD:
case EVENT_REGISTER:
DPRINTF("EVENT_REGISTER\n");
{
}
break;
+ case TRANSFER_OLD:
case TRANSFER:
DPRINTF("TRANSFER\n");
#ifndef NO_WINDRVR
#define INT_ENABLE 0x98e
#define EVENT_PULL 0x988
#define USB_SET_INTERFACE 0x981
+#define CARD_REGISTER_OLD 0x97d
+#define INT_ENABLE_OLD 0x91e
+#define USB_GET_DEVICE_DATA_OLD 0x980
+#define EVENT_REGISTER_OLD 0x986
+#define TRANSFER_OLD 0x903
#else
#define VERSION 0xc0000910
#define LICENSE 0xc0000952
#define INT_ENABLE 0xc000098e
#define EVENT_PULL 0xc0000988
#define USB_SET_INTERFACE 0xc0000981
+#define CARD_REGISTER_OLD 0xc000097d
+#define INT_ENABLE_OLD 0xc000091e
+#define USB_GET_DEVICE_DATA_OLD 0xc0000980
+#define EVENT_REGISTER_OLD 0xc0000986
+#define TRANSFER_OLD 0xc0000903
#endif
#define MAGIC 0xa410b413UL