summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/alps.c
AgeCommit message (Expand)AuthorLines
2015-03-04Input: ALPS - fix memory leak when detection failsDmitry Torokhov-1/+3
2015-02-15Input: ALPS - move v7 packet info to Documentation and v6 packet infoPali Rohár-39/+0
2015-02-15Input: ALPS - fix confusing comment in protocol dataDmitry Torokhov-7/+8
2015-02-15Input: ALPS - do not mix trackstick and external PS/2 mouse dataPali Rohár-50/+140
2015-02-15Input: ALPS - fix trackstick detection on some Dell LatitudesDmitry Torokhov-22/+56
2015-02-15Input: ALPS - consolidate setting protocol parametersDmitry Torokhov-64/+67
2015-02-15Input: ALPS - split protocol data from model infoDmitry Torokhov-29/+29
2015-02-15Input: ALPS - make Rushmore a separate protocolDmitry Torokhov-11/+18
2015-02-15Input: ALPS - renumber protocol numbersDmitry Torokhov-1/+1
2015-02-01Input: MT - add support for balanced slot assignmentHenrik Rydberg-1/+1
2015-01-15Merge tag 'v3.19-rc4' into nextDmitry Torokhov-4/+28
2015-01-11Input: alps - add sanity checks for non DualPoint devicesPali Rohár-2/+20
2015-01-11Input: alps - fix name, product and version of dev2 input devicePali Rohár-4/+14
2014-12-18Merge branch 'next' into for-linusDmitry Torokhov-10/+74
2014-12-18Input: alps - v7: document the v7 touchpad packet protocolHans de Goede-0/+28
2014-12-18Input: alps - v7: fix finger counting for > 2 fingers on clickpadsHans de Goede-4/+12
2014-12-18Input: alps - v7: sometimes a single touch is reported in mt[1]Hans de Goede-4/+14
2014-12-18Input: alps - v7: ignore new packetsHans de Goede-6/+24
2014-11-13Input: alps - ignore bad data on Dell Latitudes E6440 and E7440Pali Rohár-1/+16
2014-11-09Input: alps - allow up to 2 invalid packets without resetting devicePali Rohár-0/+3
2014-11-08Input: alps - ignore potential bare packets when device is out of syncPali Rohár-1/+7
2014-10-15Input: alps - fix v4 button press recognitionAndreas Bosch-2/+2
2014-09-08Input: add missing POINTER / DIRECT properties to a bunch of driversHans de Goede-0/+1
2014-09-08Input: add INPUT_PROP_POINTING_STICK propertyHans de Goede-0/+3
2014-08-26Input: ALPS - suppress message about 'Unknown touchpad'Dmitry Torokhov-2/+2
2014-07-30Input: alps - Rushmore and v7 resolution supportHans de Goede-0/+48
2014-07-26Input: alps - add support for v7 devicesYunkang Tang-3/+262
2014-07-26Input: alps - cache firmware versionHans de Goede-0/+3
2014-07-26Input: alps - change decode function prototype to return an intHans de Goede-3/+9
2014-07-26Input: alps - report 2 touches when we've > 2 fingersHans de Goede-1/+1
2014-07-26Input: alps - add an alps_report_semi_mt_data functionHans de Goede-47/+29
2014-07-26Input: alps - use single touch data when v3 mt data contains only one fingerHans de Goede-1/+1
2014-07-26Input: alps - use standard contact tracking instead of DIYHans de Goede-36/+16
2014-07-26Input: alps - use struct input_mt_pos to track coordinatesHans de Goede-109/+90
2014-07-26Input: alps - process_bitmap: round down when spreading adjescent fingers ove...Hans de Goede-2/+2
2014-07-26Input: alps - process_bitmap: fix counting of high point bitsHans de Goede-2/+1
2014-07-26Input: alps - process_bitmap: add alps_get_bitmap_points() helper functionHans de Goede-45/+30
2014-07-26Input: alps - process_bitmap: don't invert the Y-axis on RushmoreHans de Goede-7/+10
2014-07-26Input: alps - improve 2-finger reporting on v3 modelsHans de Goede-36/+24
2014-07-26Input: alps - fix rushmore packet decodingYunkang Tang-0/+3
2013-12-26Input: ALPS - add support for "Dolphin" devicesYunkang Tang-41/+173
2013-12-05Input: ALPS - add support for DualPoint device on Dell XT2 modelYunkang Tang-3/+203
2013-10-22Input: ALPS - change secondary device's nameYunkang Tang-1/+1
2013-04-15Input: ALPS - use %ph to print buffersDmitry Torokhov-7/+5
2013-02-22Input: ALPS - add "Dolphin V1" touchpad supportDave Turvene-2/+65
2013-02-22Input: ALPS - remove unused argument to alps_enter_command_mode()Kevin Cernekee-11/+7
2013-02-14Input: ALPS - enable trackstick on Rushmore touchpadsKevin Cernekee-70/+115
2013-02-14Input: ALPS - add support for "Rushmore" touchpadsKevin Cernekee-0/+52
2013-02-14Input: ALPS - make the V3 packet field decoder "pluggable"Kevin Cernekee-44/+57
2013-02-14Input: ALPS - move pixel and bitmap info into alps_data structKevin Cernekee-22/+25