Loading drivers/usb/gadget/composite.c +2 −0 Original line number Diff line number Diff line Loading @@ -1630,6 +1630,8 @@ composite_setup(struct usb_gadget *gadget, const struct usb_ctrlrequest *ctrl) cdev->desc.bcdUSB = cpu_to_le16(0x0210); DBG(cdev, "Config HS device with LPM(L1)\n"); } else { cdev->desc.bcdUSB = cpu_to_le16(0x0200); } } else if (gadget->l1_supported) { cdev->desc.bcdUSB = cpu_to_le16(0x0210); Loading Loading
drivers/usb/gadget/composite.c +2 −0 Original line number Diff line number Diff line Loading @@ -1630,6 +1630,8 @@ composite_setup(struct usb_gadget *gadget, const struct usb_ctrlrequest *ctrl) cdev->desc.bcdUSB = cpu_to_le16(0x0210); DBG(cdev, "Config HS device with LPM(L1)\n"); } else { cdev->desc.bcdUSB = cpu_to_le16(0x0200); } } else if (gadget->l1_supported) { cdev->desc.bcdUSB = cpu_to_le16(0x0210); Loading