aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-0/+4
13 daysMerge tag 'hid-for-linus-2026081901' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds3-0/+97
13 daysMerge tag 'gpio-updates-for-v7.3-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds4-5/+10
13 daysMerge tag 'iio-for-7.3a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman4-0/+4
2026-08-18Merge tag 'v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-nextBartosz Golaszewski18-51/+130
2026-08-14Merge tag 'input-for-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-10/+13
2026-08-14Merge branch 'next' into for-linusDmitry Torokhov58-675/+1419
2026-08-14Input: misc: Add AMD SFH tablet-mode switch driverBasavaraj Natikar3-0/+97
2026-08-13Input: rmi4 - use platform data instead of query, when availableDavid Heidelberg1-4/+12
2026-08-12Input: sur40 - fix V4L error path cleanupDmitry Torokhov1-1/+3
2026-08-12Input: sur40 - fix input device registration orderingDmitry Torokhov1-10/+11
2026-08-12Input: elan_i2c - sort include statementsChen-Yu Tsai1-8/+8
2026-08-12Input: elan_i2c - optimize update speed for IC Type 0x19.Jingle Wu 吳金國4-9/+22
2026-08-08Merge tag 'input-for-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds13-34/+106
2026-08-05Input: evdev - sanitize event type index when fetching event masksDmitry Torokhov1-1/+4
2026-08-05Input: reject inhibit and uninhibit requests on unregistering devicesDmitry Torokhov1-0/+6
2026-08-05Input: defer handler's start() until device is openedDmitry Torokhov1-24/+31
2026-08-05Input: call handler->start() when uninhibiting deviceDmitry Torokhov1-0/+6
2026-08-05Input: clear inhibited flag before re-opening device on uninhibitDmitry Torokhov1-6/+8
2026-08-05Input: ensure device is ready before delivering eventsDmitry Torokhov1-37/+66
2026-08-05Input: gscps2 - supply PA-RISC keyboard keymap via device propertyDmitry Torokhov5-166/+172
2026-08-05Input: synaptics-rmi4 - propagate F54 worker errors to V4L2 queueDmitry Torokhov1-0/+8
2026-08-04Input: synaptics_i2c - return 0 explicitly on successSang-Heon Jeon1-1/+1
2026-08-04Input: rmi_smbus - remove conditional return with no effectSang-Heon Jeon1-6/+1
2026-08-04Input: pmic8xxx-keypad - remove conditional return with no effectSang-Heon Jeon1-7/+1
2026-08-04Input: synaptics-rmi4 - block s_input when F54 queue is busyDmitry Torokhov1-1/+6
2026-08-04Input: synaptics-rmi4 - bound the F54 report size to the allocated bufferBryam Vargas1-2/+10
2026-08-04Input: synaptics-rmi4 - zero report size on F54 work errorDmitry Torokhov1-8/+8
2026-08-04Input: synaptics-rmi4 - fix F55 transmitter electrode count typoDmitry Torokhov1-2/+2
2026-08-03Input: focaltech - use signed coordinates to prevent underflowDmitry Torokhov1-9/+8
2026-08-03Input: hynitron_cstxxx - validate touch count and finger IDsJianing Li1-3/+10
2026-08-03Input: evdev - fix information leak in evdev_pass_values()Dmitry Torokhov1-10/+12
2026-08-03Input: psmouse - use guard() for resource managementDmitry Torokhov1-19/+12
2026-08-03Input: psmouse - modernize PNP ID parsingDmitry Torokhov1-19/+20
2026-08-03Input: psmouse - clean up locking around disable_work_sync()Dmitry Torokhov1-5/+2
2026-08-03Input: psmouse - fix use-after-free during protocol disconnectDmitry Torokhov1-1/+12
2026-08-02Input: samsung-keypad - use pm_runtime_active guardDmitry Torokhov1-9/+3
2026-08-02Input: samsung-keypad - keep interrupt disabled while closedDmitry Torokhov1-7/+7
2026-08-02Input: samsung-keypad - clean up wakeup configuration logicDmitry Torokhov1-7/+8
2026-08-02Input: focaltech - fix array out-of-bounds in focaltech_process_rel_packetRichard Davies1-1/+1
2026-08-02Input: atkbd - skip deactivate for HONOR ZQC-PDonglin Lyu1-5/+13
2026-08-02Input: atkbd - skip deactivate for Xiaomi Book Pro 14's internal keyboardZhefu Zhang1-0/+8
2026-07-27Merge tag 'config-gpio-legacy-for-7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into gpio/for-nextBartosz Golaszewski5-6/+10
2026-07-25Input: inexio - replace printk with dev_dbg and fix missing spaceBivash Kumar Singh1-1/+3
2026-07-25Input: elo - fix coding style issues in elo_setup_10()Bivash Kumar Singh1-2/+2
2026-07-24Input: iforce - validate input packet lengthsPengpeng Hou2-1/+13
2026-07-24Input: psxpad-spi - set driver data before useLinmao Li1-0/+1
2026-07-24Input: charlieplex_keypad - check gpiod_direction_output() return valueSurendra Singh Chouhan1-1/+3
2026-07-24Input: iqs5xx - validate firmware record destination spanPengpeng Hou1-1/+2
2026-07-24Input: cs40l50-vibra - validate custom data from user spaceHyeongJun An1-2/+8