aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/alps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-12Input: ALPS - fix multi-touch decoding on SS4 plus touchpadsNir Perry1-10/+13
2017-10-23Input: alps - convert to using timer_setup()Kees Cook1-4/+4
2017-08-24Input: ALPS - fix two-finger scroll breakage in right side on ALPS touchpadMasaki Ota1-10/+31
2017-04-03Merge tag 'v4.11-rc5' into nextDmitry Torokhov1-20/+52
2017-03-17Input: ALPS - fix trackstick button handling on V8 devicesMasaki Ota1-4/+2
2017-03-17Input: ALPS - fix V8+ protocol handling (73 03 28)Masaki Ota1-16/+50
2017-03-07Input: alps - cleanup alps_model_dataPali Rohár1-31/+25
2017-03-07Input: alps - warn about unsupported ALPS V9 touchpadPali Rohár1-0/+10
2017-03-07Input: alps - move ALPS_PROTO_V4 out of alps_model_data tablePali Rohár1-2/+8
2017-01-21Input: mouse - use local variables consistentlyGuenter Roeck1-1/+1
2016-11-28Input: ALPS - clean up code for SS5 hardwarePaul Donohue1-14/+7
2016-11-28Input: ALPS - clean up TrackStick handling for SS5 hardwarePaul Donohue1-17/+25
2016-11-28Input: ALPS - fix TrackStick support for SS5 hardwarePaul Donohue1-7/+12
2016-10-04Input: ALPS - set DualPoint flag for 74 03 28 devicesBen Gamari1-0/+7
2016-10-04Input: ALPS - allow touchsticks to report pressureBen Gamari1-0/+7
2016-10-04Input: ALPS - handle 0-pressure 1F eventsBen Gamari1-1/+7
2016-10-04Input: ALPS - add touchstick support for SS5 hardwareBen Gamari1-11/+54
2016-01-06Input: ALPS - report v3 pinnacle trackstick device only if is presentPali Rohár1-5/+7
2016-01-06Input: ALPS - detect trackstick presence for v7 protocolPali Rohár1-4/+8
2015-10-26Input: alps - only the Dell Latitude D420/430/620/630 have separate stick button bitsHans de Goede1-6/+42
2015-08-03Input: alps - only Dell laptops have separate button bits for v2 dualpoint sticksHans de Goede1-2/+6
2015-06-22Merge branch 'next' into for-linusDmitry Torokhov1-118/+126
2015-06-04Input: alps - do not reduce trackpoint speed by halfHans de Goede1-3/+2
2015-05-20Input: alps - fix finger jumps on lifting 2 fingers on v7 touchpadHans de Goede1-0/+5
2015-05-20Input: alps - use the generic process_bitmap function for v5 touchpadsHans de Goede1-62/+12
2015-05-20Input: alps - rename alps_set_abs_params_mt to alps_set_abs_params_semi_mtHans de Goede1-8/+8
2015-05-20Input: alps - do not use input-mt finger tracking for semi-mt devicesHans de Goede1-2/+6
2015-05-20Input: alps - use more accurate coordinates for first touch in semi-mt modeHans de Goede1-7/+52
2015-05-20Input: alps - decode the position packet firstHans de Goede1-21/+14
2015-05-20Input: alps - only set fields that are actually presentHans de Goede1-29/+33
2015-05-20Input: alps - change alps_decode_rushmore to do all decoding itselfHans de Goede1-5/+17
2015-04-14Merge branch 'next' into for-linusDmitry Torokhov1-15/+353
2015-04-12Input: alps - non interleaved V2 dualpoint has separate stick button bitsHans de Goede1-0/+8
2015-04-12Input: alps - fix touchpad buttons getting stuck when used with trackpointHans de Goede1-2/+3
2015-04-11Input: ALPS - make alps_get_pkt_id_ss4_v2() and others staticFengguang Wu1-5/+5
2015-04-07Input: ALPS - V7 devices can report 5-finger tapsMasaki Ota1-0/+1
2015-04-07Input: ALPS - add support for SS4 touchpad devicesMasaki Ota1-3/+326
2015-04-07Input: ALPS - refactor alps_set_abs_params_mt()Masaki Ota1-12/+26
2015-04-05Input: alps - report V2 Dualpoint Stick events via the right evdev nodeHans de Goede1-1/+6
2015-04-05Input: alps - report interleaved bare PS/2 packets via dev3Hans de Goede1-14/+18
2015-03-23Input: ALPS - fix max coordinates for v5 and v7 protocolsDmitry Torokhov1-5/+6
2015-03-04Input: ALPS - fix memory leak when detection failsDmitry Torokhov1-1/+3
2015-02-15Input: ALPS - move v7 packet info to Documentation and v6 packet infoPali Rohár1-39/+0
2015-02-15Input: ALPS - fix confusing comment in protocol dataDmitry Torokhov1-7/+8
2015-02-15Input: ALPS - do not mix trackstick and external PS/2 mouse dataPali Rohár1-50/+140
2015-02-15Input: ALPS - fix trackstick detection on some Dell LatitudesDmitry Torokhov1-22/+56
2015-02-15Input: ALPS - consolidate setting protocol parametersDmitry Torokhov1-64/+67
2015-02-15Input: ALPS - split protocol data from model infoDmitry Torokhov1-29/+29
2015-02-15Input: ALPS - make Rushmore a separate protocolDmitry Torokhov1-11/+18
2015-02-15Input: ALPS - renumber protocol numbersDmitry Torokhov1-1/+1