aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2019-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 20-29/+2183
2019-07-20Merge branch 'next' into for-linusGravatar Dmitry Torokhov 377-2611/+2576
2019-07-19Input: alps - fix a mismatch between a condition check and its commentGravatar Hui Wang 1-1/+1
2019-07-19Input: psmouse - fix build error of multiple definitionGravatar YueHaibing 1-1/+2
2019-07-19Input: applespi - remove set but not used variables 'sts'Gravatar Mao Wenan 1-2/+1
2019-07-19Input: add Apple SPI keyboard and trackpad driverGravatar Ronald Tschalär 5-0/+2117
2019-07-15Input: alps - don't handle ALPS cs19 trackpoint-only deviceGravatar Hui Wang 1-0/+32
2019-07-15Input: hyperv-keyboard - remove dependencies on PAGE_SIZE for ring bufferGravatar Maya Nakamura 1-2/+2
2019-07-15Input: adp5589 - initialize GPIO controller parent deviceGravatar Lars-Peter Clausen 1-0/+1
2019-07-15Input: iforce - remove empty multiline commentsGravatar Tim Schumacher 6-18/+0
2019-07-15Merge tag 'v5.2' into nextGravatar Dmitry Torokhov 374-2597/+422
2019-07-15Input: synaptics - fix misuse of strlcpyGravatar Joe Perches 1-1/+1
2019-07-15docs: arm: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-14Merge tag 'stream_open-5.3' of https://lab.nexedi.com/kirr/linuxGravatar Linus Torvalds 1-1/+1
2019-07-14*: convert stream-like files -> stream_open, even if they use noop_llseekGravatar Kirill Smelkov 1-1/+1
2019-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 25-700/+774
2019-07-13Input: auo-pixcir-ts - switch to using devm_add_action_or_reset()Gravatar Fuqian Huang 1-2/+1
2019-07-13Input: gtco - bounds check collection indent levelGravatar Grant Hernandez 1-3/+17
2019-07-11Input: mtk-pmic-keys - add of_node_put() before returnGravatar Nishka Dasgupta 1-2/+7
2019-07-11Input: sun4i-lradc-keys - add of_node_put() before returnGravatar Nishka Dasgupta 1-0/+3
2019-07-11Input: synaptics - whitelist Lenovo T580 SMBus intertouchGravatar Nick Black 1-0/+1
2019-07-11Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-1/+1
2019-07-10Merge branch 'next' into for-linusGravatar Dmitry Torokhov 34-789/+1138
2019-07-09Merge tag 'pm-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-1/+1
2019-07-09Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 1-4/+2
2019-07-08Merge branch 'pm-sleep'Gravatar Rafael J. Wysocki 1-1/+1
2019-07-06Input: gpio_keys_polled - allow specifying name of input deviceGravatar Enrico Weigelt, metux IT consult 1-1/+3
2019-07-05Input: edt-ft5x06 - simplify event reporting codeGravatar Dmitry Torokhov 1-9/+4
2019-07-05Input: max77650-onkey - add MODULE_ALIAS()Gravatar Bartosz Golaszewski 1-0/+1
2019-07-05Input: atmel_mxt_ts - fix leak in mxt_update_cfg()Gravatar Ian Ray 1-1/+2
2019-07-01Input: synaptics - enable SMBUS on T480 thinkpad trackpadGravatar Cole Rogers 1-0/+1
2019-07-01Input: atmel_mxt_ts - fix -Wunused-const-variableGravatar Nathan Huckleberry 1-10/+10
2019-06-30Input: joydev - extend absolute mouse detectionGravatar Alexander Tsoy 1-2/+22
2019-06-30Input: elan_i2c - export the device id whitelistGravatar Jeffrey Hugo 1-49/+1
2019-06-30Input: edt-ft5x06 - use get_unaligned_be16()Gravatar Dmitry Torokhov 1-2/+3
2019-06-29Merge branch 'iforce' into nextGravatar Dmitry Torokhov 8-410/+424
2019-06-22Input: iforce - add the Saitek R440 Force WheelGravatar Tim Schumacher 2-0/+2
2019-06-22Input: iforce - use unaligned accessors, where appropriateGravatar Dmitry Torokhov 2-7/+12
2019-06-22Input: iforce - drop couple of temps from transport codeGravatar Dmitry Torokhov 2-10/+4
2019-06-22Input: iforce - drop bus type from iforce structureGravatar Dmitry Torokhov 3-7/+0
2019-06-22Input: iforce - use DMA-safe buffores for USB transfersGravatar Dmitry Torokhov 3-15/+25
2019-06-22Input: iforce - allow callers supply data buffer when fetching device IDsGravatar Dmitry Torokhov 4-30/+47
2019-06-22Input: iforce - only call iforce_process_packet() if initializedGravatar Dmitry Torokhov 2-4/+1
2019-06-22Input: iforce - signal command completion from transport codeGravatar Dmitry Torokhov 2-5/+6
2019-06-22Input: iforce - do not combine arguments for iforce_process_packet()Gravatar Dmitry Torokhov 4-11/+13
2019-06-22Input: iforce - factor out hat handling when parsing packetsGravatar Dmitry Torokhov 1-44/+57
2019-06-22Input: iforce - update formatting of switch statementsGravatar Dmitry Torokhov 3-100/+100
2019-06-22Input: iforce - use DMA-safe buffer when getting IDs from USBGravatar Dmitry Torokhov 1-46/+22
2019-06-22Input: iforce - split into core and transport modulesGravatar Dmitry Torokhov 7-43/+25
2019-06-22Input: iforce - move transport data into transport modulesGravatar Dmitry Torokhov 3-104/+144