aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2018-03-30Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370Masaki Ota1-3/+21
2018-03-27parisc/gscps2: Fix sparse warningsHelge Deller1-6/+5
2018-03-26Input: xpad - add PDP device id 0x02a4Francis Therien1-2/+7
2018-03-26Input: alps - report pressure of v3 and v7 trackstickPali Rohár1-4/+6
2018-03-26Input: pxrc - new driver for PhoenixRC Flight Controller AdapterMarcus Folkesson3-0/+314
2018-03-26Input: usbtouchscreen - do not rely on input_dev->usersMarcus Folkesson1-4/+5
2018-03-26Input: usbtouchscreen - fix deadlock in autosuspendMarcus Folkesson1-4/+11
2018-03-26input: misc: remove blackfin rotary driverArnd Bergmann3-304/+0
2018-03-26input: keyboard: remove bf54x driverArnd Bergmann3-406/+0
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann1-1/+1
2018-03-17Input: pegasus_notetaker - do not rely on input_dev->usersMarcus Folkesson1-2/+5
2018-03-17Input: pagasus_notetaker - fix deadlock in autosuspendMarcus Folkesson1-6/+19
2018-03-17Input: synaptics_usb - do not rely on input_dev->usersMarcus Folkesson1-4/+5
2018-03-17Input: synaptics_usb - fix deadlock in autosuspendMarcus Folkesson1-8/+14
2018-03-17Merge branch 'psmouse' into nextDmitry Torokhov10-381/+498
2018-03-14Input: gpio-keys - add support for wakeup event actionJeffy Chen1-14/+131
2018-03-14Input: appletouch - use true and false for boolean valuesGustavo A. R. Silva1-3/+3
2018-03-14Input: silead - add Chuwi Hi8 supportMaruyama Shohei1-0/+1
2018-03-14Input: analog - use get_cycles() on PPCMichael Ellerman1-1/+1
2018-03-13Input: Evdev - unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner1-6/+1
2018-03-10Input: stmpe-keypad - remove VLA usageGustavo A. R. Silva1-4/+12
2018-03-09mn10300: Remove the architectureDavid Howells1-1/+1
2018-03-08Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset listDennis Wassenberg1-0/+7
2018-03-08Input: add RAVE SP Powerbutton driverAndrey Smirnov3-0/+104
2018-03-08Merge tag 'v4.16-rc4' into nextDmitry Torokhov9-25/+25
2018-03-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-11/+9
2018-03-07Revert "Input: synaptics - Lenovo Thinkpad T460p devices should use RMI"Arkadiusz Hiler1-1/+0
2018-02-14media: add video control handlers using V4L2 control frameworkFlorian Echtler1-0/+64
2018-02-14media: add panel register access functionsFlorian Echtler1-0/+75
2018-02-14media: add default settings and module parameters for video controlsFlorian Echtler1-0/+34
2018-02-14media: add missing blob structure field for tag idFlorian Echtler1-1/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds8-13/+13
2018-02-09Input: matrix_keypad - fix race when disabling interruptsZhang Bo1-1/+3
2018-02-02Input: synaptics - handle errors from input_mt_init_slots()Dmitry Torokhov1-9/+24
2018-02-02Input: synaptics - switch to using input_set_capabilityDmitry Torokhov1-25/+24
2018-02-02Input: trackpoint - combine calls to ps2_command()Dmitry Torokhov1-36/+24
2018-02-02Input: libps2 - relax command byte ACK handlingDmitry Torokhov1-3/+22
2018-02-02Input: libps2 - support retransmission of command dataDmitry Torokhov1-32/+71
2018-02-02Input: libps2 - add debugging statementsDmitry Torokhov1-13/+39
2018-02-02Input: psmouse - move sliced command implementation to libps2Dmitry Torokhov6-38/+43
2018-02-02Input: libps2 - use u8 for byte dataDmitry Torokhov1-15/+16
2018-02-02Input: libps2 - fix switch statement formattingDmitry Torokhov1-66/+65
2018-02-02Input: psmouse - add support for 2nd wheel on A4Tech Dual-Scroll wheel miceStephen Lyons1-2/+17
2018-02-02Input: lifebook - clean up codeDmitry Torokhov1-21/+29
2018-02-02Input: logips2pp - clean up codeDmitry Torokhov1-59/+83
2018-02-02Input: psmouse - clean up codeDmitry Torokhov1-63/+77
2018-02-02Input: psmouse - create helper for reporting standard buttons/motionDmitry Torokhov7-71/+50
2018-02-02Input: mms114 - add SPDX identifierAndi Shyti1-8/+5
2018-02-02Input: mms114 - fix license module informationAndi Shyti1-1/+1
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds54-1516/+447