summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/alps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' into for-linusDmitry Torokhov2014-12-181-10/+74
|\
| * Input: alps - v7: document the v7 touchpad packet protocolHans de Goede2014-12-181-0/+28
| * Input: alps - v7: fix finger counting for > 2 fingers on clickpadsHans de Goede2014-12-181-4/+12
| * Input: alps - v7: sometimes a single touch is reported in mt[1]Hans de Goede2014-12-181-4/+14
| * Input: alps - v7: ignore new packetsHans de Goede2014-12-181-6/+24
* | Input: alps - ignore bad data on Dell Latitudes E6440 and E7440Pali Rohár2014-11-141-1/+16
* | Input: alps - allow up to 2 invalid packets without resetting devicePali Rohár2014-11-101-0/+3
* | Input: alps - ignore potential bare packets when device is out of syncPali Rohár2014-11-091-1/+7
* | Input: alps - fix v4 button press recognitionAndreas Bosch2014-10-151-2/+2
|/
* Input: add missing POINTER / DIRECT properties to a bunch of driversHans de Goede2014-09-081-0/+1
* Input: add INPUT_PROP_POINTING_STICK propertyHans de Goede2014-09-081-0/+3
* Input: ALPS - suppress message about 'Unknown touchpad'Dmitry Torokhov2014-08-271-2/+2
* Input: alps - Rushmore and v7 resolution supportHans de Goede2014-07-311-0/+48
* Input: alps - add support for v7 devicesYunkang Tang2014-07-261-3/+262
* Input: alps - cache firmware versionHans de Goede2014-07-261-0/+3
* Input: alps - change decode function prototype to return an intHans de Goede2014-07-261-3/+9
* Input: alps - report 2 touches when we've > 2 fingersHans de Goede2014-07-261-1/+1
* Input: alps - add an alps_report_semi_mt_data functionHans de Goede2014-07-261-47/+29Star
* Input: alps - use single touch data when v3 mt data contains only one fingerHans de Goede2014-07-261-1/+1
* Input: alps - use standard contact tracking instead of DIYHans de Goede2014-07-261-36/+16Star
* Input: alps - use struct input_mt_pos to track coordinatesHans de Goede2014-07-261-109/+90Star
* Input: alps - process_bitmap: round down when spreading adjescent fingers ove...Hans de Goede2014-07-261-2/+2
* Input: alps - process_bitmap: fix counting of high point bitsHans de Goede2014-07-261-2/+1Star
* Input: alps - process_bitmap: add alps_get_bitmap_points() helper functionHans de Goede2014-07-261-45/+30Star
* Input: alps - process_bitmap: don't invert the Y-axis on RushmoreHans de Goede2014-07-261-7/+10
* Input: alps - improve 2-finger reporting on v3 modelsHans de Goede2014-07-261-36/+24Star
* Input: alps - fix rushmore packet decodingYunkang Tang2014-07-261-0/+3
* Input: ALPS - add support for "Dolphin" devicesYunkang Tang2013-12-271-41/+173
* Input: ALPS - add support for DualPoint device on Dell XT2 modelYunkang Tang2013-12-051-3/+203
* Input: ALPS - change secondary device's nameYunkang Tang2013-10-231-1/+1
* Input: ALPS - use %ph to print buffersDmitry Torokhov2013-04-151-7/+5Star
* Input: ALPS - add "Dolphin V1" touchpad supportDave Turvene2013-02-221-2/+65
* Input: ALPS - remove unused argument to alps_enter_command_mode()Kevin Cernekee2013-02-221-11/+7Star
* Input: ALPS - enable trackstick on Rushmore touchpadsKevin Cernekee2013-02-141-70/+115
* Input: ALPS - add support for "Rushmore" touchpadsKevin Cernekee2013-02-141-0/+52
* Input: ALPS - make the V3 packet field decoder "pluggable"Kevin Cernekee2013-02-141-44/+57
* Input: ALPS - move pixel and bitmap info into alps_data structKevin Cernekee2013-02-141-22/+25
* Input: ALPS - fix command mode checkKevin Cernekee2013-02-141-1/+1
* Input: ALPS - rework detection of Pinnacle AGx touchpadsKevin Cernekee2013-02-141-3/+12
* Input: ALPS - move {addr,nibble}_command settings into alps_set_defaults()Kevin Cernekee2013-02-141-8/+4Star
* Input: ALPS - use function pointers for different protocol handlersKevin Cernekee2013-02-141-54/+47Star
* Input: ALPS - rework detection sequenceKevin Cernekee2013-02-141-72/+52Star
* Input: ALPS - introduce helper function for repeated commandsKevin Cernekee2013-02-141-41/+30Star
* Input: ALPS - move alps_get_model() down below hw_init codeKevin Cernekee2013-02-141-93/+93
* Input: ALPS - copy "model" info into alps_data structKevin Cernekee2013-02-141-32/+31Star
* Input: ALPS - print small buffers via %*phAndy Shevchenko2012-10-301-6/+4Star
* Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg2012-09-191-1/+1
* Input: ALPS - switch to using input_mt_report_finger_countDmitry Torokhov2012-05-111-8/+2Star
* Input: ALPS - add semi-MT support for v4 protocolGeorge Pantalos2012-05-111-6/+73
* Input: ALPS - fix touchpad detection when buttons are pressedAkio Idehara2012-02-241-2/+5