Skip to content

testing/linux-edge: enable I2C_HID_ACPI to support Elan touchpads

Nico Schottelius requested to merge telmich/aports:i2chidacpi into master

This allows using the Elan Touchpad. Without it, migrating from 5.11 users will be left without touchpad support. The typical symptom is that the following log lines will not appear in the dmesg, while they did at a prior kernel version:

[ 14.908445] input: ELAN0670:00 04F3:3150 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-16/i2c-ELAN0670:00/0018:04F3:3150.0001/input/input23 [ 14.908487] input: ELAN0670:00 04F3:3150 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-16/i2c-ELAN0670:00/0018:04F3:3150.0001/input/input25 [ 14.908522] hid-generic 0018:04F3:3150.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0670:00 04F3:3150] on i2c-ELAN0670:00 [ 14.947179] input: ELAN0670:00 04F3:3150 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-16/i2c-ELAN0670:00/0018:04F3:3150.0001/input/input26 [ 14.947270] input: ELAN0670:00 04F3:3150 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-16/i2c-ELAN0670:00/0018:04F3:3150.0001/input/input28 [ 14.947325] hid-multitouch 0018:04F3:3150.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0670:00 04F3:3150] on i2c-ELAN0670:00

Merge request reports