summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
* | | Input: alps - report pressure of v3 and v7 trackstickPali Rohár2018-03-261-4/+6
* | | Input: pxrc - new driver for PhoenixRC Flight Controller AdapterMarcus Folkesson2018-03-263-0/+314
* | | Input: usbtouchscreen - do not rely on input_dev->usersMarcus Folkesson2018-03-261-4/+5
* | | Input: usbtouchscreen - fix deadlock in autosuspendMarcus Folkesson2018-03-261-4/+11
* | | Input: pegasus_notetaker - do not rely on input_dev->usersMarcus Folkesson2018-03-171-2/+5
* | | Input: pagasus_notetaker - fix deadlock in autosuspendMarcus Folkesson2018-03-171-6/+19
* | | 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-1710-381/+498
|\ \ \
| * | | Input: trackpoint - combine calls to ps2_command()Dmitry Torokhov2018-02-021-36/+24
| * | | Input: libps2 - relax command byte ACK handlingDmitry Torokhov2018-02-021-3/+22
| * | | Input: libps2 - support retransmission of command dataDmitry Torokhov2018-02-021-32/+71
| * | | Input: libps2 - add debugging statementsDmitry Torokhov2018-02-021-13/+39
| * | | Input: psmouse - move sliced command implementation to libps2Dmitry Torokhov2018-02-026-38/+43
| * | | Input: libps2 - use u8 for byte dataDmitry Torokhov2018-02-021-15/+16
| * | | Input: libps2 - fix switch statement formattingDmitry Torokhov2018-02-021-66/+65
| * | | 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: gpio-keys - add support for wakeup event actionJeffy Chen2018-03-141-14/+131
* | | | Input: appletouch - use true and false for boolean valuesGustavo A. R. Silva2018-03-141-3/+3
* | | | Input: add RAVE SP Powerbutton driverAndrey Smirnov2018-03-083-0/+104
* | | | Merge tag 'v4.16-rc4' into nextDmitry Torokhov2018-03-089-25/+25
|\ \ \ \ | | |/ / | |/| |
| * | | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-118-13/+13
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-02-0154-1516/+447
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'next' into for-linusDmitry Torokhov2018-02-0154-1516/+447
| | |\ \
| * | \ \ Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-1/+1
| |\ \ \ \
| | * | | | treewide: Use DEVICE_ATTR_WOJoe Perches2018-01-091-1/+1
| * | | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-308-11/+11
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-288-11/+11
| | |/ / /
* | | | | 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-0132-252/+450
|\| | | | | |_|_|/ |/| | |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-01-256-130/+210
| |\ \ \ | | | |/ | | |/|
| | * | Revert "Input: synaptics_rmi4 - use devm_device_add_group() for attributes in...Nick Dyer2018-01-241-3/+9
| | * | 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: xpad - add support for PDP Xbox One controllersMark Furneaux2018-01-221-0/+19
| | * | Input: stmfts,s6sy671 - add SPDX identifierAndi Shyti2018-01-222-20/+10
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-01-198-23/+44
| |\| |
| | * | Input: synaptics-rmi4 - prevent UAF reported by KASANNick Desaulniers2018-01-181-1/+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: of_touchscreen - add MODULE_LICENSEArnd Bergmann2018-01-101-0/+4
| | * | Input: 88pm860x-ts - fix child-node lookupJohan Hovold2018-01-081-4/+12
| | * | Input: twl6040-vibra - fix child-node lookupJohan Hovold2018-01-081-2/+1
| | * | Input: twl4030-vibra - fix sibling-node lookupJohan Hovold2018-01-081-2/+4
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-01-056-10/+11
| |\| | | | |/ | |/|