USB: usbfs: add USBDEVFS_URB_BULK_CONTINUATION flag
[deliverable/linux.git] / include / linux / usbdevice_fs.h
index 00ceebeb9e5c272818f3ce44cb664c7907e71f00..b2a7d8ba6ee3d6c7ee7435bd43eedd6640243a26 100644 (file)
@@ -77,6 +77,7 @@ struct usbdevfs_connectinfo {
 
 #define USBDEVFS_URB_SHORT_NOT_OK      0x01
 #define USBDEVFS_URB_ISO_ASAP          0x02
+#define USBDEVFS_URB_BULK_CONTINUATION 0x04
 #define USBDEVFS_URB_NO_FSBR           0x20
 #define USBDEVFS_URB_ZERO_PACKET       0x40
 #define USBDEVFS_URB_NO_INTERRUPT      0x80
This page took 0.026698 seconds and 5 git commands to generate.