summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/usb/controller/uss820dci.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/uss820dci.c b/sys/dev/usb/controller/uss820dci.c
index 1a38abe..ba77711 100644
--- a/sys/dev/usb/controller/uss820dci.c
+++ b/sys/dev/usb/controller/uss820dci.c
@@ -2005,6 +2005,13 @@ tr_handle_get_descriptor:
len = sizeof(uss820dci_devd);
ptr = (const void *)&uss820dci_devd;
goto tr_valid;
+ case UDESC_DEVICE_QUALIFIER:
+ if (value & 0xff) {
+ goto tr_stalled;
+ }
+ len = sizeof(uss820dci_odevd);
+ ptr = (const void *)&uss820dci_odevd;
+ goto tr_valid;
case UDESC_CONFIG:
if (value & 0xff) {
goto tr_stalled;
OpenPOWER on IntegriCloud