X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver/blobdiff_plain/bdc65937d68c5091b701d8f70ab10b66f68a771c..576995a8663c7f9da1d65e05cb35dbf86cdb66e9:/usb-driver.c diff --git a/usb-driver.c b/usb-driver.c index 890e494..853c38c 100644 --- a/usb-driver.c +++ b/usb-driver.c @@ -258,6 +258,9 @@ int do_wdioctl(int fd, unsigned int request, unsigned char *wdioctl) { #if 0 { struct card_register* cr = (struct card_register*)(wdheader->data); +#ifndef NO_WINDRVR + ret = (*ioctl_func) (fd, request, wdioctl); +#endif } #endif DPRINTF("CARD_REGISTER\n"); @@ -528,6 +531,13 @@ int do_wdioctl(int fd, unsigned int request, unsigned char *wdioctl) { #endif break; + case MULTI_TRANSFER: + DPRINTF("MULTI_TRANSFER\n"); +#ifndef NO_WINDRVR + ret = (*ioctl_func) (fd, request, wdioctl); +#endif + break; + case EVENT_UNREGISTER: DPRINTF("EVENT_UNREGISTER\n"); #ifndef NO_WINDRVR