usb: gadget: composite: remove redundant bcdUSB setting in legacy
[deliverable/linux.git] / drivers / usb / gadget / legacy / webcam.c
index 72c976bf3530f595115a9536267069c50e13aeba..f9661cd627c8e7712c0ca251a1b670eba1528cf5 100644 (file)
@@ -77,7 +77,7 @@ static struct usb_function *f_uvc;
 static struct usb_device_descriptor webcam_device_descriptor = {
        .bLength                = USB_DT_DEVICE_SIZE,
        .bDescriptorType        = USB_DT_DEVICE,
-       .bcdUSB                 = cpu_to_le16(0x0200),
+       /* .bcdUSB = DYNAMIC */
        .bDeviceClass           = USB_CLASS_MISC,
        .bDeviceSubClass        = 0x02,
        .bDeviceProtocol        = 0x01,
This page took 0.027665 seconds and 5 git commands to generate.