about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lenovo/thinkpad/t490/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lenovo/thinkpad/t490/default.nix b/lenovo/thinkpad/t490/default.nix
index e795aa7cc434..1a4f71dfc20c 100644
--- a/lenovo/thinkpad/t490/default.nix
+++ b/lenovo/thinkpad/t490/default.nix
@@ -22,7 +22,7 @@
     KERNEL!="card*", GOTO="pulseaudio_end"
 
     # Lenovo T490
-    ATTRS{subsystem_vendor}=="0x17aa", ATTRS{subsystem_device}=="0x2279", ENV{PULSE_PROFILE_SET}="${t490ProfileSet}"
+    ATTRS{vendor}=="0x8086" ATTRS{device}=="0x9dc8" ATTRS{subsystem_vendor}=="0x17aa", ATTRS{subsystem_device}=="0x2279", ENV{PULSE_PROFILE_SET}="${t490ProfileSet}"
 
     LABEL="pulseaudio_end"
     '';