summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
Commit message (Expand)AuthorAgeFilesLines
* Input: mark expected switch fall-throughsGustavo A. R. Silva2018-08-085-2/+7
* Input: appletouch - replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-07-271-3/+3
* Input: stop telling users to snail-mail VojtechDmitry Torokhov2018-07-264-16/+0
* Merge branch 'ib/4.17-xen-kbdfront-runtime-config' into nextDmitry Torokhov2018-06-122-11/+17
|\
| * Input: elan_i2c_smbus - fix corrupted stackBenjamin Tissoires2018-05-231-11/+11
| * Input: synaptics - add Lenovo 80 series ids to SMBusBenjamin Tissoires2018-05-231-0/+2
| * Input: synaptics - add Intertouch support on X1 Carbon 6th and X280Aaron Ma2018-05-231-0/+2
| * Input: synaptics - Lenovo Thinkpad X1 Carbon G5 (2017) with Elantech trackpoi...Edvard Holst2018-05-231-0/+1
| * Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMIDmitry Torokhov2018-05-231-0/+1
* | Merge tag 'v4.17-rc6' into nextDmitry Torokhov2018-05-241-4/+22
|\|
| * Input: alps - fix reporting pressure of v3 trackstickPali Rohár2018-04-231-1/+1
| * Merge branch 'next' into for-linusDmitry Torokhov2018-04-0412-337/+359
| |\
| * | Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370Masaki Ota2018-03-301-3/+21
* | | Input: psmouse-smbus - allow to control psmouse_deactivateBenjamin Tissoires2018-05-234-5/+13
* | | Input: elantech - detect new ICs and setup Host Notify for themBenjamin Tissoires2018-05-232-4/+22
* | | Input: elantech - add support for SMBus devicesBenjamin Tissoires2018-05-236-11/+246
* | | Input: elantech - query the resolution in query_infoBenjamin Tissoires2018-05-232-12/+17
* | | Input: elantech - split device info into a separate structureBenjamin Tissoires2018-05-232-124/+175
* | | Input: elan_i2c - add trackstick reportBenjamin Tissoires2018-05-231-3/+85
* | | Input: alps - demystify trackstick initialization for v3 and v6 protocolsPali Rohár2018-04-231-31/+49
* | | Merge branch 'ib-chrome-platform-input-atmel-mx-ts-platform-removal' of git:/...Dmitry Torokhov2018-04-231-1/+0
|\ \ \ | |_|/ |/| |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-03-071-1/+0
| |\|
| | * Revert "Input: synaptics - Lenovo Thinkpad T460p devices should use RMI"Arkadiusz Hiler2018-03-071-1/+0
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-02-015-59/+32
| |\|
| | * Merge branch 'next' into for-linusDmitry Torokhov2018-02-015-59/+32
| | |\
* | | | Input: alps - report pressure of v3 and v7 trackstickPali Rohár2018-03-261-4/+6
* | | | Input: synaptics_usb - do not rely on input_dev->usersMarcus Folkesson2018-03-171-4/+5
* | | | Input: synaptics_usb - fix deadlock in autosuspendMarcus Folkesson2018-03-171-8/+14
* | | | Merge branch 'psmouse' into nextDmitry Torokhov2018-03-179-278/+279
|\ \ \ \
| * | | | Input: trackpoint - combine calls to ps2_command()Dmitry Torokhov2018-02-021-36/+24
| * | | | Input: psmouse - move sliced command implementation to libps2Dmitry Torokhov2018-02-025-38/+11
| * | | | Input: psmouse - add support for 2nd wheel on A4Tech Dual-Scroll wheel miceStephen Lyons2018-02-021-2/+17
| * | | | Input: lifebook - clean up codeDmitry Torokhov2018-02-021-21/+29
| * | | | Input: logips2pp - clean up codeDmitry Torokhov2018-02-021-59/+83
| * | | | Input: psmouse - clean up codeDmitry Torokhov2018-02-021-63/+77
| * | | | Input: psmouse - create helper for reporting standard buttons/motionDmitry Torokhov2018-02-027-71/+50
| |/ / /
* | | | Input: appletouch - use true and false for boolean valuesGustavo A. R. Silva2018-03-141-3/+3
* | | | Input: synaptics - handle errors from input_mt_init_slots()Dmitry Torokhov2018-02-021-9/+24
* | | | Input: synaptics - switch to using input_set_capabilityDmitry Torokhov2018-02-021-25/+24
* | | | Merge tag 'v4.15' into nextDmitry Torokhov2018-02-018-128/+198
|\| | | | |_|/ |/| |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-01-252-107/+172
| |\|
| | * Input: trackpoint - only expose supported controls for Elan, ALPS and NXPDmitry Torokhov2018-01-222-110/+172
| | * Input: trackpoint - force 3 buttons if 0 button is reportedAaron Ma2018-01-221-0/+3
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-01-193-14/+20
| |\|
| | * Input: ALPS - fix multi-touch decoding on SS4 plus touchpadsNir Perry2018-01-122-14/+19
| | * Input: synaptics - Lenovo Thinkpad T460p devices should use RMI王振杰2018-01-101-0/+1
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-01-051-1/+1
| |\|
| | * Input: elantech - add new icbody type 15Aaron Ma2017-11-261-1/+1
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-11-144-117/+118
| |\|
| | * Merge branch 'next' into for-linusDmitry Torokhov2017-11-139-117/+123
| | |\