summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' into for-linusDmitry Torokhov2017-07-065-17/+117
|\
| * Merge tag 'v4.12-rc3' into nextDmitry Torokhov2017-05-294-16/+26
| |\
| * | Input: elantech - force relative mode on a certain moduleKT Liao2017-05-111-0/+11
| * | Input: elan_i2c - add support for fetching chip type on newer hardwareKT Liao2017-05-114-17/+99
| * | Input: elan_i2c - check if device is there before really probingDmitry Torokhov2017-05-111-0/+7
* | | Input: elantech - add Fujitsu Lifebook E546/E557 to force crc_enabledUlrik De Bie2017-06-071-0/+16
* | | Merge tag 'v4.12-rc3' into for-linusDmitry Torokhov2017-06-022-2/+2
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-05-261-14/+16
| |\ \
| * \ \ Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-102-2/+2
| |\ \ \
| | * | | Annotate hardware config module parameters in drivers/input/David Howells2017-04-202-2/+2
* | | | | Input: synaptics - tell users to report when they should be using rmi-smbusBenjamin Tissoires2017-05-291-1/+9
* | | | | Input: synaptics - warn the users when there is a better modeBenjamin Tissoires2017-05-291-7/+15
* | | | | Input: synaptics - keep PS/2 around when RMI4_SMB is not enabledBenjamin Tissoires2017-05-291-1/+2
* | | | | Input: synaptics - clear device info before filling inEric Biggers2017-05-291-0/+2
| |_|/ / |/| | |
* | | | Input: elan_i2c - ignore signals when finishing updating firmwareKT Liao2017-05-251-13/+8
* | | | Input: elan_i2c - clear INT before resetting controllerKT Liao2017-05-251-1/+8
|/ / /
* | | Merge branch 'next' into for-linusDmitry Torokhov2017-05-0210-567/+1296
|\ \ \ | | |/ | |/|
| * | Input: synaptics - use u8 instead of unsigned charDmitry Torokhov2017-04-032-40/+42
| * | Input: synaptics - do not abuse -1 as return valueDmitry Torokhov2017-04-031-25/+46
| * | Input: synaptics - use BIT() and GENMASK() macrosDmitry Torokhov2017-04-032-48/+48
| * | Input: synaptics - add synaptics_query_int()Dmitry Torokhov2017-04-032-48/+32
| * | Input: psmouse - use i2c_client_type to locate i2c clientsDmitry Torokhov2017-04-031-1/+1
| * | Merge tag 'v4.11-rc5' into nextDmitry Torokhov2017-04-033-29/+74
| |\ \ | | |/
| * | Input: psmouse - fix cleaning up SMBus companionsDmitry Torokhov2017-04-031-11/+19
| * | Input: synaptics - add support for Intertouch devicesBenjamin Tissoires2017-03-255-175/+421
| * | Input: synaptics - split device info into a separate structureDmitry Torokhov2017-03-252-187/+233
| * | Input: psmouse - add support for SMBus companionsBenjamin Tissoires2017-03-255-2/+343
| * | Input: psmouse - introduce notion of SMBus companionsDmitry Torokhov2017-03-252-33/+71
| * | Input: psmouse - store pointer to current protocolDmitry Torokhov2017-03-252-55/+58
| * | Input: psmouse - implement fast reconnect optionDmitry Torokhov2017-03-252-3/+28
| * | Input: synaptics - do not mix logical and bitwise operationsDmitry Torokhov2017-03-232-6/+6
| * | Input: synaptics_i2c - add OF device ID tableJavier Martinez Canillas2017-03-231-0/+9
| * | Merge branch 'ib/4.10-sparse-keymap-managed' into nextDmitry Torokhov2017-03-091-0/+1
| |\ \
| * | | Input: alps - cleanup alps_model_dataPali Rohár2017-03-072-36/+25
| * | | Input: alps - warn about unsupported ALPS V9 touchpadPali Rohár2017-03-072-0/+11
| * | | Input: alps - move ALPS_PROTO_V4 out of alps_model_data tablePali Rohár2017-03-071-2/+8
* | | | Input: elantech - add Fujitsu Lifebook E547 to force crc_enabledThorsten Leemhuis2017-04-181-0/+8
| |_|/ |/| |
* | | Input: ALPS - fix trackstick button handling on V8 devicesMasaki Ota2017-03-171-4/+2
* | | Input: ALPS - fix V8+ protocol handling (73 03 28)Masaki Ota2017-03-172-16/+61
* | | Input: elan_i2c - add ASUS EeeBook X205TA special touchpad fwMatjaz Hegedic2017-03-101-9/+11
* | | Merge branch 'next' into for-linusDmitry Torokhov2017-02-2015-78/+100
|\ \ \ | |/ / | | / | |/ |/|
| * Input: synaptics - use SERIO_OOB_DATA to handle trackstick buttonsDmitry Torokhov2017-02-092-14/+13
| * Input: psmouse - add a custom serio protocol to send extra informationBenjamin Tissoires2017-02-092-3/+43
| * Merge tag 'v4.10-rc5' into nextDmitry Torokhov2017-01-247-13/+9
| |\
| * | Input: mouse - drop unnecessary calls to input_set_drvdataGuenter Roeck2017-01-222-3/+0
| * | Input: mouse - use local variables consistentlyGuenter Roeck2017-01-219-42/+31
| * | Input: cyapa - use msleep() for long delayNicholas Mc Guire2017-01-151-1/+1
| * | Input: cyapa - use time based retry loopNicholas Mc Guire2017-01-151-15/+12
* | | Input: elan_i2c - add ELAN0605 to the ACPI tableIHARA Hiroka2017-02-121-0/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-01-132-3/+3
|\ \
OpenPOWER on IntegriCloud