summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-10-06 15:13:58 +0200
committerGitHub <noreply@github.com>2019-10-06 15:13:58 +0200
commit91eba96d66e22233636ab81f338797a9dd535f7c (patch)
treed6939766521e78686ed4a909dbac56b021fe30b2
parent043562906168ee6966b6409c89a2b219af1e9752 (diff)
parentb60ea643a4db066d48f7bdc08689a1fe6eacf348 (diff)
Merge pull request #124 from exi/master
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"
'';