summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-alps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-5.13/warnings' into for-linusJiri Kosina2021-04-291-1/+1
|\
| * HID: hid-alps: Correct struct misnamingLee Jones2021-04-071-1/+1
* | HID: alps: fix error return code in alps_input_configured()Jia-Ju Bai2021-03-081-0/+1
|/
* HID: alps: clean up indentation issueColin Ian King2020-09-221-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-07-171-0/+2
|\
| * HID: alps: support devices with report id 2Caiyuan Xie2020-06-161-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-06-101-2/+1
|\ \ | |/ |/|
| * Input: introduce input_mt_report_slot_inactive()Jiada Wang2020-05-121-2/+1
* | HID: alps: ALPS_1657 is too specific; use U1_UNICORN_LEGACY insteadJiri Kosina2020-04-151-1/+1
* | HID: alps: Add AUI1657 device IDArtem Borisov2020-04-141-0/+1
|/
* HID: alps: Fix an error handling path in 'alps_input_configured()'Christophe JAILLET2020-02-121-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* HID: alps: allow incoming reports when only the trackstick is openedBenjamin Tissoires2018-10-261-0/+18
* HID: alps: Fix some style in 't4_read_write_register()'Christophe JAILLET2018-04-261-3/+3
* HID: alps: Check errors returned by 't4_read_write_register()'Christophe JAILLET2018-04-261-0/+18
* HID: alps: Save a memory allocation in 't4_read_write_register()' when writin...Christophe JAILLET2018-04-261-2/+2
* HID: alps: Report an error if we receive invalid data in 't4_read_write_regis...Christophe JAILLET2018-04-261-0/+2
* 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