summaryrefslogtreecommitdiff
path: root/driver/touchpad_elan.c
Commit message (Expand)AuthorAgeFilesLines
* usb_hid_touchpad: set confidence bit on finger leaveWei-Han Chen2018-09-281-0/+2
* whiskers: Disable keyboard scanning and touchpad in tablet modeNicolas Boichat2018-09-031-17/+40
* stm32: usb_hid_touchpad: add confidenceWei-Han Chen2018-08-311-0/+1
* touchpad_elan: Fix the trace number accessing for width/hight propertyKT Liao2018-08-211-2/+2
* i2c: Split i2c_xfer into locked/unlocked versions.Jonathan Brandmeyer2018-08-161-28/+8
* touchpad_elan: Ensure we at least have 1k of shared memoryNicolas Boichat2018-05-241-0/+3
* touchpad_elan: Reload watchdog when programmingNicolas Boichat2018-05-241-0/+2
* touchpad_elan: Power off when USB is suspended without wakeNicolas Boichat2018-02-051-2/+61
* touchpad_elan: Add retry logic if the touchpad does not respondNicolas Boichat2018-01-211-2/+33
* touchpad_elan: Add support for debugging modeNicolas Boichat2017-12-141-2/+125
* touchpad_elan: Rename task/interrupts functionsNicolas Boichat2017-11-201-3/+3
* usb_update: Add support for touchpad debugging featureNicolas Boichat2017-11-141-0/+7
* hammer: Support different IC types in touchpad FW updateChun-Ta Lin2017-09-141-5/+30
* driver/touchpad_elan: Add support for FW updatingChun-Ta Lin2017-09-121-5/+157
* touchpad_elan: Discard zero finger clicksNicolas Boichat2017-09-011-7/+11
* usb_hid_touchpad: Add timestamp field to touch eventsNicolas Boichat2017-08-161-0/+14
* Fix inconsistent task function declarationsStefan Reinauer2017-08-081-1/+1
* usb_update: Add a way to fetch touchpad informationNicolas Boichat2017-08-031-0/+35
* chip/stm32/usb_hid_touchpad: Widen pressure field to 10 bitsNicolas Boichat2017-07-311-1/+1
* touchpad_elan: Read resolution and validate against build-time valuesNicolas Boichat2017-05-181-2/+27
* driver/touchpad_elan: Use slightly more precise pressure adjustmentNicolas Boichat2017-03-081-3/+6
* driver/touchpad_elan: Report events to USB HID touchpadNicolas Boichat2016-11-221-24/+47
* driver/touchpad_elan: Basic elan touchpad driverNicolas Boichat2016-11-081-0/+245