summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
Diffstat (limited to 'chip')
-rw-r--r--chip/g/usb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/chip/g/usb.c b/chip/g/usb.c
index fbfcff17bd..5f5e595e4b 100644
--- a/chip/g/usb.c
+++ b/chip/g/usb.c
@@ -619,6 +619,8 @@ static int handle_setup_with_in_stage(enum table_case tc,
case USB_DT_DEVICE_QUALIFIER:
/* We're not high speed */
return -1;
+ case USB_DT_DEBUG:
+ return -1;
default:
report_error(type);
return -1;