From a9f0b42f2f0159a378d90930f8a3f40fce589506 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 6 Dec 2021 16:03:45 +0100 Subject: [PATCH] mayushii/tlp: Adapt to TLP 1.4 It renamed the option to denylist and automatically excludes audio devices by default. --- machines/mayushii/hardware-configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/machines/mayushii/hardware-configuration.nix b/machines/mayushii/hardware-configuration.nix index 08caf1c..04eccc7 100644 --- a/machines/mayushii/hardware-configuration.nix +++ b/machines/mayushii/hardware-configuration.nix @@ -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 " " [ ]; }; };