[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1301311622430.23853@pobox.suse.cz>
Date: Thu, 31 Jan 2013 16:23:24 +0100 (CET)
From: Jiri Kosina <jkosina@...e.cz>
To: Simon Wood <simon@...gewell.org>
Cc: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
rosegardener@...eode.co.uk
Subject: Re: [PATCH 1/5] USB: HID: SRW-S1 Gaming Wheel Driver
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@...gewell.org>
> Tested-by: John Murphy <rosegardener@...eode.co.uk>
> ---
> 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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists