Skip to content

Commit

Permalink
Add device type 'sd' to default blacklist
Browse files Browse the repository at this point in the history
Closes: #123
  • Loading branch information
rickysarraf committed Feb 3, 2018
1 parent 28d9769 commit 1a65478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/laptop-mode/conf.d/runtime-pm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ AUTOSUSPEND_RUNTIME_DEVID_BLACKLIST=""
# The driver type is given by "DRIVER=..." in a device's uevent file.
# The driver type is given by "DEVTYPE=..." in a device's uevent file.
# Example: AUTOSUSPEND_RUNTIME_DEVTYPE_BLACKLIST="usbhid usb-storage"
AUTOSUSPEND_RUNTIME_DEVTYPE_BLACKLIST="hub usbhid usb-storage"
AUTOSUSPEND_RUNTIME_DEVTYPE_BLACKLIST="sd hub 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.
Expand Down

0 comments on commit 1a65478

Please sign in to comment.