summary refs log tree commit diff
path: root/pkgs/os-specific/linux/wooting-udev-rules
diff options
context:
space:
mode:
authorDavid Wood <david@davidtw.co>2021-08-21 18:51:12 +0100
committerGitHub <noreply@github.com>2021-08-21 19:51:12 +0200
commitfec3877c151bd1155bab4148e4ed884f5a121480 (patch)
tree91e3c221aa239281a5e32bda2e4242268fb5c576 /pkgs/os-specific/linux/wooting-udev-rules
parent82d517795bb0b3d1ee6613266415505f3de620ab (diff)
downloadnixpkgs-fec3877c151bd1155bab4148e4ed884f5a121480.tar
nixpkgs-fec3877c151bd1155bab4148e4ed884f5a121480.tar.gz
nixpkgs-fec3877c151bd1155bab4148e4ed884f5a121480.tar.bz2
nixpkgs-fec3877c151bd1155bab4148e4ed884f5a121480.tar.lz
nixpkgs-fec3877c151bd1155bab4148e4ed884f5a121480.tar.xz
nixpkgs-fec3877c151bd1155bab4148e4ed884f5a121480.tar.zst
nixpkgs-fec3877c151bd1155bab4148e4ed884f5a121480.zip
wooting-udev-rules: add Lekker Edition rules (#124380)
* wooting-udev-rules: add Lekker Edition rules

Signed-off-by: David Wood <david.wood@codeplay.com>

* use dontunpack

Co-authored-by: Artturi <Artturin@artturin.com>
Diffstat (limited to 'pkgs/os-specific/linux/wooting-udev-rules')
-rw-r--r--pkgs/os-specific/linux/wooting-udev-rules/default.nix2
-rw-r--r--pkgs/os-specific/linux/wooting-udev-rules/wooting.rules5
2 files changed, 6 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/wooting-udev-rules/default.nix b/pkgs/os-specific/linux/wooting-udev-rules/default.nix
index f1ae2069235..f34e106727c 100644
--- a/pkgs/os-specific/linux/wooting-udev-rules/default.nix
+++ b/pkgs/os-specific/linux/wooting-udev-rules/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   pname = "wooting-udev-rules";
-  version = "20190601";
+  version = "20210525";
 
   # Source: https://wooting.helpscoutdocs.com/article/68-wootility-configuring-device-access-for-wootility-under-linux-udev-rules
   src = [ ./wooting.rules ];
diff --git a/pkgs/os-specific/linux/wooting-udev-rules/wooting.rules b/pkgs/os-specific/linux/wooting-udev-rules/wooting.rules
index d906df3d4c6..fa4148d8743 100644
--- a/pkgs/os-specific/linux/wooting-udev-rules/wooting.rules
+++ b/pkgs/os-specific/linux/wooting-udev-rules/wooting.rules
@@ -7,3 +7,8 @@ SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2402", MODE:="0
 SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="ff02", MODE:="0660", GROUP="input"
 # Wooting Two update mode
 SUBSYSTEM=="hidraw", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2403", MODE:="0660", GROUP="input"
+
+# Wooting Two Lekker Edition
+SUBSYSTEM=="hidraw", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1210", MODE:="0660", GROUP="input"
+# Wooting Two Lekker Edition update mode
+SUBSYSTEM=="hidraw", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="121f", MODE:="0660", GROUP="input"