Linux Input/HID development
 help / color / mirror / Atom feed
* [PATCH 0/7] HID: hid-steam: Upstream more SteamOS patches
@ 2023-12-20  3:36 Vicki Pfau
  2023-12-20  3:38 ` [PATCH 1/7] HID: hid-steam: Avoid overwriting smoothing parameter Vicki Pfau
  2024-01-02 10:21 ` [PATCH 0/7] HID: hid-steam: Upstream more SteamOS patches Jiri Kosina
  0 siblings, 2 replies; 9+ messages in thread
From: Vicki Pfau @ 2023-12-20  3:36 UTC (permalink / raw)
  To: Jiri Kosina, Benjamin Tissoires, linux-input; +Cc: Vicki Pfau

This is a slew of patches that have been in testing for a while in SteamOS
betas in one form or another. Most of them are pretty straight-forward, though
I expect the gamepad-only mode may be preferred to be offloaded to a userspace
daemon. Right now, the gamepad-only mode is handled by Steam when it's running,
but has utility when it's not running too, given the presence of Lizard Mode
(the keyboard/mouse emulation system).

Vicki Pfau (7):
  HID: hid-steam: Avoid overwriting smoothing parameter
  HID: hid-steam: Disable watchdog instead of using a heartbeat
  HID: hid-steam: Clean up locking
  HID: hid-steam: Make client_opened a counter
  HID: hid-steam: Update list of identifiers from SDL
  HID: hid-steam: Better handling of serial number length
  HID: hid-steam: Add gamepad-only mode switched to by holding options

 drivers/hid/hid-steam.c | 547 ++++++++++++++++++++++++++++------------
 1 file changed, 391 insertions(+), 156 deletions(-)

-- 
2.42.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-01-02 10:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-20  3:36 [PATCH 0/7] HID: hid-steam: Upstream more SteamOS patches Vicki Pfau
2023-12-20  3:38 ` [PATCH 1/7] HID: hid-steam: Avoid overwriting smoothing parameter Vicki Pfau
2023-12-20  3:38   ` [PATCH 2/7] HID: hid-steam: Disable watchdog instead of using a heartbeat Vicki Pfau
2023-12-20  3:38   ` [PATCH 3/7] HID: hid-steam: Clean up locking Vicki Pfau
2023-12-20  3:38   ` [PATCH 4/7] HID: hid-steam: Make client_opened a counter Vicki Pfau
2023-12-20  3:38   ` [PATCH 5/7] HID: hid-steam: Update list of identifiers from SDL Vicki Pfau
2023-12-20  3:38   ` [PATCH 6/7] HID: hid-steam: Better handling of serial number length Vicki Pfau
2023-12-20  3:38   ` [PATCH 7/7] HID: hid-steam: Add gamepad-only mode switched to by holding options Vicki Pfau
2024-01-02 10:21 ` [PATCH 0/7] HID: hid-steam: Upstream more SteamOS patches Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox