summaryrefslogtreecommitdiff
path: root/drivers/input/mouse/elan_i2c_core.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-14Input: elan_i2c - add id for touchpad found in Lenovo s21e-20Vincent Batts1-0/+1
2019-02-20Input: elan_i2c - add ACPI ID for touchpad in Lenovo V330-15ISKMauro Ciancio1-0/+1
2019-02-20Revert "Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G"Dmitry Torokhov1-1/+0
2019-01-09Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573GPatrick Dreyer1-0/+1
2018-12-08Input: elan_i2c - add support for ELAN0621 touchpadAdam Wong1-0/+1
2018-12-08Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15ARRNoah Westervelt1-0/+1
2018-12-08Input: elan_i2c - add ELAN0620 to the ACPI tablePatrick Gaskin1-0/+1
2018-11-10Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15IGMMikhail Nikiforov1-0/+1
2018-08-03Input: elan_i2c - add another ACPI ID for Lenovo Ideapad 330-15ASTKT Liao1-0/+1
2018-08-03Input: elan_i2c - add ACPI ID for lenovo ideapad 330Donald Shanty III1-0/+1
2018-07-03Input: elan_i2c_smbus - fix more potential stack buffer overflowsBen Hutchings1-1/+1
2018-07-03Input: elan_i2c - add ELAN0618 (Lenovo v330 15IKB) ACPI IDAlexandr Savca1-0/+1
2018-06-16Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI IDJohannes Wienke1-0/+1
2018-04-13Input: elan_i2c - check if device is there before really probingDmitry Torokhov1-0/+7
2017-11-15Input: elan_i2c - add ELAN060C to the ACPI tableKai-Heng Feng1-0/+1
2017-11-02Input: elan_i2c - add ELAN0611 to the ACPI tableKai-Heng Feng1-0/+1
2017-08-30Input: elan_i2c - add ELAN0602 ACPI ID to support Lenovo Yoga310KT Liao1-0/+1
2017-08-25Input: elan_i2c - Add antoher Lenovo ACPI ID for upcoming Lenovo NBKT Liao1-0/+3
2017-08-25Input: elan_i2c - add ELAN0608 to the ACPI tableKai-Heng Feng1-0/+1
2017-03-30Input: elan_i2c - add ASUS EeeBook X205TA special touchpad fwMatjaz Hegedic1-9/+11
2017-02-23Input: elan_i2c - add ELAN0605 to the ACPI tableIHARA Hiroka1-0/+1
2016-08-03Input: 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-29Input: 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-29Input: elan_i2c - fix typos for validpage_countBenson Leung1-9/+9
2015-08-24Input: elan_i2c - enable ELAN0100 acpi panelsMichele Curti1-0/+4
2015-08-08Input: 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-18Input: 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-09Input: elan_i2c - add product IDs FW namesCharlie Mooney1-6/+16
2015-06-09Input: 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-09Input: elan_i2c - remove duplicate repeat codeDuson Lin1-1/+0
2015-03-08Input: 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-25Input: add driver for Elan I2C/SMbus touchpadDuson Lin1-0/+1137