Searched defs:USBDEVFS_URB_SHORT_NOT_OK (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/USB/linux/
H A DUSBProxyDevice-linux.cpp63 #ifndef USBDEVFS_URB_SHORT_NOT_OK
64 # define USBDEVFS_URB_SHORT_NOT_OK 0 /* rhel3 doesn't have this. darn! */ macro
1380 pUrbLnx->KUrb.flags |= USBDEVFS_URB_SHORT_NOT_OK;
1467 pUrbLnx->KUrb.flags |= USBDEVFS_URB_SHORT_NOT_OK;
1752 Assert((pKUrb->endpoint & 0x80) && (!pKUrb->flags & USBDEVFS_URB_SHORT_NOT_OK));

Completed in 35 milliseconds