nnyby
nnyby

Reputation: 4668

How do I discover the ACPI id for a laptop touchpad in Linux?

How do I get the device ID for my touchpad in Linux? The device doesn't show up in lspci, lsusb, or cat /proc/bus/input/devices. For example, this patch adds the ID "ELAN0608": https://lkml.org/lkml/2017/8/10/145

I have a similar touchpad but I'm not sure what the ID is - it may need a change in the kernel. How do kernel developers go about querying info like this?

Upvotes: 5

Views: 2823

Answers (1)

nnyby
nnyby

Reputation: 4668

Alright, well I emailed the author of that patch and it turns out that info is found with udev, using the command: udevadm info -e

Upvotes: 3

Related Questions