aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Input: add Apple SPI keyboard and trackpad driverRonald Tschalär5-0/+2117
2019-07-15Input: alps - don't handle ALPS cs19 trackpoint-only deviceHui Wang1-0/+32
2019-07-15Input: hyperv-keyboard - remove dependencies on PAGE_SIZE for ring bufferMaya Nakamura1-2/+2
2019-07-15Input: adp5589 - initialize GPIO controller parent deviceLars-Peter Clausen1-0/+1
2019-07-15Input: iforce - remove empty multiline commentsTim Schumacher6-18/+0
2019-07-15Merge tag 'v5.2' into nextDmitry Torokhov374-2597/+422
2019-07-15Input: synaptics - fix misuse of strlcpyJoe Perches1-1/+1
2019-07-13Input: auo-pixcir-ts - switch to using devm_add_action_or_reset()Fuqian Huang1-2/+1
2019-07-13Input: gtco - bounds check collection indent levelGrant Hernandez1-3/+17
2019-07-11Input: mtk-pmic-keys - add of_node_put() before returnNishka Dasgupta1-2/+7
2019-07-11Input: sun4i-lradc-keys - add of_node_put() before returnNishka Dasgupta1-0/+3
2019-07-11Input: synaptics - whitelist Lenovo T580 SMBus intertouchNick Black1-0/+1
2019-07-06Input: gpio_keys_polled - allow specifying name of input deviceEnrico Weigelt, metux IT consult1-1/+3
2019-07-05Input: edt-ft5x06 - simplify event reporting codeDmitry Torokhov1-9/+4
2019-07-05Input: max77650-onkey - add MODULE_ALIAS()Bartosz Golaszewski1-0/+1
2019-07-01Input: atmel_mxt_ts - fix -Wunused-const-variableNathan Huckleberry1-10/+10
2019-06-30Input: joydev - extend absolute mouse detectionAlexander Tsoy1-2/+22
2019-06-30Input: elan_i2c - export the device id whitelistJeffrey Hugo1-49/+1
2019-06-30Input: edt-ft5x06 - use get_unaligned_be16()Dmitry Torokhov1-2/+3
2019-06-29Merge branch 'iforce' into nextDmitry Torokhov8-410/+424
2019-06-22Input: iforce - add the Saitek R440 Force WheelTim Schumacher2-0/+2
2019-06-22Input: iforce - use unaligned accessors, where appropriateDmitry Torokhov2-7/+12
2019-06-22Input: iforce - drop couple of temps from transport codeDmitry Torokhov2-10/+4
2019-06-22Input: iforce - drop bus type from iforce structureDmitry Torokhov3-7/+0
2019-06-22Input: iforce - use DMA-safe buffores for USB transfersDmitry Torokhov3-15/+25
2019-06-22Input: iforce - allow callers supply data buffer when fetching device IDsDmitry Torokhov4-30/+47
2019-06-22Input: iforce - only call iforce_process_packet() if initializedDmitry Torokhov2-4/+1
2019-06-22Input: iforce - signal command completion from transport codeDmitry Torokhov2-5/+6
2019-06-22Input: iforce - do not combine arguments for iforce_process_packet()Dmitry Torokhov4-11/+13
2019-06-22Input: iforce - factor out hat handling when parsing packetsDmitry Torokhov1-44/+57
2019-06-22Input: iforce - update formatting of switch statementsDmitry Torokhov3-100/+100
2019-06-22Input: iforce - use DMA-safe buffer when getting IDs from USBDmitry Torokhov1-46/+22
2019-06-22Input: iforce - split into core and transport modulesDmitry Torokhov7-43/+25
2019-06-22Input: iforce - move transport data into transport modulesDmitry Torokhov3-104/+144
2019-06-22Input: iforce - add bus type and parent arguments to iforce_init_device()Dmitry Torokhov4-18/+8
2019-06-22Input: iforce - introduce start and stop io transport opsDmitry Torokhov4-23/+34
2019-06-22Input: iforce - move command completion handling to serio codeDmitry Torokhov2-8/+11
2019-06-22Input: iforce - move get_id to the transport operationsDmitry Torokhov4-65/+51
2019-06-22Input: iforce - introduce transport opsDmitry Torokhov4-28/+29
2019-06-22Input: iforce - remove "being used" sillinessDmitry Torokhov1-10/+1
2019-06-22Input: gpio_keys - use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-4/+2
2019-06-22Input: gpio_keys_polled - use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-4/+2
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds144-642/+144
2019-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds7-17/+54
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner137-593/+137
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 475Thomas Gleixner1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 464Thomas Gleixner2-3/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner3-36/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233Thomas Gleixner1-6/+1
2019-06-12Input: synaptics - enable SMBus on ThinkPad E480 and E580Alexander Mikhaylenko1-0/+2