aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/elan_i2c_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Merge tag 'v4.15' into nextDmitry Torokhov1-0/+1
2018-01-16Input: elan_i2c - remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman1-2/+0
2017-11-13Merge branch 'next' into for-linusDmitry Torokhov1-4/+7
2017-11-07Merge tag 'v4.14-rc8' into nextDmitry Torokhov1-0/+1
2017-11-07Input: elan_i2c - add ELAN060C to the ACPI tableKai-Heng Feng1-0/+1
2017-10-24Input: elan_i2c - add ELAN0611 to the ACPI tableKai-Heng Feng1-0/+1
2017-09-29Input: elan_i2c - do not clobber interrupt trigger on x86Dmitry Torokhov1-3/+7
2017-09-21Input: elan_i2c - remove duplicate ELAN0605 idNik Nyby1-1/+0
2017-09-21Merge tag 'ib-mfd-many-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextDmitry Torokhov1-0/+5
2017-09-04Merge branch 'next' into for-linusDmitry Torokhov1-2/+7
2017-08-18Input: elan_i2c - support touchpads with two physical buttonsKT Liao1-2/+7
2017-08-18Input: elan_i2c - add ELAN0602 ACPI ID to support Lenovo Yoga310KT Liao1-0/+1
2017-08-14Input: elan_i2c - Add antoher Lenovo ACPI ID for upcoming Lenovo NBKT Liao1-0/+3
2017-08-14Input: elan_i2c - add ELAN0608 to the ACPI tableKai-Heng Feng1-0/+1
2017-05-11Input: elan_i2c - add support for fetching chip type on newer hardwareKT Liao1-8/+25
2017-05-11Input: elan_i2c - check if device is there before really probingDmitry Torokhov1-0/+7
2017-03-10Input: elan_i2c - add ASUS EeeBook X205TA special touchpad fwMatjaz Hegedic1-9/+11
2017-02-20Merge branch 'next' into for-linusDmitry Torokhov1-28/+18
2017-02-12Input: elan_i2c - add ELAN0605 to the ACPI tableIHARA Hiroka1-0/+1
2017-01-21Input: mouse - use local variables consistentlyGuenter Roeck1-28/+18
2016-10-26Input: elan_i2c - always output the device informationBenjamin Tissoires1-9/+8
2016-08-02Input: elan_i2c - properly wake up touchpad on ASUS laptopsKT Liao1-16/+63
2015-12-15Input: elan_i2c - set input device's vendor and product IDsCharlie Mooney1-0/+3
2015-09-28Input: elan_i2c - add all valid ic type for i2c/smbusduson1-1/+10
2015-09-21Input: elan_i2c - expand maximum product_id form 0xFF to 0xFFFFDuson Lin1-2/+2
2015-09-21Input: elan_i2c - add ic type 0x03Duson Lin1-0/+1
2015-09-21Input: elan_i2c - don't require known iap versionDaniel Drake1-5/+7
2015-09-03Input: elan_i2c - add ACPI ID "ELAN1000"João Paulo Rechi Vita1-0/+1
2015-09-03Input: elan_i2c - use iap_version to get firmware informationDuson Lin1-6/+6
2015-08-28Input: elan_i2c - fix typos for validpage_countBenson Leung1-9/+9
2015-08-24Input: elan_i2c - enable ELAN0100 acpi panelsMichele Curti1-0/+4
2015-08-07Input: elan_i2c - enable asynchronous probingDmitry Torokhov1-0/+1
2015-07-20Merge tag 'v4.2-rc3' into nextDmitry Torokhov1-7/+5
2015-07-20Input: elan_i2c - enable ELAN0600 acpi panelsBenjamin Tissoires1-0/+1
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-07Input: elan_i2c - change the hover event from MT to STduson1-7/+5
2015-06-08Input: elan_i2c - add product IDs FW namesCharlie Mooney1-6/+16
2015-06-08Input: elan_i2c - add support for multi IC type and iap formatDuson Lin1-5/+40
2015-04-20Input: elan_i2c - report hovering contactsDuson Lin1-4/+11
2015-04-14Input: elan_i2c - adjust for newer firmware pressure reportingduson1-10/+15
2015-03-08Input: elan_i2c - remove duplicate repeat codeDuson Lin1-1/+0
2015-03-07Input: elan_i2c - return error code when resume failsDuson Lin1-5/+9
2015-01-23Input: elan_i2c - verify firmware signature applying itDuson Lin1-9/+12
2014-10-24Input: add driver for Elan I2C/SMbus touchpadDuson Lin1-0/+1137