HID: hid-steam: Update list of identifiers from SDL
authorVicki Pfau <vi@endrift.com>
Wed, 20 Dec 2023 03:38:35 +0000 (19:38 -0800)
committerJiri Kosina <jkosina@suse.com>
Tue, 2 Jan 2024 10:20:42 +0000 (11:20 +0100)
commit4f9a5a9769cc77075e606537e15747e8b8e9c7c9
treed95ca07be6659ef49fa9d2ac97cf9380287a4dd7
parent555b818adb97eca70210a49ba3f1d27882dde092
HID: hid-steam: Update list of identifiers from SDL

SDL includes a list of settings (formerly called registers in this driver),
reports (formerly cmds), and various other identifiers that were provided by
Valve. This commit imports a significant chunk of that list as well as
replacing most of the guessed names and a handful of magic constants. It also
replaces bitmask definitions that used hex with the BIT macro.

Signed-off-by: Vicki Pfau <vi@endrift.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-steam.c