summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/alps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.17-rc6' into nextDmitry Torokhov2018-05-241-4/+22
|\
| * Input: alps - fix reporting pressure of v3 trackstickPali Rohár2018-04-231-1/+1
| * Merge branch 'next' into for-linusDmitry Torokhov2018-04-041-27/+13
| |\
| * | Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370Masaki Ota2018-03-301-3/+21
* | | Input: alps - demystify trackstick initialization for v3 and v6 protocolsPali Rohár2018-04-231-31/+49
| |/ |/|
* | Input: alps - report pressure of v3 and v7 trackstickPali Rohár2018-03-261-4/+6
* | Input: psmouse - create helper for reporting standard buttons/motionDmitry Torokhov2018-02-021-23/+7
|/
* Input: ALPS - fix multi-touch decoding on SS4 plus touchpadsNir Perry2018-01-121-10/+13
* Input: alps - convert to using timer_setup()Kees Cook2017-10-231-4/+4
* Input: ALPS - fix two-finger scroll breakage in right side on ALPS touchpadMasaki Ota2017-08-241-10/+31
* Merge tag 'v4.11-rc5' into nextDmitry Torokhov2017-04-031-20/+52
|\
| * Input: ALPS - fix trackstick button handling on V8 devicesMasaki Ota2017-03-171-4/+2
| * Input: ALPS - fix V8+ protocol handling (73 03 28)Masaki Ota2017-03-171-16/+50
* | Input: alps - cleanup alps_model_dataPali Rohár2017-03-071-31/+25
* | Input: alps - warn about unsupported ALPS V9 touchpadPali Rohár2017-03-071-0/+10
* | Input: alps - move ALPS_PROTO_V4 out of alps_model_data tablePali Rohár2017-03-071-2/+8
|/
* Input: mouse - use local variables consistentlyGuenter Roeck2017-01-211-1/+1
* Input: ALPS - clean up code for SS5 hardwarePaul Donohue2016-11-281-14/+7
* Input: ALPS - clean up TrackStick handling for SS5 hardwarePaul Donohue2016-11-281-17/+25
* Input: ALPS - fix TrackStick support for SS5 hardwarePaul Donohue2016-11-281-7/+12
* Input: ALPS - set DualPoint flag for 74 03 28 devicesBen Gamari2016-10-041-0/+7
* Input: ALPS - allow touchsticks to report pressureBen Gamari2016-10-041-0/+7
* Input: ALPS - handle 0-pressure 1F eventsBen Gamari2016-10-041-1/+7
* Input: ALPS - add touchstick support for SS5 hardwareBen Gamari2016-10-041-11/+54
* Input: ALPS - report v3 pinnacle trackstick device only if is presentPali Rohár2016-01-061-5/+7
* Input: ALPS - detect trackstick presence for v7 protocolPali Rohár2016-01-061-4/+8
* Input: alps - only the Dell Latitude D420/430/620/630 have separate stick but...Hans de Goede2015-10-261-6/+42
* Input: alps - only Dell laptops have separate button bits for v2 dualpoint st...Hans de Goede2015-08-031-2/+6
* Merge branch 'next' into for-linusDmitry Torokhov2015-06-221-118/+126
|\
| * Input: alps - use the generic process_bitmap function for v5 touchpadsHans de Goede2015-05-201-62/+12
| * Input: alps - rename alps_set_abs_params_mt to alps_set_abs_params_semi_mtHans de Goede2015-05-201-8/+8
| * Input: alps - do not use input-mt finger tracking for semi-mt devicesHans de Goede2015-05-201-2/+6
| * Input: alps - use more accurate coordinates for first touch in semi-mt modeHans de Goede2015-05-201-7/+52
| * Input: alps - decode the position packet firstHans de Goede2015-05-201-21/+14
| * Input: alps - only set fields that are actually presentHans de Goede2015-05-201-29/+33
| * Input: alps - change alps_decode_rushmore to do all decoding itselfHans de Goede2015-05-201-5/+17
* | Input: alps - do not reduce trackpoint speed by halfHans de Goede2015-06-041-3/+2
* | Input: alps - fix finger jumps on lifting 2 fingers on v7 touchpadHans de Goede2015-05-201-0/+5
* | Merge branch 'next' into for-linusDmitry Torokhov2015-04-141-15/+353
|\|
| * Input: ALPS - make alps_get_pkt_id_ss4_v2() and others staticFengguang Wu2015-04-111-5/+5
| * Input: ALPS - V7 devices can report 5-finger tapsMasaki Ota2015-04-071-0/+1
| * Input: ALPS - add support for SS4 touchpad devicesMasaki Ota2015-04-071-3/+326
| * Input: ALPS - refactor alps_set_abs_params_mt()Masaki Ota2015-04-071-12/+26
* | Input: alps - non interleaved V2 dualpoint has separate stick button bitsHans de Goede2015-04-121-0/+8
* | Input: alps - fix touchpad buttons getting stuck when used with trackpointHans de Goede2015-04-121-2/+3
|/
* Input: alps - report V2 Dualpoint Stick events via the right evdev nodeHans de Goede2015-04-051-1/+6
* Input: alps - report interleaved bare PS/2 packets via dev3Hans de Goede2015-04-051-14/+18
* Input: ALPS - fix max coordinates for v5 and v7 protocolsDmitry Torokhov2015-03-231-5/+6
* Input: ALPS - fix memory leak when detection failsDmitry Torokhov2015-03-041-1/+3
* Input: ALPS - move v7 packet info to Documentation and v6 packet infoPali Rohár2015-02-151-39/+0