mayushii: Exclude Audio Interface from usb autosuspend

Even though I didn’t notice a problem when trying to record from it on
battery, it doesn’t hurt to be on the safe side.
neomutt
Simon Bruder 2021-10-13 17:29:12 +02:00
parent ee390f869d
commit d6fd45cd57
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@
settings = {
START_CHARGE_THRESH_BAT0 = 75;
STOP_CHARGE_THRESH_BAT0 = 92;
# TODO TLP 1.4: Rename to USB_DENYLIST
USB_BLACKLIST = lib.concatStringsSep " " [
"0499:172f" # Steinberg UR22C TODO TLP 1.4: Remove (has USB_EXCLUDE_AUDIO by default)
];
};
};