patch-2.3.99-pre1 linux/drivers/usb/uhci.h

Next file: linux/drivers/usb/usb-core.c
Previous file: linux/drivers/usb/uhci.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.51/linux/drivers/usb/uhci.h linux/drivers/usb/uhci.h
@@ -338,7 +338,11 @@
 struct urb_priv {
 	struct uhci_qh *qh;		/* QH for this URB */
 
-	int fsbr;
+	int fsbr;			/* Did this URB turn on FSBR? */
+
+	char short_control_packet;	/* If we get a short packet during */
+					/*  a control transfer, retrigger */
+					/*  the status phase */
 
 	unsigned long inserttime;	/* In jiffies */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)