summaryrefslogtreecommitdiff
path: root/driver/touchpad_st.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* whiskers touchpad: adjust value rangeWei-Han Chen2018-07-041-3/+5
* touchpad_st: Power off when USB is suspended without wakeWei-Han Chen2018-06-131-4/+31
* drivers/touchpad_st.c: wait full initialize by re-calling deferredWei-Han Chen2018-06-071-35/+34
* driver/touchpad_st.c: fix a bug in st_tp_resetWei-Han Chen2018-06-061-8/+12
* driver/touchpad_st.c: call full initialization via touchpad_debugWei-Han Chen2018-05-291-1/+12
* driver/touchpad_st.c: add "st_tp_full_initialize"Wei-Han Chen2018-05-291-14/+62
* driver/touchpad_st.c: wait for event "controller ready" after resetWei-Han Chen2018-05-291-23/+80
* driver/touchpad_st.c: implement touchpad fw updateWei-Han Chen2018-03-271-1/+232
* ec: add driver/touchpad_st.cWei-Han Chen2018-03-261-0/+474