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
This commit is contained in:
parent
4d688d47da
commit
4aa06b1851
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@
|
||||||
"hid_multitouch"
|
"hid_multitouch"
|
||||||
"i2c_hid"
|
"i2c_hid"
|
||||||
"i2c_hid_acpi"
|
"i2c_hid_acpi"
|
||||||
|
# Additional HID drivers that might help
|
||||||
|
"hid_input"
|
||||||
|
"evdev"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Blacklist modules that interfere with touchpad
|
# Blacklist modules that interfere with touchpad
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue