Merge "USB: composite: Advertise USB version as 0x200 if max speed is HS"
This commit is contained in:
commit
e1cafe626d
1 changed files with 0 additions and 3 deletions
|
@ -1654,9 +1654,6 @@ composite_setup(struct usb_gadget *gadget, const struct usb_ctrlrequest *ctrl)
|
|||
DBG(cdev,
|
||||
"Config HS device with LPM(L1)\n");
|
||||
}
|
||||
} else if (!disable_l1_for_hs) {
|
||||
cdev->desc.bcdUSB = cpu_to_le16(0x0210);
|
||||
DBG(cdev, "Config HS device with LPM(L1)\n");
|
||||
}
|
||||
|
||||
value = min(w_length, (u16) sizeof cdev->desc);
|
||||
|
|
Loading…
Add table
Reference in a new issue