Loading drivers/usb/gadget/composite.c +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ SSUSB_GADGET_VBUS_DRAW : CONFIG_USB_GADGET_VBUS_DRAW) /* disable LPM by default */ static bool disable_l1_for_hs = true; static bool disable_l1_for_hs; module_param(disable_l1_for_hs, bool, 0644); MODULE_PARM_DESC(disable_l1_for_hs, "Disable support for L1 LPM for HS devices"); Loading Loading
drivers/usb/gadget/composite.c +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ SSUSB_GADGET_VBUS_DRAW : CONFIG_USB_GADGET_VBUS_DRAW) /* disable LPM by default */ static bool disable_l1_for_hs = true; static bool disable_l1_for_hs; module_param(disable_l1_for_hs, bool, 0644); MODULE_PARM_DESC(disable_l1_for_hs, "Disable support for L1 LPM for HS devices"); Loading