aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/uss820dci.c
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2010-10-13 20:37:19 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2010-10-13 20:37:19 +0000
commit3b6f59eeaa16156b4604ce8c265d0146e9311e5f (patch)
treec0eea92a089dcb1a1218dbfb6305e17b72d4895c /sys/dev/usb/controller/uss820dci.c
parent05844c563e32d183b04bced4070b7e516b6fbc87 (diff)
downloadsrc-3b6f59eeaa16156b4604ce8c265d0146e9311e5f.tar.gz
src-3b6f59eeaa16156b4604ce8c265d0146e9311e5f.zip
Correct some root HUB descriptor fields in multiple controller drivers.
Remove an unused structure. Approved by: thompsa (mentor)
Notes
Notes: svn path=/head/; revision=213802
Diffstat (limited to 'sys/dev/usb/controller/uss820dci.c')
-rw-r--r--sys/dev/usb/controller/uss820dci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/controller/uss820dci.c b/sys/dev/usb/controller/uss820dci.c
index 74221695f842..7d007604175f 100644
--- a/sys/dev/usb/controller/uss820dci.c
+++ b/sys/dev/usb/controller/uss820dci.c
@@ -1740,7 +1740,7 @@ static const struct usb_device_descriptor uss820dci_devd = {
.bcdUSB = {0x00, 0x02},
.bDeviceClass = UDCLASS_HUB,
.bDeviceSubClass = UDSUBCLASS_HUB,
- .bDeviceProtocol = UDPROTO_HSHUBSTT,
+ .bDeviceProtocol = UDPROTO_FSHUB,
.bMaxPacketSize = 64,
.bcdDevice = {0x00, 0x01},
.iManufacturer = 1,
@@ -1776,7 +1776,7 @@ static const struct uss820dci_config_desc uss820dci_confd = {
.bNumEndpoints = 1,
.bInterfaceClass = UICLASS_HUB,
.bInterfaceSubClass = UISUBCLASS_HUB,
- .bInterfaceProtocol = UIPROTO_HSHUBSTT,
+ .bInterfaceProtocol = 0,
},
.endpd = {