diff options
author | Alexandrov Stansilav <neko@nya.ai> | 2018-01-14 02:33:49 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-02-16 13:25:04 +0100 |
commit | 9a6a4193d65b853020ef0e66cecdf9e64a863883 (patch) | |
tree | f293ccb4fd1c15e2c9ad27000618c04fc1680dad /drivers/hid/Kconfig | |
parent | 183b6366cf473ff0e706a6751adc082faa44843d (diff) | |
download | linux-9a6a4193d65b853020ef0e66cecdf9e64a863883.tar.bz2 |
HID: Add driver for USB ELAN Touchpad
This is driver for usb touchpad found on HP Pavilion x2 10-p0xx laptop. On this
device keyboard and touchpad connected as a single usb device with two
interfaces: keyboard, which exposes ordinary keys and second interface is
touchpad which also contains FlightMode button and audio mute led (which
physically placed on keyboard for some reason).
Initially, this touchpad works in mouse emulation mode, this driver will switch
it to touchpad mode, which can track 5 fingers and can report coordinates for
two of them.
Signed-off-by: Alexandrov Stansilav <neko@nya.ai>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 19c499f5623d..276c50e3bf45 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -274,6 +274,14 @@ config HID_EMS_FF Currently the following devices are known to be supported: - Trio Linker Plus II +config HID_ELAN + tristate "ELAN USB Touchpad Support" + depends on LEDS_CLASS && USB_HID + ---help--- + Say Y to enable support for the USB ELAN touchpad + Currently the following devices are known to be supported: + - HP Pavilion X2 10-p0XX. + config HID_ELECOM tristate "ELECOM HID devices" depends on HID |