Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f63fe9ac authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: gadget: Fix disabling L1 LPM capability on SS devices connected as HS"

parents a603c864 5f42cd57
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);