linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Added LMP Destiny Force feedback to iforce driver
@ 2005-10-24 17:44 Johann Deneux
  0 siblings, 0 replies; only message in thread
From: Johann Deneux @ 2005-10-24 17:44 UTC (permalink / raw)
  To: vojtech; +Cc: linux-joystick, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1992 bytes --]

Adds support for "LMP Destiny Force feedback" to the iforce driver.

Signed-off-by: Johann Deneux <johann.deneux@it.uu.se>


diff -uprN -X linux-2.6.13.4-vanilla/Documentation/dontdiff 
linux-2.6.13.4-vanilla/drivers/input/joystick/iforce/iforce-main.c 
linux-2.6.13.4-ff/drivers/input/joystick/iforce/iforce-main.c
--- 
linux-2.6.13.4-vanilla/drivers/input/joystick/iforce/iforce-main.c    
2005-10-10 20:54:29.000000000 +0200
+++ linux-2.6.13.4-ff/drivers/input/joystick/iforce/iforce-main.c    
2005-10-24 18:38:45.000000000 +0200
@@ -79,6 +79,7 @@ static struct iforce_device iforce_devic
     { 0x06f8, 0x0001, "Guillemot Race Leader Force Feedback",    
btn_wheel, abs_wheel, ff_iforce }, //?
     { 0x06f8, 0x0004, "Guillemot Force Feedback Racing Wheel",    
btn_wheel, abs_wheel, ff_iforce }, //?
     { 0x06f8, 0x0004, "Gullemot Jet Leader 3D",            
btn_joystick, abs_joystick, ff_iforce }, //?
+    { 0x06b6, 0x0001, "LMP Destiny Force Feedback Wheel",           
btn_wheel, abs_wheel, ff_iforce },
     { 0x0000, 0x0000, "Unknown I-Force Device [%04x:%04x]",        
btn_joystick, abs_joystick, ff_iforce }
 };
 
diff -uprN -X linux-2.6.13.4-vanilla/Documentation/dontdiff 
linux-2.6.13.4-vanilla/drivers/input/joystick/iforce/iforce-usb.c 
linux-2.6.13.4-ff/drivers/input/joystick/iforce/iforce-usb.c
--- linux-2.6.13.4-vanilla/drivers/input/joystick/iforce/iforce-usb.c    
2005-10-10 20:54:29.000000000 +0200
+++ linux-2.6.13.4-ff/drivers/input/joystick/iforce/iforce-usb.c    
2005-10-24 18:39:29.000000000 +0200
@@ -230,6 +230,7 @@ static struct usb_device_id iforce_usb_i
     { USB_DEVICE(0x06f8, 0x0001) },        /* Guillemot Race Leader 
Force Feedback */
     { USB_DEVICE(0x06f8, 0x0004) },        /* Guillemot Force Feedback 
Racing Wheel */
     { USB_DEVICE(0x06f8, 0xa302) },        /* Guillemot Jet Leader 3D */
+    { USB_DEVICE(0x06b6, 0x0001) },         /* LMP Destiny Force 
Feedback Wheel */
     { }                    /* Terminating entry */
 };
 


[-- Attachment #2: patch-iforce-2.6.13.4 --]
[-- Type: text/plain, Size: 1753 bytes --]

diff -uprN -X linux-2.6.13.4-vanilla/Documentation/dontdiff linux-2.6.13.4-vanilla/drivers/input/joystick/iforce/iforce-main.c linux-2.6.13.4-ff/drivers/input/joystick/iforce/iforce-main.c
--- linux-2.6.13.4-vanilla/drivers/input/joystick/iforce/iforce-main.c	2005-10-10 20:54:29.000000000 +0200
+++ linux-2.6.13.4-ff/drivers/input/joystick/iforce/iforce-main.c	2005-10-24 18:38:45.000000000 +0200
@@ -79,6 +79,7 @@ static struct iforce_device iforce_devic
 	{ 0x06f8, 0x0001, "Guillemot Race Leader Force Feedback",	btn_wheel, abs_wheel, ff_iforce }, //?
 	{ 0x06f8, 0x0004, "Guillemot Force Feedback Racing Wheel",	btn_wheel, abs_wheel, ff_iforce }, //?
 	{ 0x06f8, 0x0004, "Gullemot Jet Leader 3D",			btn_joystick, abs_joystick, ff_iforce }, //?
+	{ 0x06b6, 0x0001, "LMP Destiny Force Feedback Wheel",           btn_wheel, abs_wheel, ff_iforce },
 	{ 0x0000, 0x0000, "Unknown I-Force Device [%04x:%04x]",		btn_joystick, abs_joystick, ff_iforce }
 };
 
diff -uprN -X linux-2.6.13.4-vanilla/Documentation/dontdiff linux-2.6.13.4-vanilla/drivers/input/joystick/iforce/iforce-usb.c linux-2.6.13.4-ff/drivers/input/joystick/iforce/iforce-usb.c
--- linux-2.6.13.4-vanilla/drivers/input/joystick/iforce/iforce-usb.c	2005-10-10 20:54:29.000000000 +0200
+++ linux-2.6.13.4-ff/drivers/input/joystick/iforce/iforce-usb.c	2005-10-24 18:39:29.000000000 +0200
@@ -230,6 +230,7 @@ static struct usb_device_id iforce_usb_i
 	{ USB_DEVICE(0x06f8, 0x0001) },		/* Guillemot Race Leader Force Feedback */
 	{ USB_DEVICE(0x06f8, 0x0004) },		/* Guillemot Force Feedback Racing Wheel */
 	{ USB_DEVICE(0x06f8, 0xa302) },		/* Guillemot Jet Leader 3D */
+	{ USB_DEVICE(0x06b6, 0x0001) },         /* LMP Destiny Force Feedback Wheel */
 	{ }					/* Terminating entry */
 };
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-24 17:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-24 17:44 [PATCH] Added LMP Destiny Force feedback to iforce driver Johann Deneux

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).