aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-11Input: alps - add sanity checks for non DualPoint devicesPali Rohár1-2/+20
2015-01-11Input: alps - fix name, product and version of dev2 input devicePali Rohár1-4/+14
2014-12-29Input: synaptics - remove duplicated codeBenjamin Tissoires1-37/+1
2014-12-29Input: synaptics - use in-kernel tracking for reporting mt dataBenjamin Tissoires2-381/+34
2014-12-29Input: psmouse - support for the FocalTech PS/2 protocol extensionsMathias Gottschlag5-17/+436
2014-12-18Input: alps - v7: document the v7 touchpad packet protocolHans de Goede1-0/+28
2014-12-18Input: alps - v7: fix finger counting for > 2 fingers on clickpadsHans de Goede1-4/+12
2014-12-18Input: alps - v7: sometimes a single touch is reported in mt[1]Hans de Goede1-4/+14
2014-12-18Input: alps - v7: ignore new packetsHans de Goede1-6/+24
2014-12-17Input: psmouse - expose drift duration for IBM trackpointshaarp2-0/+9
2014-12-04Input: cyapa - use 'error' for error codesDudley Du1-47/+47
2014-12-03Input: cyapa - fix resuming the deviceDudley Du1-4/+3
2014-11-09Input: cyapa - switch to using managed resourcesDudley Du1-79/+105
2014-11-09Input: lifebook - use "static inline" instead of "inline" in lifebook.hChen Gang1-3/+3
2014-11-02Input: mouse - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han3-12/+6
2014-10-24Input: add driver for Elan I2C/SMbus touchpadDuson Lin6-0/+2383
2014-10-11Input: synaptics - gate forcepad support by DMI checkDmitry Torokhov2-7/+23
2014-10-11Merge tag 'v3.17' into nextDmitry Torokhov8-27/+222
2014-09-15Input: psmouse - add support for detecting FocalTech PS/2 touchpadsHans de Goede4-1/+91
2014-09-12Input: psmouse - add psmouse_matches_pnp_id helper functionHans de Goede3-14/+18
2014-09-09Input: synaptics - add support for ForcePadsDmitry Torokhov2-16/+63
2014-09-08Input: add missing POINTER / DIRECT properties to a bunch of driversHans de Goede5-0/+10
2014-09-08Input: add INPUT_PROP_POINTING_STICK propertyHans de Goede4-0/+9
2014-09-08Input: elantech - fix detection of touchpad on ASUS s301lHans de Goede1-0/+7
2014-08-26Input: elantech - add support for trackpoint found on some v3 modelsUlrik De Bie2-9/+130
2014-08-26Input: elantech - reset the device when elantech probe failsUlrik De Bie1-0/+1
2014-08-26Input: ALPS - suppress message about 'Unknown touchpad'Dmitry Torokhov1-2/+2
2014-08-14Merge branch 'next' into for-linusDmitry Torokhov1-3/+69
2014-08-08Input: synaptics - use firmware data for Cr-48Henrik Rydberg1-2/+68
2014-08-07Input: synaptics - properly initialize slots for semi-MTDmitry Torokhov1-3/+3
2014-08-06Merge branch 'next' into for-linusDmitry Torokhov2-243/+508
2014-07-30Input: alps - Rushmore and v7 resolution supportHans de Goede2-0/+50
2014-07-26Input: alps - add support for v7 devicesYunkang Tang2-3/+280
2014-07-26Input: alps - cache firmware versionHans de Goede2-0/+5
2014-07-26Input: alps - change decode function prototype to return an intHans de Goede2-4/+10
2014-07-26Input: alps - report 2 touches when we've > 2 fingersHans de Goede1-1/+1
2014-07-26Input: alps - add an alps_report_semi_mt_data functionHans de Goede1-47/+29
2014-07-26Input: alps - use single touch data when v3 mt data contains only one fingerHans de Goede1-1/+1
2014-07-26Input: alps - use standard contact tracking instead of DIYHans de Goede1-36/+16
2014-07-26Input: alps - use struct input_mt_pos to track coordinatesHans de Goede2-122/+104
2014-07-26Input: alps - process_bitmap: round down when spreading adjescent fingers over 2 pointsHans de Goede1-2/+2
2014-07-26Input: alps - process_bitmap: fix counting of high point bitsHans de Goede1-2/+1
2014-07-26Input: alps - process_bitmap: add alps_get_bitmap_points() helper functionHans de Goede2-45/+35
2014-07-26Input: alps - process_bitmap: don't invert the Y-axis on RushmoreHans de Goede2-9/+12
2014-07-26Input: alps - improve 2-finger reporting on v3 modelsHans de Goede1-36/+24
2014-07-26Input: alps - fix rushmore packet decodingYunkang Tang1-0/+3
2014-07-14Input: synaptics - add min/max quirk for pnp-id LEN2002 (Edge E531)Hans de Goede1-2/+3
2014-06-07Merge branch 'next' into for-linusDmitry Torokhov2-7/+22
2014-06-07Input: synaptics - fix resolution for manually provided min/maxBenjamin Tissoires1-9/+10
2014-06-07Input: elantech - don't set bit 1 of reg_10 when the no_hw_res quirk is setHans de Goede1-2/+3