Skip to content

Commit

Permalink
Merge branch 'for-4.17/hid-elan' into for-linus
Browse files Browse the repository at this point in the history
Pull new hid-elan driver, currently providing support for touchpad
found in certain HP Pavilion x2 laptops.
  • Loading branch information
Jiri Kosina committed Apr 5, 2018
2 parents d463fd4 + 9a6a419 commit 7a8c1c4
Show file tree
Hide file tree
Showing 5 changed files with 434 additions and 0 deletions.
8 changes: 8 additions & 0 deletions drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions drivers/hid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ obj-$(CONFIG_HID_CP2112) += hid-cp2112.o
obj-$(CONFIG_HID_CYPRESS) += hid-cypress.o
obj-$(CONFIG_HID_DRAGONRISE) += hid-dr.o
obj-$(CONFIG_HID_EMS_FF) += hid-emsff.o
obj-$(CONFIG_HID_ELAN) += hid-elan.o
obj-$(CONFIG_HID_ELECOM) += hid-elecom.o
obj-$(CONFIG_HID_ELO) += hid-elo.o
obj-$(CONFIG_HID_EZKEY) += hid-ezkey.o
Expand Down
Loading

0 comments on commit 7a8c1c4

Please sign in to comment.