summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-alps.c
Commit message (Expand)AuthorAgeFilesLines
* HID: alps: add new U1 device IDMasaki Ota2017-10-171-0/+3
* HID: alps: add support for Alps T4 Touchpad deviceMasaki Ota2017-10-171-20/+319
* HID: alps: remove variables local to u1_init() from the device structMasaki Ota2017-10-171-40/+27
* HID: alps: properly handle max_fingers and minimum on X and Y axisMasaki Ota2017-10-171-14/+24
* HID: alps: Separate U1 device codeMasaki Ota2017-10-171-53/+67
* HID: alps: delete unnecessary struct u1_dev devInfoMasaki Ota2017-10-171-35/+34
*---. Merge branches 'for-4.8/upstream-fixes', 'for-4.9/alps', 'for-4.9/hid-input',...Jiri Kosina2016-10-071-8/+9
|\ \ \
| | | * HID: alps: fix error return code in alps_input_configured()Wei Yongjun2016-09-221-2/+3
| | |/
| * / HID: alps: fix multitouch cursor issueMasaki Ota2016-09-271-6/+6
| |/
* | HID: alps: fix stick device not working after resumeKai-Heng Feng2016-09-221-2/+2
* | HID: alps: Fix memory leakAxel Lin2016-09-191-2/+3
|/
* HID: alps: a few cleanupsMasaki Ota2016-06-231-68/+48
* HID: alps: pass correct sizes to hid_hw_raw_request()Jiri Kosina2016-06-201-3/+4
* HID: alps: struct u1_dev *priv is internal to the driverJiri Kosina2016-06-171-1/+1
* HID: add Alps I2C HID Touchpad-Stick supportMasaki Ota2016-06-171-0/+525