summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' into for-linusDmitry Torokhov2018-04-0412-337/+359
|\
| * 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
| | |\
| | * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-01-193-14/+20
| | |\ \
| | * \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-01-051-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 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-131-6/+4
| | |\ \ \ \ \
| | | * | | | | x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross2017-11-101-6/+4
| | * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-11-101-0/+1
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
* | | | | | | | Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370Masaki Ota2018-03-301-3/+21
* | | | | | | | Revert "Input: synaptics - Lenovo Thinkpad T460p devices should use RMI"Arkadiusz Hiler2018-03-071-1/+0
* | | | | | | | Merge branch 'next' into for-linusDmitry Torokhov2018-02-015-59/+32
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Input: cyapa - remove redundant assignment to 'pwr_cmd'Colin Ian King2018-01-181-1/+1
| * | | | | | Input: elan_i2c - remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman2018-01-161-2/+0
| * | | | | | Input: synaptics - reset the ABS_X/Y fuzz after initializing MT axesPeter Hutterer2018-01-161-0/+10
| * | | | | | Input: psmouse - fix Synaptics detection when protocol is disabledDmitry Torokhov2018-01-161-13/+21
| * | | | | | Input: cyapa - remove duplicated macro definitionsRasmus Villemoes2018-01-081-43/+0
* | | | | | | 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
| |_|_|_|_|/ |/| | | | |
* | | | | | 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
| |_|_|_|/ |/| | | |
* | | | | Input: elantech - add new icbody type 15Aaron Ma2017-11-261-1/+1
| |_|_|/ |/| | |
* | | | Merge branch 'next' into for-linusDmitry Torokhov2017-11-139-117/+123
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge tag 'v4.14-rc8' into nextDmitry Torokhov2017-11-076-0/+6
| |\ \ | | |/
| | * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-025-0/+5
| | |\
| | | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
| * | | Input: alps - convert to using timer_setup()Kees Cook2017-10-231-4/+4
| * | | Input: byd - convert to using timer_setup()Kees Cook2017-10-231-4/+6
| * | | Merge tag 'v4.14-rc6' into nextDmitry Torokhov2017-10-232-3/+2
| |\ \ \ | | | |/ | | |/|
| * | | Input: gpio_mouse - add device tree probingLinus Walleij2017-10-191-0/+8
| * | | Input: gpio_mouse - convert to use GPIO descriptorsLinus Walleij2017-10-191-124/+67
| * | | Input: gpio_mouse - rename platform data variablesLinus Walleij2017-10-191-20/+20
| * | | Input: gpio_mouse - kill off platform dataLinus Walleij2017-10-191-7/+52
| * | | Input: elan_i2c - do not clobber interrupt trigger on x86Dmitry Torokhov2017-09-291-3/+7
| * | | Input: elan_i2c - remove duplicate ELAN0605 idNik Nyby2017-09-211-1/+0
| * | | Merge tag 'ib-mfd-many-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Dmitry Torokhov2017-09-216-29/+70
| |\ \ \
OpenPOWER on IntegriCloud