From 919e85553259261a1972a48c9eb5b5d7bbbee7f2 Mon Sep 17 00:00:00 2001 From: Myned Date: Thu, 6 Mar 2025 11:55:40 -0600 Subject: [PATCH] udev: fix trackball model Signed-off-by: Myned --- options/custom/services/udev.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/services/udev.nix b/options/custom/services/udev.nix index c94ba6e..bcaee5a 100644 --- a/options/custom/services/udev.nix +++ b/options/custom/services/udev.nix @@ -43,7 +43,7 @@ in { ENV{ID_INPUT_TRACKBALL}="1" # ProtoArc EM04 - ENV{ID_USB_SERIAL}=="Nordic_2.4G_Wireless_Receiver", \ + ENV{ID_USB_SERIAL}=="Compx_2.4G_Receiver", \ ENV{ID_INPUT_MOUSE}="", \ ENV{ID_INPUT_TRACKBALL}="1" '';