|
@@ -994,6 +994,7 @@ extern int usb_disabled(void);
|
|
#define URB_ZERO_PACKET 0x0040 /* Finish bulk OUT with short packet */
|
|
#define URB_ZERO_PACKET 0x0040 /* Finish bulk OUT with short packet */
|
|
#define URB_NO_INTERRUPT 0x0080 /* HINT: no non-error interrupt
|
|
#define URB_NO_INTERRUPT 0x0080 /* HINT: no non-error interrupt
|
|
* needed */
|
|
* needed */
|
|
|
|
+#define URB_FREE_BUFFER 0x0100 /* Free transfer buffer with the URB */
|
|
|
|
|
|
struct usb_iso_packet_descriptor {
|
|
struct usb_iso_packet_descriptor {
|
|
unsigned int offset;
|
|
unsigned int offset;
|