diff --git a/machines/mayushii/hardware-configuration.nix b/machines/mayushii/hardware-configuration.nix index 12f088a..ccbd265 100644 --- a/machines/mayushii/hardware-configuration.nix +++ b/machines/mayushii/hardware-configuration.nix @@ -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) + ]; }; };