index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
Age
Commit message (
Expand
)
Author
Lines
2024-06-11
Input: adxl34x - switch to using "guard" notation
Dmitry Torokhov
-41
/
+20
2024-06-11
Input: adxl34x - switch to using managed resources
Dmitry Torokhov
-53
/
+17
2024-06-11
Input: adxl34x - use input_set_capability()
Dmitry Torokhov
-19
/
+13
2024-06-11
Input: adxl34x - use device core to create driver-specific device attributes
Dmitry Torokhov
-8
/
+10
2024-06-09
Input: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
-0
/
+6
2024-06-09
Input: joystick - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
-26
/
+30
2024-06-09
Input: touchscreen - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
-23
/
+24
2024-06-07
Input: xpad - add support for ASUS ROG RAIKIRI PRO
Luke D. Jones
-0
/
+1
2024-06-07
Input: ili210x - fix ili251x_read_touch_data() return value
John Keeping
-2
/
+2
2024-06-07
Input: cap11xx - stop using chip ID when configuring it
Dmitry Torokhov
-55
/
+70
2024-06-07
Input: adc-joystick - handle inverted axes
Chris Morgan
-0
/
+20
2024-06-07
Input: gameport - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
-5
/
+5
2024-06-07
Input: serio - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
-37
/
+37
2024-06-06
Input: wacom_w8001 - correct device name generation
Jason Gerecke
-1
/
+1
2024-06-03
Input: silead - Always support 10 fingers
Hans de Goede
-14
/
+5
2024-06-02
Input: tablet - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
-5
/
+5
2024-06-02
Input: mouse - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
-16
/
+15
2024-06-02
Input: misc - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
-9
/
+9
2024-06-02
Input: keyboard - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
-8
/
+8
2024-05-31
Input: i8042 - add Ayaneo Kun to i8042 quirk table
Tobias Jakobi
-2
/
+16
2024-05-30
Input: wacom_w8001 - simplify device name generation
Jason Gerecke
-8
/
+5
2024-05-28
Input: elantech - fix touchpad state on resume for Lenovo N24
Jonathan Denose
-0
/
+31
2024-05-27
Merge tag 'v6.9' into next
Dmitry Torokhov
-89
/
+226
2024-05-24
Merge tag 'input-for-v6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-164
/
+314
2024-05-22
Merge branch 'next' into for-linus
Dmitry Torokhov
-164
/
+314
2024-05-22
Input: edt-ft5x06 - add support for FocalTech FT5452 and FT8719
Joel Selvaraj
-0
/
+12
2024-05-20
Input: xpad - add support for Machenike G5 Pro Controller
Kirill Artemev
-0
/
+2
2024-05-19
Input: try trimming too long modalias strings
Dmitry Torokhov
-15
/
+89
2024-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux
Linus Torvalds
-1
/
+0
2024-05-14
Merge tag 'acpi-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
-1
/
+0
2024-05-13
Input: drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
-99
/
+99
2024-05-13
Input: zet6223 - remove an unused field in struct zet6223_ts
Christophe JAILLET
-2
/
+0
2024-05-13
Input: chipone_icn8505 - remove an unused field in struct icn8505_data
Christophe JAILLET
-1
/
+0
2024-05-13
Merge branch 'acpi-bus'
Rafael J. Wysocki
-1
/
+0
2024-05-13
Merge tag 'asm-generic-alpha' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-4
/
+1
2024-05-06
Input: cros_ec_keyb - remove an unused field in struct cros_ec_keyb
Christophe JAILLET
-2
/
+0
2024-05-06
Input: lpc32xx-keys - remove an unused field in struct lpc32xx_kscan_drv
Christophe JAILLET
-2
/
+1
2024-05-06
Input: matrix_keypad - remove an unused field in struct matrix_keypad
Christophe JAILLET
-1
/
+0
2024-05-06
Input: tca6416-keypad - remove unused struct tca6416_drv_data
Christophe JAILLET
-5
/
+0
2024-05-06
Input: tca6416-keypad - remove an unused field in struct tca6416_keypad_chip
Christophe JAILLET
-1
/
+0
2024-05-06
Input: da7280 - remove an unused field in struct da7280_haptic
Christophe JAILLET
-1
/
+0
2024-05-05
Merge tag 'input-for-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-1
/
+9
2024-05-03
alpha: remove DECpc AXP150 (Jensen) support
Arnd Bergmann
-4
/
+1
2024-04-30
Input: ff-core - prefer struct_size over open coded arithmetic
Erick Archer
-3
/
+4
2024-04-30
Input: amimouse - mark driver struct with __refdata to prevent section mismatch
Uwe Kleine-König
-1
/
+7
2024-04-25
Input: cyapa - add missing input core locking to suspend/resume functions
Marek Szyprowski
-1
/
+11
2024-04-24
Input: xpad - add support for ASUS ROG RAIKIRI
Vicki Pfau
-0
/
+2
2024-04-18
ARM: 9369/1: Input: ambakmi - drop owner assignment
Krzysztof Kozlowski
-1
/
+0
2024-04-17
input: pm8xxx-vibrator: add new SPMI vibrator support
Fenglin Wu
-9
/
+43
2024-04-17
input: pm8xxx-vibrator: refactor to support new SPMI vibrator
Fenglin Wu
-16
/
+25
[prev]
[next]