From mboxrd@z Thu Jan 1 00:00:00 1970 From: "johann deneux" Subject: [PATCH] Added devices handled by hid-lgff Date: Fri, 16 Feb 2007 16:47:37 +0100 Message-ID: <38b3b7c0702160747x73ddc74dua38fc88f9c0b5b8d@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6295_11515098.1171640857056" Return-path: Sender: owner-linux-input@atrey.karlin.mff.cuni.cz List-Help: List-Owner: List-Post: List-Unsubscribe: To: linux-input , dmitry List-Id: linux-input@vger.kernel.org ------=_Part_6295_11515098.1171640857056 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Device ids that were recently added to hid-ff.c must also be added to hid-lgff.c Signed-off-by: Johann Deneux < johann.deneux@gmail.com> --- linux-2.6.20.orig/drivers/usb/input/hid-lgff.c 2007-02-04 19:44: 54.000000000 +0100 +++ linux-2.6.20/drivers/usb/input/hid-lgff.c 2007-02-16 16:32: 02.000000000 +0100 @@ -3,6 +3,7 @@ * Logitech, namely: * - WingMan Cordless RumblePad * - WingMan Force 3D + * - A bunch of steering wheels * * Copyright (c) 2002-2004 Johann Deneux * Copyright (c) 2006 Anssi Hannula < anssi.hannula@gmail.com> @@ -52,6 +53,8 @@ static const struct device_type devices[ { 0x046d, 0xc211, ff_rumble }, { 0x046d, 0xc219, ff_rumble }, { 0x046d, 0xc283, ff_joystick }, + { 0x046d, 0xc294, ff_joystick }, + { 0x046d, 0xc295, ff_joystick }, { 0x0000, 0x0000, ff_joystick } }; ------=_Part_6295_11515098.1171640857056 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Device ids that were recently added to hid-ff.c must also be added to hid-lgff.c

Signed-off-by: Johann Deneux < johann.deneux@gmail.com>

--- linux-2.6.20.orig/drivers/usb/input/hid-lgff.c    2007-02-04 19:44:54.000000000 +0100
+++ linux-2.6.20/drivers/usb/input/hid-lgff.c    2007-02-16 16:32:02.000000000 +0100
@@ -3,6 +3,7 @@
  * Logitech, namely:
  * - WingMan Cordless RumblePad
  * - WingMan Force 3D
+ * - A bunch of steering wheels
  *
  *  Copyright (c) 2002-2004 Johann Deneux
  *  Copyright (c) 2006 Anssi Hannula < anssi.hannula@gmail.com>
@@ -52,6 +53,8 @@ static const struct device_type devices[
     { 0x046d, 0xc211, ff_rumble },
     { 0x046d, 0xc219, ff_rumble },
     { 0x046d, 0xc283, ff_joystick },
+    { 0x046d, 0xc294, ff_joystick },
+    { 0x046d, 0xc295, ff_joystick },
     { 0x0000, 0x0000, ff_joystick }
 };
 

------=_Part_6295_11515098.1171640857056--