aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdivar.h
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2002-02-16 00:51:26 +0000
committerJosef Karthauser <joe@FreeBSD.org>2002-02-16 00:51:26 +0000
commit4d0649fbad8cd99f1c3302b695eafa871d2de422 (patch)
tree9c0ec415f0dfcb9ea00bb065aa1466311f4ea70b /sys/dev/usb/usbdivar.h
parentc67fd26e984ab205db6835ab41660bf2e2a32af3 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/usbdivar.h')
-rw-r--r--sys/dev/usb/usbdivar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdivar.h b/sys/dev/usb/usbdivar.h
index 6057e19be892b..4ad129d870552 100644
--- a/sys/dev/usb/usbdivar.h
+++ b/sys/dev/usb/usbdivar.h
@@ -123,7 +123,7 @@ struct usbd_device {
u_int8_t address; /* device addess */
u_int8_t config; /* current configuration # */
u_int8_t depth; /* distance from root hub */
- u_int8_t lowspeed; /* lowspeed flag */
+ u_int8_t speed; /* low/full/high speed */
u_int8_t self_powered; /* flag for self powered */
u_int16_t power; /* mA the device uses */
int16_t langid; /* language for strings */