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

Commit 9148aaf7 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: Disable USB2 LPM Support"

parents dd5d2792 a6e27c65
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -35,7 +35,8 @@
	(speed == USB_SPEED_SUPER ?\
	SSUSB_GADGET_VBUS_DRAW : CONFIG_USB_GADGET_VBUS_DRAW)

static bool disable_l1_for_hs;
/* disable LPM by default */
static bool disable_l1_for_hs = true;
module_param(disable_l1_for_hs, bool, S_IRUGO | S_IWUSR);
MODULE_PARM_DESC(disable_l1_for_hs,
	"Disable support for L1 LPM for HS devices");