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:
parent
b87209cd06
commit
a9f0b42f2f
|
@ -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 " " [
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue