summaryrefslogtreecommitdiff
path: root/include/usbdescriptors.h
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-12-02 16:42:49 -0500
committerTom Rini <[email protected]>2022-12-22 10:31:49 -0500
commit0c3a6d443f4751b681566e8a752d12e04f4369f4 (patch)
tree349b44fe7364bef1058432403b88dbbf6bf4f816 /include/usbdescriptors.h
parent8747decc9bda5512c2d7eff4c7cab178e5ad6152 (diff)
usb: Remove CONFIG_USBD_HS
This define is not enabled by the only platform which currently enables the legacy option of CONFIG_USB_DEVICE. We can drop this code. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/usbdescriptors.h')
-rw-r--r--include/usbdescriptors.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/usbdescriptors.h b/include/usbdescriptors.h
index 9a503874511..641b4a3e6f2 100644
--- a/include/usbdescriptors.h
+++ b/include/usbdescriptors.h
@@ -227,21 +227,6 @@ struct usb_device_descriptor {
u8 bNumConfigurations;
} __attribute__ ((packed));
-#if defined(CONFIG_USBD_HS)
-struct usb_qualifier_descriptor {
- u8 bLength;
- u8 bDescriptorType;
-
- u16 bcdUSB;
- u8 bDeviceClass;
- u8 bDeviceSubClass;
- u8 bDeviceProtocol;
- u8 bMaxPacketSize0;
- u8 bNumConfigurations;
- u8 breserved;
-} __attribute__ ((packed));
-#endif
-
struct usb_string_descriptor {
u8 bLength;
u8 bDescriptorType; /* 0x03 */