From 4aa06b18514e07a4e11557dc204d853a91a381c7 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Mon, 30 Jun 2025 19:13:12 +0200 Subject: [PATCH] Add HID input drivers and document LTS kernel success LTS kernel 6.1.142 successfully established communication with ITE8353: - Device properly detected and HID descriptor read - Input events are being received from touchpad - Debug output shows device is working at HID level - Need to bind to proper input driver for touchpad functionality --- machines/little-rascal/hardware-configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/little-rascal/hardware-configuration.nix b/machines/little-rascal/hardware-configuration.nix index c8ad664..dcdd191 100644 --- a/machines/little-rascal/hardware-configuration.nix +++ b/machines/little-rascal/hardware-configuration.nix @@ -35,6 +35,9 @@ "hid_multitouch" "i2c_hid" "i2c_hid_acpi" + # Additional HID drivers that might help + "hid_input" + "evdev" ]; # Blacklist modules that interfere with touchpad