summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-alps.c
AgeCommit message (Expand)Author
2021-04-29Merge branch 'for-5.13/warnings' into for-linusJiri Kosina
2021-04-07HID: hid-alps: Correct struct misnamingLee Jones
2021-03-08HID: alps: fix error return code in alps_input_configured()Jia-Ju Bai
2020-09-22HID: alps: clean up indentation issueColin Ian King
2020-07-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2020-06-16HID: alps: support devices with report id 2Caiyuan Xie
2020-06-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2020-05-12Input: introduce input_mt_report_slot_inactive()Jiada Wang
2020-04-15HID: alps: ALPS_1657 is too specific; use U1_UNICORN_LEGACY insteadJiri Kosina
2020-04-14HID: alps: Add AUI1657 device IDArtem Borisov
2020-02-12HID: alps: Fix an error handling path in 'alps_input_configured()'Christophe JAILLET
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-10-26HID: alps: allow incoming reports when only the trackstick is openedBenjamin Tissoires
2018-04-26HID: alps: Fix some style in 't4_read_write_register()'Christophe JAILLET
2018-04-26HID: alps: Check errors returned by 't4_read_write_register()'Christophe JAILLET
2018-04-26HID: alps: Save a memory allocation in 't4_read_write_register()' when writin...Christophe JAILLET
2018-04-26HID: alps: Report an error if we receive invalid data in 't4_read_write_regis...Christophe JAILLET
2017-10-17HID: alps: add new U1 device IDMasaki Ota
2017-10-17HID: alps: add support for Alps T4 Touchpad deviceMasaki Ota
2017-10-17HID: alps: remove variables local to u1_init() from the device structMasaki Ota
2017-10-17HID: alps: properly handle max_fingers and minimum on X and Y axisMasaki Ota
2017-10-17HID: alps: Separate U1 device codeMasaki Ota
2017-10-17HID: alps: delete unnecessary struct u1_dev devInfoMasaki Ota
2016-10-07Merge branches 'for-4.8/upstream-fixes', 'for-4.9/alps', 'for-4.9/hid-input',...Jiri Kosina
2016-09-27HID: alps: fix multitouch cursor issueMasaki Ota
2016-09-22HID: alps: fix error return code in alps_input_configured()Wei Yongjun
2016-09-22HID: alps: fix stick device not working after resumeKai-Heng Feng
2016-09-19HID: alps: Fix memory leakAxel Lin
2016-06-23HID: alps: a few cleanupsMasaki Ota
2016-06-20HID: alps: pass correct sizes to hid_hw_raw_request()Jiri Kosina
2016-06-17HID: alps: struct u1_dev *priv is internal to the driverJiri Kosina
2016-06-17HID: add Alps I2C HID Touchpad-Stick supportMasaki Ota