index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
joystick
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: adafruit-seesaw - only report buttons that changed state
Dmitry Torokhov
2024-03-28
1
-3
/
+18
*
Input: xpad - add support for Snakebyte GAMEPADs
Matt Scialabba
2024-03-15
1
-0
/
+3
*
Input: xpad - sort xpad_device by vendor and product ID
Brenton Simpson
2024-02-08
1
-3
/
+8
*
Input: driver for Adafruit Seesaw Gamepad
Anshul Dalal
2024-01-10
3
-0
/
+326
*
Input: as5011 - convert to GPIO descriptor
Linus Walleij
2023-12-14
1
-13
/
+11
*
Input: xpad - remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2023-12-12
1
-3
/
+3
*
Input: pxrc - simplify mutex handling with guard macro
Marcus Folkesson
2023-12-10
1
-24
/
+18
*
Input: walkera0701 - use module_parport_driver macro to simplify the code
Li Zetao
2023-10-29
1
-12
/
+1
*
Merge tag 'v6.4' into next
Dmitry Torokhov
2023-07-17
1
-4
/
+4
|
\
|
*
Input: xpad - delete a Razer DeathAdder mouse VID/PID entry
Ismael Ferreras Morezuelas
2023-05-23
1
-1
/
+0
|
*
Merge branch 'next' into for-linus
Dmitry Torokhov
2023-05-02
1
-2
/
+21
|
|
\
|
*
|
Input: xpad - fix incorrectly applied patch for MAP_PROFILE_BUTTON
Matthias Benkmann
2023-03-20
1
-3
/
+4
*
|
|
Input: xpad - add GameSir T4 Kaleid Controller support
Jonathan Frederick
2023-07-08
1
-0
/
+2
*
|
|
Input: xpad - add GameSir VID for Xbox One controllers
Sam Lantinga
2023-07-08
1
-0
/
+1
*
|
|
Input: xpad - fix support for some third-party controllers
Vicki Pfau
2023-07-08
1
-0
/
+22
*
|
|
Input: xpad - spelling fixes for "Xbox"
Ismael Ferreras Morezuelas
2023-05-23
2
-39
/
+39
*
|
|
Input: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-17
2
-2
/
+2
|
|
/
|
/
|
*
|
Revert "Input: xpad - fix support for some third-party controllers"
Dmitry Torokhov
2023-05-02
1
-23
/
+0
*
|
Input: xpad - fix PowerA EnWired Controller guide button
Vicki Pfau
2023-04-14
1
-0
/
+15
*
|
Input: xpad - add constants for GIP interface numbers
Vicki Pfau
2023-04-14
1
-1
/
+4
*
|
Input: xpad - fix support for some third-party controllers
Vicki Pfau
2023-04-02
1
-0
/
+23
*
|
Input: xpad - treat Qanba controllers as Xbox360 controllers
Pierre-Loup A. Griffais
2023-04-02
1
-0
/
+1
*
|
Input: xpad - add VID for Turtle Beach controllers
Vicki Pfau
2023-03-24
1
-0
/
+1
*
|
Input: xpad - remove unused field in VID/PID table
Vicki Pfau
2023-03-24
1
-1
/
+0
|
/
*
Input: xpad - add 8BitDo Pro 2 Wired Controller support
John Butler
2023-01-27
1
-0
/
+2
*
Merge branch 'next' into for-linus
Dmitry Torokhov
2022-12-12
3
-6
/
+9
|
\
|
*
Input: pxspad - fix unused data warning when force feedback not enabled
Jonathan Cameron
2022-12-07
1
-0
/
+3
|
*
Input: pxspad - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2022-12-07
1
-3
/
+3
|
*
Input: as5011 - Convert to i2c's .probe_new()
Uwe Kleine-König
2022-12-02
1
-3
/
+2
|
*
Input: joystick - fix Kconfig warning for JOYSTICK_ADC
Randy Dunlap
2022-11-07
1
-0
/
+1
*
|
Input: iforce - invert valid length check when fetching device IDs
Tetsuo Handa
2022-11-07
1
-4
/
+4
|
/
*
Merge branch 'next' into for-linus
Dmitry Torokhov
2022-10-10
25
-194
/
+396
|
\
|
*
input: drop empty comment blocks
Christophe JAILLET
2022-09-30
22
-66
/
+0
|
*
Input: xpad - add X-Box Adaptive Profile button
Nate Yocom
2022-09-29
1
-2
/
+15
|
*
Input: xpad - add X-Box Adaptive XBox button
Nate Yocom
2022-09-29
1
-1
/
+2
|
*
Input: xpad - add X-Box Adaptive support
Nate Yocom
2022-09-29
1
-0
/
+1
|
*
Input: xpad - decipher xpadone packages with GIP defines
Pavel Rojtberg
2022-09-28
1
-30
/
+69
|
*
Input: xpad - refactor using BIT() macro
Pavel Rojtberg
2022-09-28
1
-56
/
+57
|
*
Input: xpad - add support for XBOX One Elite paddles
Christopher Crockett
2022-09-06
1
-61
/
+193
|
*
Input: xpad - Poweroff XBOX360W on mode button long press
Santosh De Massari
2022-09-06
1
-0
/
+24
|
*
Input: xpad - fix wireless 360 controller breaking after suspend
Cameron Gutman
2022-09-06
1
-1
/
+0
|
*
Input: xpad - add supported devices as contributed on github
Pavel Rojtberg
2022-09-06
1
-0
/
+19
|
*
Input: adc-joystick - add polled input device support
Chris Morgan
2022-08-17
1
-12
/
+53
|
*
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-16
1
-3
/
+1
*
|
Input: iforce - add support for Boeder Force Feedback Wheel
Greg Tulli
2022-08-29
1
-0
/
+1
*
|
Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flag
Tetsuo Handa
2022-08-28
3
-7
/
+13
|
/
*
Input: adc-joystick - fix ordering in adc_joystick_probe()
Dmitry Torokhov
2022-08-02
1
-7
/
+8
*
Merge tag 'v5.19-rc5' into next
Dmitry Torokhov
2022-07-08
1
-0
/
+1
|
\
|
*
Input: raspberrypi-ts - add missing HAS_IOMEM dependency
Randy Dunlap
2022-05-31
1
-0
/
+1
*
|
Input: sensehat-joystick - remove unnecessary error message
Yang Li
2022-06-29
1
-3
/
+1
|
/
[next]