Re: [PATCH] Added device to hid-ff

2007-02-16 Thread Dmitry Torokhov
On 2/16/07, Dmitry Torokhov <[EMAIL PROTECTED]> wrote: On 2/16/07, johann deneux <[EMAIL PROTECTED]> wrote: > On 2/15/07, Anssi Hannula <[EMAIL PROTECTED]> wrote: > > Dmitry Torokhov wrote: > > > On 2/15/07, STenyaK (Bruno Gonzalez) <[EMAIL PROTECTED]> wrote: > > >> Sorry for not providing a prop

Re: [PATCH] Added device to hid-ff

2007-02-16 Thread Dmitry Torokhov
On 2/16/07, johann deneux <[EMAIL PROTECTED]> wrote: On 2/15/07, Anssi Hannula <[EMAIL PROTECTED]> wrote: > Dmitry Torokhov wrote: > > On 2/15/07, STenyaK (Bruno Gonzalez) <[EMAIL PROTECTED]> wrote: > >> Sorry for not providing a proper patch, could you please also add > >> {0x46d, 0xc294

Re: [PATCH] Added device to hid-ff

2007-02-16 Thread johann deneux
On 2/15/07, Anssi Hannula <[EMAIL PROTECTED]> wrote: Dmitry Torokhov wrote: > On 2/15/07, STenyaK (Bruno Gonzalez) <[EMAIL PROTECTED]> wrote: >> Sorry for not providing a proper patch, could you please also add >> {0x46d, 0xc294, hid_lgff_init}, // Logitech G25 wheel >> to the list? I te

Re: [PATCH] Added device to hid-ff

2007-02-16 Thread STenyaK (Bruno Gonzalez)
On Fri, 16 Feb 2007 11:05:41 +0100, Valentin Zagura <[EMAIL PROTECTED]> wrote: Here is what I found on the net, maybe it will clear things out: http://siv.mysite.wanadoo-members.co.uk/downloads/usbdevs.txt 046D:C294=Logitech Driving Force USB (HID) 046D:C294:2000=Logitech Driving Force EX USB (

Re: [PATCH] Added device to hid-ff

2007-02-16 Thread Valentin Zagura
Wait, 0x46d:0xc294 is device being added by the original patch as Formula Force EX... Confused. Here is what I found on the net, maybe it will clear things out: http://siv.mysite.wanadoo-members.co.uk/downloads/usbdevs.txt 046D:C294=Logitech Driving Force USB (HID) 046D:C294:2000=Logitech D

Re: [PATCH] Added device to hid-ff

2007-02-15 Thread Dmitry Torokhov
On 2/15/07, Anssi Hannula <[EMAIL PROTECTED]> wrote: Dmitry Torokhov wrote: > On 2/15/07, STenyaK (Bruno Gonzalez) <[EMAIL PROTECTED]> wrote: >> Sorry for not providing a proper patch, could you please also add >> {0x46d, 0xc294, hid_lgff_init}, // Logitech G25 wheel >> to the list? I tes

Re: [PATCH] Added device to hid-ff

2007-02-15 Thread STenyaK (Bruno Gonzalez)
I guess both steering wheels share the same model ID? I don't know, but I can tell the FFB didn't work until i added that line and recompiled my kernel. I got the ID using the "usbview" tool. On Thu, 15 Feb 2007 20:46:38 +0100, Dmitry Torokhov <[EMAIL PROTECTED]> wrote: On 2/15/07, Dmitr

Re: [PATCH] Added device to hid-ff

2007-02-15 Thread Anssi Hannula
Dmitry Torokhov wrote: > On 2/15/07, STenyaK (Bruno Gonzalez) <[EMAIL PROTECTED]> wrote: >> Sorry for not providing a proper patch, could you please also add >> {0x46d, 0xc294, hid_lgff_init}, // Logitech G25 wheel >> to the list? I tested it here and that wheel is also working. >> > > OK.

Re: [PATCH] Added device to hid-ff

2007-02-15 Thread Dmitry Torokhov
On 2/15/07, Dmitry Torokhov <[EMAIL PROTECTED]> wrote: On 2/15/07, STenyaK (Bruno Gonzalez) <[EMAIL PROTECTED]> wrote: > Sorry for not providing a proper patch, could you please also add > {0x46d, 0xc294, hid_lgff_init}, // Logitech G25 wheel > to the list? I tested it here and that wheel

Re: [PATCH] Added device to hid-ff

2007-02-15 Thread Dmitry Torokhov
On 2/15/07, STenyaK (Bruno Gonzalez) <[EMAIL PROTECTED]> wrote: Sorry for not providing a proper patch, could you please also add {0x46d, 0xc294, hid_lgff_init}, // Logitech G25 wheel to the list? I tested it here and that wheel is also working. OK. -- Dmitry

Re: [PATCH] Added device to hid-ff

2007-02-15 Thread STenyaK (Bruno Gonzalez)
Sorry for not providing a proper patch, could you please also add {0x46d, 0xc294, hid_lgff_init}, // Logitech G25 wheel to the list? I tested it here and that wheel is also working. On Thu, 15 Feb 2007 19:56:18 +0100, johann deneux <[EMAIL PROTECTED]> wrote: This patch (initially sub

Re: [PATCH] Added device to hid-ff

2007-02-15 Thread Dmitry Torokhov
On 2/15/07, johann deneux <[EMAIL PROTECTED]> wrote: config LOGITECH_FF -bool "Logitech WingMan *3D support" +bool "Logitech devices support" I think I'll change this to "Logitech devices support (WingMan, etc)" and apply. Thanks! -- Dmitry

[PATCH] Added device to hid-ff

2007-02-15 Thread johann deneux
This patch (initially submitted by Valentin Zagura) adds the Logitech Formula Force EX to the list of devices handled by hid-lgff. Also updated the text of the Kconfig entry. Signed-off-by: Johann Deneux <[EMAIL PROTECTED]> --- linux-2.6.20.orig/drivers/usb/input/Kconfig2007-02-04 19:44: 54.