usb: gadget: composite: remove redundant bcdUSB setting in legacy
[deliverable/linux.git] / drivers / usb / gadget / legacy / hid.c
index 7e5d2c48476e568021fa5c550040c999c3cfa7b0..a71a884f79fc7c87efd214322ecf745c7a69903a 100644 (file)
@@ -47,7 +47,7 @@ static struct usb_device_descriptor device_desc = {
        .bLength =              sizeof device_desc,
        .bDescriptorType =      USB_DT_DEVICE,
 
-       .bcdUSB =               cpu_to_le16(0x0200),
+       /* .bcdUSB = DYNAMIC */
 
        /* .bDeviceClass =              USB_CLASS_COMM, */
        /* .bDeviceSubClass =   0, */
This page took 0.025668 seconds and 5 git commands to generate.