* [PATCH] HID: hid-lg4ff add support for new version of DFGT wheel
@ 2013-04-27 1:29 Simon Wood
2013-04-27 19:11 ` Jiri Kosina
0 siblings, 1 reply; 2+ messages in thread
From: Simon Wood @ 2013-04-27 1:29 UTC (permalink / raw)
To: linux-input; +Cc: Jiri Kosina, linux-kernel, simon, djovic78, madcatxster
It has been reported that there is a new version (different USB rev)
of the Logitech DFGT in the 'wild'.
This patch allows the kernel to recognise this wheel and send it the
command to enter native mode.
Reported-by: "Denis Jovic" <djovic78@gmail.com>
Signed-off-by: Simon Wood <simon@mungewell.org>
---
drivers/hid/hid-lg4ff.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/hid/hid-lg4ff.c b/drivers/hid/hid-lg4ff.c
index 65a6ec8..2dd7360 100644
--- a/drivers/hid/hid-lg4ff.c
+++ b/drivers/hid/hid-lg4ff.c
@@ -34,6 +34,7 @@
#define DFGT_REV_MAJ 0x13
#define DFGT_REV_MIN 0x22
+#define DFGT2_REV_MIN 0x26
#define DFP_REV_MAJ 0x11
#define DFP_REV_MIN 0x06
#define FFEX_REV_MAJ 0x21
@@ -125,6 +126,7 @@ static const struct lg4ff_native_cmd native_g27 = {
static const struct lg4ff_usb_revision lg4ff_revs[] = {
{DFGT_REV_MAJ, DFGT_REV_MIN, &native_dfgt}, /* Driving Force GT */
+ {DFGT_REV_MAJ, DFGT2_REV_MIN, &native_dfgt}, /* Driving Force GT v2 */
{DFP_REV_MAJ, DFP_REV_MIN, &native_dfp}, /* Driving Force Pro */
{G25_REV_MAJ, G25_REV_MIN, &native_g25}, /* G25 */
{G27_REV_MAJ, G27_REV_MIN, &native_g27}, /* G27 */
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] HID: hid-lg4ff add support for new version of DFGT wheel
2013-04-27 1:29 [PATCH] HID: hid-lg4ff add support for new version of DFGT wheel Simon Wood
@ 2013-04-27 19:11 ` Jiri Kosina
0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2013-04-27 19:11 UTC (permalink / raw)
To: Simon Wood; +Cc: linux-input, linux-kernel, djovic78, madcatxster
On Fri, 26 Apr 2013, Simon Wood wrote:
> It has been reported that there is a new version (different USB rev)
> of the Logitech DFGT in the 'wild'.
>
> This patch allows the kernel to recognise this wheel and send it the
> command to enter native mode.
>
> Reported-by: "Denis Jovic" <djovic78@gmail.com>
> Signed-off-by: Simon Wood <simon@mungewell.org>
Applied, thanks.
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-27 19:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-27 1:29 [PATCH] HID: hid-lg4ff add support for new version of DFGT wheel Simon Wood
2013-04-27 19:11 ` Jiri Kosina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).