patch-2.3.11 linux/drivers/usb/hub.h

Next file: linux/drivers/usb/keyboard.c
Previous file: linux/drivers/usb/hub.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.10/linux/drivers/usb/hub.h linux/drivers/usb/hub.h
@@ -68,6 +68,12 @@
 	/* Device structure */
 	struct usb_device *dev;
 
+	/* Reference to the hub's polling IRQ */
+	void* irq_handle;
+
+	/* List of hubs */
+	struct list_head hub_list;
+
 	/* Temporary event list */
 	struct list_head event_list;
 

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