aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/mouse/alps.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-12Input: ALPS - fix multi-touch decoding on SS4 plus touchpadsGravatar Nir Perry 1-4/+6
2017-08-24Input: ALPS - fix two-finger scroll breakage in right side on ALPS touchpadGravatar Masaki Ota 1-0/+8
2017-04-03Merge tag 'v4.11-rc5' into nextGravatar Dmitry Torokhov 1-0/+11
2017-03-17Input: ALPS - fix V8+ protocol handling (73 03 28)Gravatar Masaki Ota 1-0/+11
2017-03-07Input: alps - cleanup alps_model_dataGravatar Pali Rohár 1-5/+0
2017-03-07Input: alps - warn about unsupported ALPS V9 touchpadGravatar Pali Rohár 1-0/+1
2017-01-03Input: ALPS - fix TrackStick Y axis handling for SS5 hardwareGravatar Paul Donohue 1-1/+1
2016-12-12Input: ALPS - fix protcol -> protocolGravatar Marcos Paulo de Souza 1-1/+1
2016-11-28Input: ALPS - clean up code for SS5 hardwareGravatar Paul Donohue 1-1/+21
2016-10-04Input: ALPS - add touchstick support for SS5 hardwareGravatar Ben Gamari 1-0/+2
2015-05-20Input: alps - use more accurate coordinates for first touch in semi-mt modeGravatar Hans de Goede 1-0/+1
2015-04-07Input: ALPS - add support for SS4 touchpad devicesGravatar Masaki Ota 1-1/+77
2015-02-15Input: ALPS - do not mix trackstick and external PS/2 mouse dataGravatar Pali Rohár 1-3/+11
2015-02-15Input: ALPS - split protocol data from model infoGravatar Dmitry Torokhov 1-9/+17
2015-02-15Input: ALPS - make Rushmore a separate protocolGravatar Dmitry Torokhov 1-0/+1
2015-02-15Input: ALPS - renumber protocol numbersGravatar Dmitry Torokhov 1-15/+15
2014-07-30Input: alps - Rushmore and v7 resolution supportGravatar Hans de Goede 1-0/+2
2014-07-26Input: alps - add support for v7 devicesGravatar Yunkang Tang 1-0/+18
2014-07-26Input: alps - cache firmware versionGravatar Hans de Goede 1-0/+2
2014-07-26Input: alps - change decode function prototype to return an intGravatar Hans de Goede 1-1/+1
2014-07-26Input: alps - use struct input_mt_pos to track coordinatesGravatar Hans de Goede 1-13/+14
2014-07-26Input: alps - process_bitmap: add alps_get_bitmap_points() helper functionGravatar Hans de Goede 1-0/+5
2014-07-26Input: alps - process_bitmap: don't invert the Y-axis on RushmoreGravatar Hans de Goede 1-2/+2
2013-12-26Input: ALPS - add support for "Dolphin" devicesGravatar Yunkang Tang 1-1/+6
2013-12-05Input: ALPS - add support for DualPoint device on Dell XT2 modelGravatar Yunkang Tang 1-0/+1
2013-02-22Input: ALPS - add "Dolphin V1" touchpad supportGravatar Dave Turvene 1-0/+1
2013-02-14Input: ALPS - make the V3 packet field decoder "pluggable"Gravatar Kevin Cernekee 1-0/+38
2013-02-14Input: ALPS - move pixel and bitmap info into alps_data structGravatar Kevin Cernekee 1-0/+8
2013-02-14Input: ALPS - use function pointers for different protocol handlersGravatar Kevin Cernekee 1-0/+7
2013-02-14Input: ALPS - rework detection sequenceGravatar Kevin Cernekee 1-4/+4
2013-02-14Input: ALPS - copy "model" info into alps_data structGravatar Kevin Cernekee 1-2/+12
2013-02-14Input: ALPS - document the alps.h data structuresGravatar Kevin Cernekee 1-13/+61
2012-05-10Input: ALPS - add semi-MT support for v4 protocolGravatar George Pantalos 1-0/+2
2011-11-07Input: ALPS - add semi-MT support for v3 protocolGravatar Seth Forshee 1-0/+1
2011-11-07Input: ALPS - add support for protocol versions 3 and 4Gravatar Seth Forshee 1-0/+14
2011-11-07Input: ALPS - add protocol version field in alps_model_infoGravatar Seth Forshee 1-0/+4
2009-12-15Input: ALPS - add interleaved protocol support (Dell E6x00 series)Gravatar Sebastian Kapfer 1-0/+1
2009-09-10Input: psmouse - use boolean typeGravatar Dmitry Torokhov 1-2/+2
2007-04-12Input: ALPS - handle errors from input_register_device()Gravatar Dmitry Torokhov 1-1/+0
2007-03-10Input: psmouse - allow disabing certain protocol extensionsGravatar Andres Salomon 1-3/+14
2006-09-10Input: constify psmouse driverGravatar Helge Deller 1-1/+1
2005-10-28[PATCH] drivers/input/mouse: convert to dynamic input_dev allocationGravatar Dmitry Torokhov 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+32