summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReno Reckling <exi@wthack.de>2019-10-04 19:27:28 +0200
committerReno Reckling <exi@wthack.de>2019-10-04 19:27:28 +0200
commitb60ea643a4db066d48f7bdc08689a1fe6eacf348 (patch)
treee0410857231fc41fcf7ba835749a3f49f589587c
parent5932cef1b9a45f97c5846f376a4252c49adf7a27 (diff)
match specifically on the sound chip
-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 e795aa7..1a4f71d 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"
'';