aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/alps.c
Commit message (Expand)AuthorAge
* Input: alps - do not reduce trackpoint speed by halfHans de Goede2015-06-05
* Input: alps - fix finger jumps on lifting 2 fingers on v7 touchpadHans de Goede2015-05-20
* Merge branch 'next' into for-linusDmitry Torokhov2015-04-14
|\
| * Input: ALPS - make alps_get_pkt_id_ss4_v2() and others staticFengguang Wu2015-04-11
| * Input: ALPS - V7 devices can report 5-finger tapsMasaki Ota2015-04-07
| * Input: ALPS - add support for SS4 touchpad devicesMasaki Ota2015-04-07
| * Input: ALPS - refactor alps_set_abs_params_mt()Masaki Ota2015-04-07
* | Input: alps - non interleaved V2 dualpoint has separate stick button bitsHans de Goede2015-04-12
* | Input: alps - fix touchpad buttons getting stuck when used with trackpointHans de Goede2015-04-12
|/
* Input: alps - report V2 Dualpoint Stick events via the right evdev nodeHans de Goede2015-04-05
* Input: alps - report interleaved bare PS/2 packets via dev3Hans de Goede2015-04-05
* Input: ALPS - fix max coordinates for v5 and v7 protocolsDmitry Torokhov2015-03-23
* Input: ALPS - fix memory leak when detection failsDmitry Torokhov2015-03-04
* Input: ALPS - move v7 packet info to Documentation and v6 packet infoPali Rohár2015-02-15
* Input: ALPS - fix confusing comment in protocol dataDmitry Torokhov2015-02-15
* Input: ALPS - do not mix trackstick and external PS/2 mouse dataPali Rohár2015-02-15
* Input: ALPS - fix trackstick detection on some Dell LatitudesDmitry Torokhov2015-02-15
* Input: ALPS - consolidate setting protocol parametersDmitry Torokhov2015-02-15
* Input: ALPS - split protocol data from model infoDmitry Torokhov2015-02-15
* Input: ALPS - make Rushmore a separate protocolDmitry Torokhov2015-02-15
* Input: ALPS - renumber protocol numbersDmitry Torokhov2015-02-15
* Input: MT - add support for balanced slot assignmentHenrik Rydberg2015-02-01
* Merge tag 'v3.19-rc4' into nextDmitry Torokhov2015-01-15
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2014-12-18
| |\
| * | Input: alps - ignore bad data on Dell Latitudes E6440 and E7440Pali Rohár2014-11-13
| * | Input: alps - allow up to 2 invalid packets without resetting devicePali Rohár2014-11-10
| * | Input: alps - ignore potential bare packets when device is out of syncPali Rohár2014-11-09
| * | Input: alps - fix v4 button press recognitionAndreas Bosch2014-10-15
* | | Input: alps - add sanity checks for non DualPoint devicesPali Rohár2015-01-11
* | | Input: alps - fix name, product and version of dev2 input devicePali Rohár2015-01-11
| |/ |/|
* | Input: alps - v7: document the v7 touchpad packet protocolHans de Goede2014-12-18
* | Input: alps - v7: fix finger counting for > 2 fingers on clickpadsHans de Goede2014-12-18
* | Input: alps - v7: sometimes a single touch is reported in mt[1]Hans de Goede2014-12-18
* | Input: alps - v7: ignore new packetsHans de Goede2014-12-18
|/
* Input: add missing POINTER / DIRECT properties to a bunch of driversHans de Goede2014-09-08
* Input: add INPUT_PROP_POINTING_STICK propertyHans de Goede2014-09-08
* Input: ALPS - suppress message about 'Unknown touchpad'Dmitry Torokhov2014-08-26
* Input: alps - Rushmore and v7 resolution supportHans de Goede2014-07-31
* Input: alps - add support for v7 devicesYunkang Tang2014-07-26
* Input: alps - cache firmware versionHans de Goede2014-07-26
* Input: alps - change decode function prototype to return an intHans de Goede2014-07-26
* Input: alps - report 2 touches when we've > 2 fingersHans de Goede2014-07-26
* Input: alps - add an alps_report_semi_mt_data functionHans de Goede2014-07-26
* Input: alps - use single touch data when v3 mt data contains only one fingerHans de Goede2014-07-26
* Input: alps - use standard contact tracking instead of DIYHans de Goede2014-07-26
* Input: alps - use struct input_mt_pos to track coordinatesHans de Goede2014-07-26
* Input: alps - process_bitmap: round down when spreading adjescent fingers ove...Hans de Goede2014-07-26
* Input: alps - process_bitmap: fix counting of high point bitsHans de Goede2014-07-26
* Input: alps - process_bitmap: add alps_get_bitmap_points() helper functionHans de Goede2014-07-26
* Input: alps - process_bitmap: don't invert the Y-axis on RushmoreHans de Goede2014-07-26