diff options
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r-- | include/linux/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index efce9a4c511c..533c32374e01 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -994,6 +994,7 @@ extern int usb_disabled(void); | |||
994 | #define URB_ZERO_PACKET 0x0040 /* Finish bulk OUT with short packet */ | 994 | #define URB_ZERO_PACKET 0x0040 /* Finish bulk OUT with short packet */ |
995 | #define URB_NO_INTERRUPT 0x0080 /* HINT: no non-error interrupt | 995 | #define URB_NO_INTERRUPT 0x0080 /* HINT: no non-error interrupt |
996 | * needed */ | 996 | * needed */ |
997 | #define URB_FREE_BUFFER 0x0100 /* Free transfer buffer with the URB */ | ||
997 | 998 | ||
998 | struct usb_iso_packet_descriptor { | 999 | struct usb_iso_packet_descriptor { |
999 | unsigned int offset; | 1000 | unsigned int offset; |