patch-2.4.0-test7 linux/drivers/usb/usb-ohci.h
Next file: linux/drivers/usb/usb-uhci.c
Previous file: linux/drivers/usb/usb-ohci.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Sun Aug 13 15:59:10 2000
- Orig file:
v2.4.0-test6/linux/drivers/usb/usb-ohci.h
- Orig date:
Mon Jul 10 16:47:25 2000
diff -u --recursive --new-file v2.4.0-test6/linux/drivers/usb/usb-ohci.h linux/drivers/usb/usb-ohci.h
@@ -366,6 +366,7 @@
int irq;
int disabled; /* e.g. got a UE, we're hung */
+ atomic_t resume_count; /* defending against multiple resumes */
struct ohci_regs * regs; /* OHCI controller's memory */
struct list_head ohci_hcd_list; /* list of all ohci_hcd */
@@ -384,7 +385,10 @@
struct usb_bus * bus;
struct usb_device * dev[128];
struct virt_root_hub rh;
- struct pci_dev *ohci_dev;
+
+ /* PCI device handle and settings */
+ struct pci_dev *ohci_dev;
+ u8 pci_latency;
} ohci_t;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)