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

Next file: linux/drivers/usb/inode.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.39/linux/drivers/usb/hub.h linux/drivers/usb/hub.h
@@ -4,6 +4,13 @@
 #include <linux/list.h>
 
 /*
+ * Hub request types
+ */
+
+#define USB_RT_HUB	(USB_TYPE_CLASS | USB_RECIP_DEVICE)
+#define USB_RT_PORT	(USB_TYPE_CLASS | USB_RECIP_OTHER)
+
+/*
  * Hub Class feature numbers
  */
 #define C_HUB_LOCAL_POWER	0

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