Re: [PATCH 1/5] USB: HID: SRW-S1 Gaming Wheel Driver
From: Jiri Kosina <hidden>
Date: 2013-01-31 15:23:37
Also in:
lkml
On Thu, 31 Jan 2013, Simon Wood wrote:
quoted hunk ↗ jump to hunk
Add support the SRW-S1 by patching HID descriptor to read axis as Generic Desktop X, Y and Z (rather than Usage page being 'Simulation'). Signed-off-by: Simon Wood <redacted> Tested-by: John Murphy <redacted> --- drivers/hid/Kconfig | 6 ++++ drivers/hid/Makefile | 1 + drivers/hid/hid-core.c | 1 + drivers/hid/hid-ids.h | 3 ++ drivers/hid/hid-steelseries-srws1.c | 58 +++++++++++++++++++++++++++++++++++ 5 files changed, 69 insertions(+) create mode 100644 drivers/hid/hid-steelseries-srws1.cdiff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index e7d6a13..37df92f 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig@@ -596,6 +596,12 @@ config HID_SPEEDLINK ---help--- Support for Speedlink Vicious and Divine Cezanne mouse. +config HID_STEELSERIES_SRWS1 + tristate "Steelseries SRW-S1 steering wheel support" + depends on USB_HID + ---help--- + Support for Steelseries SRW-S1 steering wheel + config HID_SUNPLUS tristate "Sunplus wireless desktop" depends on USB_HIDdiff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index b622157..bbebe0a 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile@@ -101,6 +101,7 @@ obj-$(CONFIG_HID_SAMSUNG) += hid-samsung.o obj-$(CONFIG_HID_SMARTJOYPLUS) += hid-sjoy.o obj-$(CONFIG_HID_SONY) += hid-sony.o obj-$(CONFIG_HID_SPEEDLINK) += hid-speedlink.o +obj-$(CONFIG_HID_STEELSERIES_SRWS1) += hid-steelseries-srws1.o
Simon, thanks for respin of the patchset. I thought we converged to hid-steelseries name in the end originally? If you agree, I'll change it and apply. -- Jiri Kosina SUSE Labs