USBDEVFS_URB_SHORT_NOT_OK
unsigned long mask = USBDEVFS_URB_SHORT_NOT_OK |
if (allow_short && uurb->flags & USBDEVFS_URB_SHORT_NOT_OK)
if (!allow_short && uurb->flags & USBDEVFS_URB_SHORT_NOT_OK)