aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-14/+16
2017-05-25Input: elan_i2c - ignore signals when finishing updating firmwareKT Liao1-13/+8
2017-05-25Input: elan_i2c - clear INT before resetting controllerKT Liao1-1/+8
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds2-2/+2
2017-05-02Merge branch 'next' into for-linusDmitry Torokhov10-567/+1296
2017-04-20Annotate hardware config module parameters in drivers/input/David Howells2-2/+2
2017-04-18Input: elantech - add Fujitsu Lifebook E547 to force crc_enabledThorsten Leemhuis1-0/+8
2017-04-03Input: synaptics - use u8 instead of unsigned charDmitry Torokhov2-40/+42
2017-04-03Input: synaptics - do not abuse -1 as return valueDmitry Torokhov1-25/+46
2017-04-03Input: synaptics - use BIT() and GENMASK() macrosDmitry Torokhov2-48/+48
2017-04-03Input: synaptics - add synaptics_query_int()Dmitry Torokhov2-48/+32
2017-04-03Input: psmouse - use i2c_client_type to locate i2c clientsDmitry Torokhov1-1/+1
2017-04-03Merge tag 'v4.11-rc5' into nextDmitry Torokhov3-29/+74
2017-04-03Input: psmouse - fix cleaning up SMBus companionsDmitry Torokhov1-11/+19
2017-03-25Input: synaptics - add support for Intertouch devicesBenjamin Tissoires5-175/+421
2017-03-25Input: synaptics - split device info into a separate structureDmitry Torokhov2-187/+233
2017-03-25Input: psmouse - add support for SMBus companionsBenjamin Tissoires5-2/+343
2017-03-25Input: psmouse - introduce notion of SMBus companionsDmitry Torokhov2-33/+71
2017-03-25Input: psmouse - store pointer to current protocolDmitry Torokhov2-55/+58
2017-03-25Input: psmouse - implement fast reconnect optionDmitry Torokhov2-3/+28
2017-03-23Input: synaptics - do not mix logical and bitwise operationsDmitry Torokhov2-6/+6
2017-03-23Input: synaptics_i2c - add OF device ID tableJavier Martinez Canillas1-0/+9
2017-03-17Input: ALPS - fix trackstick button handling on V8 devicesMasaki Ota1-4/+2
2017-03-17Input: ALPS - fix V8+ protocol handling (73 03 28)Masaki Ota2-16/+61
2017-03-10Input: elan_i2c - add ASUS EeeBook X205TA special touchpad fwMatjaz Hegedic1-9/+11
2017-03-09Merge branch 'ib/4.10-sparse-keymap-managed' into nextDmitry Torokhov1-0/+1
2017-03-07Input: alps - cleanup alps_model_dataPali Rohár2-36/+25
2017-03-07Input: alps - warn about unsupported ALPS V9 touchpadPali Rohár2-0/+11
2017-03-07Input: alps - move ALPS_PROTO_V4 out of alps_model_data tablePali Rohár1-2/+8
2017-02-20Merge branch 'next' into for-linusDmitry Torokhov15-78/+100
2017-02-12Input: elan_i2c - add ELAN0605 to the ACPI tableIHARA Hiroka1-0/+1
2017-02-09Input: synaptics - use SERIO_OOB_DATA to handle trackstick buttonsDmitry Torokhov2-14/+13
2017-02-09Input: psmouse - add a custom serio protocol to send extra informationBenjamin Tissoires2-3/+43
2017-01-24Merge tag 'v4.10-rc5' into nextDmitry Torokhov7-13/+9
2017-01-22Input: mouse - drop unnecessary calls to input_set_drvdataGuenter Roeck2-3/+0
2017-01-21Input: mouse - use local variables consistentlyGuenter Roeck9-42/+31
2017-01-15Input: cyapa - use msleep() for long delayNicholas Mc Guire1-1/+1
2017-01-15Input: cyapa - use time based retry loopNicholas Mc Guire1-15/+12
2017-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-3/+3
2017-01-03Input: ALPS - fix TrackStick Y axis handling for SS5 hardwarePaul Donohue1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds3-3/+3
2016-12-18Input: synaptics_i2c - change msleep to usleep_range for small msecsAniroop Mathur1-2/+2
2016-12-16Merge branch 'next' into for-linusDmitry Torokhov3-36/+61
2016-12-12Input: ALPS - fix protcol -> protocolMarcos Paulo de Souza1-1/+1
2016-11-28Input: ALPS - clean up code for SS5 hardwarePaul Donohue2-15/+28
2016-11-28Input: ALPS - clean up TrackStick handling for SS5 hardwarePaul Donohue1-17/+25
2016-11-28Input: ALPS - fix TrackStick support for SS5 hardwarePaul Donohue1-7/+12
2016-11-16Input: psmouse - disable automatic probing of BYD touchpadsDmitry Torokhov1-4/+0
2016-10-26Input: elan_i2c - always output the device informationBenjamin Tissoires1-9/+8
2016-10-24Input: psmouse - cleanup Focaltech codeDmitry Tunin1-3/+3