Skip to content

Commit

Permalink
additional udev rules
Browse files Browse the repository at this point in the history
lenovo x1: additional udev rules for mouse and trackpad for laptop
version 21mh--002gus

Signed-off-by: Ganga Ram <[email protected]>
  • Loading branch information
gngram authored and brianmcgillion committed Mar 22, 2024
1 parent c0537c4 commit 0783c4d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions modules/common/hardware/lenovo-x1/definitions/x1-gen11.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@
{
name = "Lenovo X1 Carbon Gen 11";

mouse = ["ELAN067C:00 04F3:31F9 Mouse" "SYNA8016:00 06CB:CEB3 Mouse"];
touchpad = ["ELAN067C:00 04F3:31F9 Touchpad" "SYNA8016:00 06CB:CEB3 Touchpad"];
mouse = [
"ELAN067C:00 04F3:31F9 Mouse"
"SYNA8016:00 06CB:CEB3 Mouse"
"ELAN067B:00 04F3:31F8 Mouse"
];

touchpad = [
"ELAN067C:00 04F3:31F9 Touchpad"
"SYNA8016:00 06CB:CEB3 Touchpad"
"ELAN067B:00 04F3:31F8 Touchpad"
];

disks = {
disk1.device = "/dev/nvme0n1";
Expand Down

0 comments on commit 0783c4d

Please sign in to comment.