From 7f7f454812b85768824f980da1e66b0bacdadfec Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Sun, 11 Sep 2016 13:15:02 -0700 Subject: [PATCH] remove usb driver blacklist Apparently this option is no longer supported, but input devices are still excluded. --- roles/laptop/files/tlp.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roles/laptop/files/tlp.conf b/roles/laptop/files/tlp.conf index ebfa425..18871a3 100644 --- a/roles/laptop/files/tlp.conf +++ b/roles/laptop/files/tlp.conf @@ -197,11 +197,6 @@ USB_AUTOSUSPEND=1 # Note: input devices (usbhid) are excluded automatically (see below) #USB_BLACKLIST="1111:2222 3333:4444" -# Exclude devices assigned to the listed drivers from USB autosuspend. -# Default is "usbhid" (input devices); use "" to disable the feature -# completely. Separate multiple drivers with spaces. -USB_DRIVER_BLACKLIST="usbhid" - # WWAN devices are excluded from USB autosuspend: 0=do not exclude / 1=exclude USB_BLACKLIST_WWAN=1