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