index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
hid-steam.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
HID: hid-steam: Fix cleanup in probe()
Dan Carpenter
2024-01-15
1
-11
/
+15
*
HID: hid-steam: remove pointless error message
Dan Carpenter
2024-01-15
1
-7
/
+3
*
HID: hid-steam: Add gamepad-only mode switched to by holding options
Vicki Pfau
2024-01-02
1
-10
/
+103
*
HID: hid-steam: Better handling of serial number length
Vicki Pfau
2024-01-02
1
-5
/
+6
*
HID: hid-steam: Update list of identifiers from SDL
Vicki Pfau
2024-01-02
1
-65
/
+221
*
HID: hid-steam: Make client_opened a counter
Vicki Pfau
2024-01-02
1
-5
/
+5
*
HID: hid-steam: Clean up locking
Vicki Pfau
2024-01-02
1
-53
/
+69
*
HID: hid-steam: Disable watchdog instead of using a heartbeat
Vicki Pfau
2024-01-02
1
-28
/
+2
*
HID: hid-steam: Avoid overwriting smoothing parameter
Vicki Pfau
2024-01-02
1
-5
/
+0
*
Merge branch 'for-6.3/steam' into for-linus
Benjamin Tissoires
2023-02-22
1
-26
/
+357
|
\
|
*
HID: hid-steam: Add rumble on Deck
Vicki Pfau
2023-02-06
1
-0
/
+54
|
*
HID: hid-steam: Add Steam Deck support
Vicki Pfau
2023-02-06
1
-26
/
+303
*
|
HID: steam: Constify lowlevel HID driver
Thomas Weißschuh
2023-02-06
1
-1
/
+1
|
/
*
Merge branch 'for-6.1/core' into for-linus
Benjamin Tissoires
2022-10-05
1
-4
/
+4
|
\
|
*
HID: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-25
1
-4
/
+4
*
|
HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report
Lee Jones
2022-08-25
1
-0
/
+10
|
/
*
HID: steam: fixes race in handling device list.
Rodrigo Rivas Costa
2020-06-19
1
-2
/
+4
*
HID: steam: Fix input device disappearing
Rodrigo Rivas Costa
2020-01-09
1
-0
/
+4
*
HID: steam: fix deadlock with input devices.
Rodrigo Rivas Costa
2019-03-18
1
-7
/
+19
*
HID: steam: fix boot loop with bluetooth firmware
Rodrigo Rivas Costa
2019-02-14
1
-23
/
+11
*
HID: steam: remove input device when a hid client is running.
Rodrigo Rivas Costa
2018-11-19
1
-64
/
+90
*
HID: steam: use hid_device.driver_data instead of hid_set_drvdata()
Rodrigo Rivas Costa
2018-06-20
1
-5
/
+5
*
HID: steam: add missing fields in client initialization
Jiri Kosina
2018-05-15
1
-0
/
+3
*
HID: steam: add battery device.
Rodrigo Rivas Costa
2018-05-15
1
-1
/
+140
*
HID: add driver for Valve Steam Controller
Rodrigo Rivas Costa
2018-05-15
1
-0
/
+973