diff options
-rw-r--r-- | chip/g/usb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chip/g/usb.c b/chip/g/usb.c index 95c40c595f..ea791fa15a 100644 --- a/chip/g/usb.c +++ b/chip/g/usb.c @@ -623,6 +623,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; |