aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-elan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-01-28HID: elan: Make array buf static, shrinks object sizeColin Ian King1-1/+1
2018-10-09HID: elan: fix spelling mistake "registred" -> "registered"Colin Ian King1-1/+1
2018-07-17HID: elan: Add support for touchpad on the Toshiba Click Mini L9WHans de Goede1-5/+60
2018-07-17HID: elan: Add USB-id for HP x2 10-n000nd touchpadHans de Goede1-0/+2
2018-07-17HID: elan: Add a flag for selecting if the touchpad has a LEDHans de Goede1-4/+9
2018-07-17HID: elan: Query resolution from the touchpadHans de Goede1-0/+21
2018-07-17HID: elan: Query device max_x and max_y value from touchpadHans de Goede1-20/+75
2018-07-17HID: elan: Hardcode finger-count and usb-interfaceHans de Goede1-10/+6
2018-07-17HID: elan: Correctly report MT_PRESSURE instead of TOOL_WIDTHHans de Goede1-12/+13
2018-07-17HID: elan: Stop claiming we have TOUCH_MAJOR and then never reporting itHans de Goede1-2/+0
2018-07-17HID: elan: Remove unused max_area_x and max_area_y vatiablesHans de Goede1-4/+0
2018-02-16HID: Add driver for USB ELAN TouchpadAlexandrov Stansilav1-0/+421