aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-alps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-10-26HID: alps: allow incoming reports when only the trackstick is openedBenjamin Tissoires1-0/+18
2018-04-26HID: alps: Fix some style in 't4_read_write_register()'Christophe JAILLET1-3/+3
2018-04-26HID: alps: Check errors returned by 't4_read_write_register()'Christophe JAILLET1-0/+18
2018-04-26HID: alps: Save a memory allocation in 't4_read_write_register()' when writing dataChristophe JAILLET1-2/+2
2018-04-26HID: alps: Report an error if we receive invalid data in 't4_read_write_register()'Christophe JAILLET1-0/+2
2017-10-17HID: alps: add new U1 device IDMasaki Ota1-0/+3
2017-10-17HID: alps: add support for Alps T4 Touchpad deviceMasaki Ota1-20/+319
2017-10-17HID: alps: remove variables local to u1_init() from the device structMasaki Ota1-40/+27
2017-10-17HID: alps: properly handle max_fingers and minimum on X and Y axisMasaki Ota1-14/+24
2017-10-17HID: alps: Separate U1 device codeMasaki Ota1-53/+67
2017-10-17HID: alps: delete unnecessary struct u1_dev devInfoMasaki Ota1-35/+34
2016-10-07Merge branches 'for-4.8/upstream-fixes', 'for-4.9/alps', 'for-4.9/hid-input', 'for-4.9/intel-ish', 'for-4.9/kye-uclogic-waltop-fixes', 'for-4.9/logitech', 'for-4.9/sony', 'for-4.9/upstream' and 'for-4.9/wacom' into for-linusJiri Kosina1-8/+9
2016-09-27HID: alps: fix multitouch cursor issueMasaki Ota1-6/+6
2016-09-22HID: alps: fix error return code in alps_input_configured()Wei Yongjun1-2/+3
2016-09-22HID: alps: fix stick device not working after resumeKai-Heng Feng1-2/+2
2016-09-19HID: alps: Fix memory leakAxel Lin1-2/+3
2016-06-23HID: alps: a few cleanupsMasaki Ota1-68/+48
2016-06-20HID: alps: pass correct sizes to hid_hw_raw_request()Jiri Kosina1-3/+4
2016-06-17HID: alps: struct u1_dev *priv is internal to the driverJiri Kosina1-1/+1
2016-06-17HID: add Alps I2C HID Touchpad-Stick supportMasaki Ota1-0/+525