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 " " [ ]; }; };