summaryrefslogtreecommitdiff
path: root/driver/touchpad_st.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-1895/+0
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-2/+2
* various: Fix spellingAbe Levkoy2020-10-221-1/+1
* ec: change usage of dummySam Hurst2020-08-051-18/+18
* printf: Convert %l to %llEvan Green2019-10-051-2/+4
* printf: Convert %h to %phEvan Green2019-10-051-10/+11
* tasks: convert TASK_EVENT_CUSTOM macro to bitJett Rink2019-04-241-2/+2
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-19/+19
* touchpad_st: do not generate 0 finger hid eventWei-Han Chen2018-11-191-1/+3
* touchpad_st: ignore error 0x2AWei-Han Chen2018-11-131-1/+1
* touchpad_st: remove beacon count logsWei-Han Chen2018-11-081-0/+3
* touchpad_st: don't halt on error 0x24Wei-Han Chen2018-11-081-1/+2
* driver/touchpad_st: Ignore st_tp_reset return valueNicolas Boichat2018-10-241-2/+5
* touchpad_st: handle CX config error on initWei-Han Chen2018-10-151-22/+94
* touchpad_st: refactor st_tp_read_all_events()Wei-Han Chen2018-10-151-55/+57
* touchpad_st: preserve panel config section during updateWei-Han Chen2018-10-151-11/+19
* touchpad_st: embed FTB header in unpacked TP FWWei-Han Chen2018-10-151-29/+31
* touchpad_st: touch_slot should be reset to 0Wei-Han Chen2018-10-111-0/+1
* touchpad_st: fix bug in dump_memoryWei-Han Chen2018-10-101-1/+1
* touchpad_st: decide if full init is required by cx versionWei-Han Chen2018-10-091-5/+47
* touchpad_st: refactor to support panel initializationWei-Han Chen2018-10-091-20/+24
* touchpad_st: make panel initialization synchronousWei-Han Chen2018-10-091-30/+39
* touchpad_st: log heatmap enable / disableWei-Han Chen2018-10-051-1/+4
* touchpad_st: update touchpad hung detection logicWei-Han Chen2018-10-051-8/+41
* touchpad_st: read event fifo in heatmap modeWei-Han Chen2018-10-041-0/+4
* touchpad_st: error event info is little endianWei-Han Chen2018-10-041-2/+2
* touchpad_st: scale major & minorWei-Han Chen2018-10-041-2/+2
* touchpad_st: new error types: 0xf1, 0xf2, 0xf3Wei-Han Chen2018-10-041-6/+7
* touchpad_st: memory corruption detectionWei-Han Chen2018-10-041-25/+121
* touchpad_st: show status report from STWei-Han Chen2018-10-031-0/+24
* usb_hid_touchpad: set confidence bit on finger leaveWei-Han Chen2018-09-281-0/+2
* touchpad_st: integrate power control and system stateWei-Han Chen2018-09-261-16/+31
* touchpad_st: read dummy byte while dumping memoryWei-Han Chen2018-09-261-2/+2
* usb_hid_touchpad: fix logical max of width & heightWei-Han Chen2018-09-261-2/+3
* touchpad_st: handle error type 0xffWei-Han Chen2018-09-191-0/+22
* touchpad_st: "dump_memory" can be enabled via console commandWei-Han Chen2018-09-161-4/+14
* touchpad_st: handle severe errorsWei-Han Chen2018-09-161-17/+165
* driver/touchpad_st: add more debug commandsWei-Han Chen2018-09-031-0/+43
* whiskers: Disable keyboard scanning and touchpad in tablet modeNicolas Boichat2018-09-031-13/+48
* touchpad_st: disable heatmap should always successWei-Han Chen2018-08-311-7/+8
* touchpad heatmap: set subclass and protocolWei-Han Chen2018-08-311-2/+2
* stm32: usb_hid_touchpad: add confidenceWei-Han Chen2018-08-311-1/+3
* touchpad_st: handle new domeswitch APIWei-Han Chen2018-08-191-10/+8
* touchpad_st: fix heatmap modeWei-Han Chen2018-08-181-2/+6
* touchpad_st: remove support for 2 bytes per pixelWei-Han Chen2018-08-061-31/+4
* touchpad_st: send domeswitch status in heatmap modeWei-Han Chen2018-08-061-5/+36
* touchpad_st: support 1 byte pixelsWei-Han Chen2018-08-061-7/+32
* usb_hid_touchpad: make max pressure configurableWei-Han Chen2018-08-031-5/+3
* driver/touchpad_st.c: support heat mapWei-Han Chen2018-07-191-4/+425