patch-2.3.10 linux/drivers/usb/hub.h
Next file: linux/drivers/usb/ohci-debug.c
Previous file: linux/drivers/usb/CREDITS
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Jul 8 15:19:55 1999
- Orig file:
v2.3.9/linux/drivers/usb/hub.h
- Orig date:
Wed Apr 21 05:41:59 1999
diff -u --recursive --new-file v2.3.9/linux/drivers/usb/hub.h linux/drivers/usb/hub.h
@@ -12,6 +12,7 @@
/*
* Port feature numbers
*/
+#define USB_PORT_FEAT_CONNECTION 0
#define USB_PORT_FEAT_ENABLE 1
#define USB_PORT_FEAT_SUSPEND 2
#define USB_PORT_FEAT_OVER_CURRENT 3
@@ -40,7 +41,7 @@
#define USB_PORT_STAT_C_OVERCURRENT 0x0008
#define USB_PORT_STAT_C_RESET 0x0010
-/* Characteristics */
+/* wHubCharacteristics (masks) */
#define HUB_CHAR_LPSM 0x0003
#define HUB_CHAR_COMPOUND 0x0004
#define HUB_CHAR_OCPM 0x0018
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)