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
- Lines: 14
- Date:
Mon Jan 17 16:24:48 2000
- Orig file:
v2.3.39/linux/drivers/usb/hub.h
- Orig date:
Wed Oct 27 16:34:12 1999
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)