patch-2.4.8 linux/drivers/usb/usb-ohci.h
Next file: linux/drivers/usb/usb.c
Previous file: linux/drivers/usb/usb-ohci.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Tue Jul 24 14:20:56 2001
-  Orig file: 
v2.4.7/linux/drivers/usb/usb-ohci.h
-  Orig date: 
Tue Jul  3 17:08:21 2001
diff -u --recursive --new-file v2.4.7/linux/drivers/usb/usb-ohci.h linux/drivers/usb/usb-ohci.h
@@ -2,7 +2,7 @@
  * URB OHCI HCD (Host Controller Driver) for USB.
  * 
  * (C) Copyright 1999 Roman Weissgaerber <weissg@vienna.at>
- * (C) Copyright 2000 David Brownell <david-b@pacbell.net>
+ * (C) Copyright 2000-2001 David Brownell <dbrownell@users.sourceforge.net>
  * 
  * usb-ohci.h
  */
@@ -380,6 +380,7 @@
 
 	int irq;
 	int disabled;			/* e.g. got a UE, we're hung */
+	int sleeping;
 	atomic_t resume_count;		/* defending against multiple resumes */
 	unsigned long flags;		/* for HC bugs */
 #define	OHCI_QUIRK_AMD756	0x01		/* erratum #4 */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)