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 }
 };