Re: [PATCH 1/4] USB: HID: SRW-S1 Gaming Wheel Driver
From: Jiri Kosina <hidden>
Date: 2013-01-28 14:59:15
Also in:
lkml
From: Jiri Kosina <hidden>
Date: 2013-01-28 14:59:15
Also in:
lkml
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 <redacted> tested-by: John Murphy <redacted>
Hi Simon, thanks for the patch.
--- drivers/hid/Kconfig | 6 +++++ drivers/hid/Makefile | 1 + drivers/hid/hid-core.c | 1 + drivers/hid/hid-ids.h | 3 +++ drivers/hid/hid-srws1.c | 58 +++++++++++++++++++++++++++++++++++++++++++++++
Is hid-srws1 really the best name? My understanding is that the vendor is called Steelseries, and we mostly stick to calling the drivers according to the device vendors (and grouping the quirks accordingly). So how about hid-steelseries? -- Jiri Kosina SUSE Labs