On Thu, 31 Jan 2013, Simon Wood wrote: > 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 <simon@xxxxxxxxxxxxx> > Tested-by: John Murphy <rosegardener@xxxxxxxxxxxxx> > --- > 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.c > > diff --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_HID > diff --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 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html