summaryrefslogtreecommitdiff
path: root/drivers/input/mouse/alps.c
AgeCommit message (Expand)Author
2023-03-19Input: alps - fix compatibility with -funsigned-charmsizanoen
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2021-02-22Input: alps - fix spelling of "positive"Bhaskar Chowdhury
2020-08-06Input: alps - remove redundant assignment to variable retColin Ian King
2019-07-19Input: alps - fix a mismatch between a condition check and its commentHui Wang
2019-07-15Input: alps - don't handle ALPS cs19 trackpoint-only deviceHui Wang
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-05-24Merge tag 'v4.17-rc6' into nextDmitry Torokhov
2018-04-23Input: alps - fix reporting pressure of v3 trackstickPali Rohár
2018-04-23Input: alps - demystify trackstick initialization for v3 and v6 protocolsPali Rohár
2018-04-04Merge branch 'next' into for-linusDmitry Torokhov
2018-03-30Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370Masaki Ota
2018-03-26Input: alps - report pressure of v3 and v7 trackstickPali Rohár
2018-02-02Input: psmouse - create helper for reporting standard buttons/motionDmitry Torokhov
2018-01-12Input: ALPS - fix multi-touch decoding on SS4 plus touchpadsNir Perry
2017-10-23Input: alps - convert to using timer_setup()Kees Cook
2017-08-24Input: ALPS - fix two-finger scroll breakage in right side on ALPS touchpadMasaki Ota
2017-04-03Merge tag 'v4.11-rc5' into nextDmitry Torokhov
2017-03-17Input: ALPS - fix trackstick button handling on V8 devicesMasaki Ota
2017-03-17Input: ALPS - fix V8+ protocol handling (73 03 28)Masaki Ota
2017-03-07Input: alps - cleanup alps_model_dataPali Rohár
2017-03-07Input: alps - warn about unsupported ALPS V9 touchpadPali Rohár
2017-03-07Input: alps - move ALPS_PROTO_V4 out of alps_model_data tablePali Rohár
2017-01-21Input: mouse - use local variables consistentlyGuenter Roeck
2016-11-28Input: ALPS - clean up code for SS5 hardwarePaul Donohue
2016-11-28Input: ALPS - clean up TrackStick handling for SS5 hardwarePaul Donohue
2016-11-28Input: ALPS - fix TrackStick support for SS5 hardwarePaul Donohue
2016-10-04Input: ALPS - set DualPoint flag for 74 03 28 devicesBen Gamari
2016-10-04Input: ALPS - allow touchsticks to report pressureBen Gamari
2016-10-04Input: ALPS - handle 0-pressure 1F eventsBen Gamari
2016-10-04Input: ALPS - add touchstick support for SS5 hardwareBen Gamari
2016-01-06Input: ALPS - report v3 pinnacle trackstick device only if is presentPali Rohár
2016-01-06Input: ALPS - detect trackstick presence for v7 protocolPali Rohár
2015-10-26Input: alps - only the Dell Latitude D420/430/620/630 have separate stick but...Hans de Goede
2015-08-03Input: alps - only Dell laptops have separate button bits for v2 dualpoint st...Hans de Goede
2015-06-22Merge branch 'next' into for-linusDmitry Torokhov
2015-06-04Input: alps - do not reduce trackpoint speed by halfHans de Goede
2015-05-20Input: alps - fix finger jumps on lifting 2 fingers on v7 touchpadHans de Goede
2015-05-20Input: alps - use the generic process_bitmap function for v5 touchpadsHans de Goede
2015-05-20Input: alps - rename alps_set_abs_params_mt to alps_set_abs_params_semi_mtHans de Goede
2015-05-20Input: alps - do not use input-mt finger tracking for semi-mt devicesHans de Goede
2015-05-20Input: alps - use more accurate coordinates for first touch in semi-mt modeHans de Goede
2015-05-20Input: alps - decode the position packet firstHans de Goede
2015-05-20Input: alps - only set fields that are actually presentHans de Goede
2015-05-20Input: alps - change alps_decode_rushmore to do all decoding itselfHans de Goede
2015-04-14Merge branch 'next' into for-linusDmitry Torokhov
2015-04-12Input: alps - non interleaved V2 dualpoint has separate stick button bitsHans de Goede
2015-04-12Input: alps - fix touchpad buttons getting stuck when used with trackpointHans de Goede
2015-04-11Input: ALPS - make alps_get_pkt_id_ss4_v2() and others staticFengguang Wu