summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* input: gpio_keys: only use gpios in poller when not in useSascha Hauer2024-02-231-1/+8
* input: gpio_keys: limit poll rateSascha Hauer2024-02-231-12/+8
* treewide: Print device nodes with %pOFSascha Hauer2023-07-031-4/+4
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-132-0/+2
* usb: move include files to place where Linux has themSascha Hauer2023-03-201-1/+1
* Rename struct driver_d to driverSascha Hauer2023-01-104-4/+4
* Rename struct device_d to deviceSascha Hauer2023-01-106-14/+15
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-102-4/+4
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-229-9/+9
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-0110-51/+10
* virtio: implement remove callbacksAhmad Fatoum2021-10-021-2/+3
* input: virtio: poll from poller, not bthreadAhmad Fatoum2021-06-252-26/+22
* input: virtio_input: add sound supportAhmad Fatoum2021-04-131-3/+102
* input: add virtio input driverAhmad Fatoum2021-04-133-0/+199
* input: console: skip unmappable keysAhmad Fatoum2021-03-301-0/+3
* poller: Give pollers a nameSascha Hauer2020-05-206-6/+6
* drivers: mark first batch of compilable drivers for COMPILE_TESTAhmad Fatoum2020-05-081-1/+1
* input: select POLLERLucas Stach2019-12-021-0/+1
* input: set console input name as inputAhmad Fatoum2019-10-141-0/+2
* input: specialkeys: remove unused printk argumentAhmad Fatoum2019-10-021-2/+2
* input: add handler for reset and power key input eventsAhmad Fatoum2019-09-093-0/+43
* i2c: introduce device_i2c_driver() macroMarco Felsch2018-10-191-8/+1
* param: make parameter functions more consistentSascha Hauer2017-04-111-2/+2
* usb_kbd: release all keys on error / disconnectPeter Mamonov2017-03-241-0/+11
* input: Fix compiler warningSascha Hauer2017-01-101-2/+2
* input: Compile keymap only if necessaryAlexander Shiyan2016-07-051-2/+1
* Merge branch 'for-next/input'Sascha Hauer2016-03-111-21/+20
|\
| * usb_kbd: lock is useless since pollers are atomicAleksey Kuleshov2016-03-101-8/+1
| * usb_kbd: use async polling instead of regular pollingAleksey Kuleshov2016-03-101-7/+13
| * usb_kbd: style fixesAleksey Kuleshov2016-03-101-2/+1
| * usb_kbd: check for registering errorAleksey Kuleshov2016-03-101-1/+5
| * usb_kbd: remove unused fieldsAleksey Kuleshov2016-03-101-3/+0
* | Merge branch 'for-next/driver'Sascha Hauer2016-03-111-3/+5
|\ \ | |/ |/|
| * driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* | input: usb keyboard: fix CTRL+ combinationsPeter Mamonov2016-02-261-1/+5
* | input: usb keyboard: fix BACKSPACEPeter Mamonov2016-02-231-2/+2
|/
* input: gpio-keys: convert to input frameworkSascha Hauer2016-01-182-47/+18
* input: gpio-keys: Use KEY_* keycodesSascha Hauer2016-01-131-8/+1
* input: imx-keypad: Add device tree supportSascha Hauer2016-01-131-14/+20
* input: Add device tree parsing support for matrix keymapSascha Hauer2016-01-132-2/+51
* input: imx-keypad: convert to input frameworkSascha Hauer2016-01-132-43/+13
* input: move matrix_keypad_build_keymap() to C fileSascha Hauer2016-01-134-1/+48
* input: imx-keypad: Use dev_* functionsSascha Hauer2016-01-131-5/+6
* input: usb keyboard: convert to input frameworkSascha Hauer2016-01-132-242/+55
* input: Add input coreSascha Hauer2016-01-133-0/+206
* keymap: Add keymap for keys with shift pressedSascha Hauer2016-01-131-0/+82
* keymap: Add apostrophe, backslash and homeSascha Hauer2016-01-131-3/+3
* keymap: Add keypad keysSascha Hauer2016-01-131-16/+16
* keymap: remove exotic and nonprintable keysSascha Hauer2016-01-131-49/+0
* keymap: Fix bracesSascha Hauer2016-01-131-2/+2