mayushii/tlp: Adapt to TLP 1.4

It renamed the option to denylist and automatically excludes audio
devices by default.
This commit is contained in:
Simon Bruder 2021-12-06 16:03:45 +01:00
parent b87209cd06
commit a9f0b42f2f
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -49,9 +49,7 @@
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)
USB_DENYLIST = lib.concatStringsSep " " [
];
};
};