Re: [PATCH 1/4] USB: HID: SRW-S1 Gaming Wheel Driver

2013-01-29 Thread Jiri Kosina
On Mon, 28 Jan 2013, si...@mungewell.org wrote: > >> I'm happy to change it; However Steelseries' other devices are all > >> keyboards/mice intended for/marketed at gamers. Since other Steelseries > >> devices are unlikely to have the same structure (OK I'm just guessing on > >> that) is it

Re: [PATCH 1/4] USB: HID: SRW-S1 Gaming Wheel Driver

2013-01-29 Thread Jiri Kosina
On Mon, 28 Jan 2013, si...@mungewell.org wrote: I'm happy to change it; However Steelseries' other devices are all keyboards/mice intended for/marketed at gamers. Since other Steelseries devices are unlikely to have the same structure (OK I'm just guessing on that) is it better to keep

Re: [PATCH 1/4] USB: HID: SRW-S1 Gaming Wheel Driver

2013-01-28 Thread simon
> On Mon, 28 Jan 2013, si...@mungewell.org wrote: > >> >> From: simon >> >> >> >> 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 >> >> tested-by: John

Re: [PATCH 1/4] USB: HID: SRW-S1 Gaming Wheel Driver

2013-01-28 Thread Jiri Kosina
On Mon, 28 Jan 2013, si...@mungewell.org wrote: > >> From: simon > >> > >> 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 > >> tested-by: John Murphy > > > >

Re: [PATCH 1/4] USB: HID: SRW-S1 Gaming Wheel Driver

2013-01-28 Thread simon
> On Thu, 24 Jan 2013, Simon Wood wrote: > >> From: simon >> >> 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 >> tested-by: John Murphy > > Hi Simon, > > thanks for

Re: [PATCH 1/4] USB: HID: SRW-S1 Gaming Wheel Driver

2013-01-28 Thread Jiri Kosina
On Thu, 24 Jan 2013, Simon Wood wrote: > From: simon > > 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 > tested-by: John Murphy Hi Simon, thanks for the patch. >

Re: [PATCH 1/4] USB: HID: SRW-S1 Gaming Wheel Driver

2013-01-28 Thread Jiri Kosina
On Thu, 24 Jan 2013, Simon Wood wrote: From: simon simon@simon-virtual-machine.(none) 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 si...@mungewell.org tested-by: John

Re: [PATCH 1/4] USB: HID: SRW-S1 Gaming Wheel Driver

2013-01-28 Thread simon
On Thu, 24 Jan 2013, Simon Wood wrote: From: simon simon@simon-virtual-machine.(none) 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 si...@mungewell.org tested-by: John

Re: [PATCH 1/4] USB: HID: SRW-S1 Gaming Wheel Driver

2013-01-28 Thread Jiri Kosina
On Mon, 28 Jan 2013, si...@mungewell.org wrote: From: simon simon@simon-virtual-machine.(none) 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 si...@mungewell.org

Re: [PATCH 1/4] USB: HID: SRW-S1 Gaming Wheel Driver

2013-01-28 Thread simon
On Mon, 28 Jan 2013, si...@mungewell.org wrote: From: simon simon@simon-virtual-machine.(none) 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 si...@mungewell.org

[PATCH 1/4] USB: HID: SRW-S1 Gaming Wheel Driver

2013-01-24 Thread Simon Wood
From: simon 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 tested-by: John Murphy --- drivers/hid/Kconfig |6 + drivers/hid/Makefile|1 +

[PATCH 1/4] USB: HID: SRW-S1 Gaming Wheel Driver

2013-01-24 Thread Simon Wood
From: simon simon@simon-virtual-machine.(none) 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 si...@mungewell.org tested-by: John Murphy rosegarde...@freeode.co.uk ---