summaryrefslogtreecommitdiff
path: root/driver/touchpad_st.c
Commit message (Expand)AuthorAgeFilesLines
* driver: Sort header filesJeremy Bettis2022-11-291-2/+2
* driver/touchpad_st: Fix unaligned access warningsTom Hughes2022-10-271-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* tree: Remove non-standard "%ph" printf formatTom Hughes2022-07-191-13/+18
* driver/touchpad_st.c: Format with clang-formatJack Rosenthal2022-06-281-157/+107
* 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