summaryrefslogtreecommitdiffstats
path: root/lenovo/thinkpad/t490/default.nix
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-10-09 15:12:00 +0100
committerGitHub <noreply@github.com>2019-10-09 15:12:00 +0100
commit05e63ee072e69b1f48cdc402fb81d81215ff8316 (patch)
tree90c9ec8d9e72c298e6b591c7aa2a9e8aeab0fe0b /lenovo/thinkpad/t490/default.nix
parent26bbc980b9b7c6b0d38b51fec5b41e977731fb5c (diff)
parentf08177ef66b5b26f42b21df85ac706e94aa6c45d (diff)
Merge branch 'master' into add-e7240
Diffstat (limited to 'lenovo/thinkpad/t490/default.nix')
-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"
'';