summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/elan_i2c_smbus.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Merge branch 'next' into for-linusDmitry Torokhov1-2/+6
2020-12-11Input: elan_i2c - add new trackpoint report type 0x5FJingle Wu1-2/+6
2020-11-11Input: elan_i2c - fix firmware update on newer ICsjingle.wu1-1/+1
2020-07-21Input: elan_i2c - add support for high resolution reportsJingle Wu1-1/+16
2020-07-20Input: elan_i2c - do not constantly re-query pattern IDDmitry Torokhov1-4/+3
2020-07-17Input: elan_i2c - handle firmware updated on newer ICsJingle Wu1-1/+2
2020-07-17Input: elan_i2c - add support for different firmware page sizesJingle Wu1-4/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-08-01Input: elan_i2c_smbus - cast sizeof to int for comparisonJulia Lawall1-1/+1
2018-06-21Input: elan_i2c_smbus - fix more potential stack buffer overflowsBen Hutchings1-2/+8
2018-05-23Input: elan_i2c_smbus - fix corrupted stackBenjamin Tissoires1-11/+11
2017-08-18Input: elan_i2c - support touchpads with two physical buttonsKT Liao1-1/+3
2017-05-11Input: elan_i2c - add support for fetching chip type on newer hardwareKT Liao1-1/+8
2016-10-03Input: elan_i2c - fix return tests of i2c_smbus_read_block_data()Benjamin Tissoires1-8/+12
2015-09-21Input: elan_i2c - expand maximum product_id form 0xFF to 0xFFFFDuson Lin1-2/+2
2015-06-08Input: elan_i2c - add support for multi IC type and iap formatDuson Lin1-2/+4
2015-04-20Input: elan_i2c - fix calculating number of x and y traces.Duson Lin1-2/+2
2015-04-14Input: elan_i2c - adjust for newer firmware pressure reportingduson1-0/+8
2015-02-06Input: elan_i2c - fix wrong %p extensionRasmus Villemoes1-1/+1
2015-01-23Input: elan_i2c - verify firmware signature applying itDuson Lin1-1/+0
2014-10-24Input: add driver for Elan I2C/SMbus touchpadDuson Lin1-0/+514