--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- etc/laptop-mode/laptop-mode.conf +++ etc/laptop-mode/laptop-mode.conf @@ -122,7 +122,6 @@ # sched-mc-power-savings # sched-smt-power-savings # terminal-blanking -# usb-autosuspend # wireless-ipw-power # wireless-iwl-power # wireless-power --- etc/rules/99-laptop-mode.rules +++ etc/rules/99-laptop-mode.rules @@ -1,3 +1,3 @@ ACTION=="change", SUBSYSTEM=="power_supply", RUN+="lmt-udev auto" ACTION=="add|remove", SUBSYSTEM=="machinecheck", RUN+="lmt-udev auto force" -ACTION=="add|remove", SUBSYSTEM=="usb", RUN+="lmt-udev force modules=usb-autosuspend devices=%k" +ACTION=="add|remove", SUBSYSTEM=="usb", RUN+="lmt-udev force modules=runtime-pm devices=%k" --- etc/laptop-mode/conf.d/runtime-pm.conf +++ etc/laptop-mode/conf.d/runtime-pm.conf @@ -42,7 +42,7 @@ # The list of device driver types that should not use autosuspend. The driver # type is given by "DRIVER=..." in a device's uevent file. # Example: AUTOSUSPEND_DEVID_BLACKLIST="usbhid usb-storage" -AUTOSUSPEND_RUNTIME_DEVTYPE_BLACKLIST="" +AUTOSUSPEND_RUNTIME_DEVTYPE_BLACKLIST="usbhid usb-storage" # The list of Device IDs that should use autosuspend. Use system commands or # look into sysfs to find out the IDs of your devices.