Re: Force Feedback: Thrustmaster FGT Wheel quick-and-dirty in hid-lgff.c or hid-tmff.c

2007-08-22 Thread Gerald Folcher
Jiri Kosina wrote: you were looking at the 'master' branch of the tree, but the patch is comitted in the 'upstream' branch -- please look at http://git.kernel.org/?p=linux/kernel/git/jikos/hid.git;a=shortlog;h=upstream Ah ok, I didn't knew that, thanks a lot for your explanation. And sorry fo

Re: Force Feedback: Thrustmaster FGT Wheel quick-and-dirty in hid-lgff.c or hid-tmff.c

2007-08-22 Thread Jiri Kosina
On Wed, 22 Aug 2007, Gerald Folcher wrote: > Please excuse my probable lack of a clue, but does that mean it is in > the "HID development tree" ? Because I looked using the web interface at > http://git.kernel.org/?p=linux/kernel/git/jikos/hid.git;a=tree;f=drivers/hid/usbhid;h=ada3794226b04c3885

Re: Force Feedback: Thrustmaster FGT Wheel quick-and-dirty in hid-lgff.c or hid-tmff.c

2007-08-21 Thread Gerald Folcher
Jiri Kosina wrote: I have fixed a minor typo in the patch changelog and applied it to my tree, thanks a lot. Please excuse my probable lack of a clue, but does that mean it is in the "HID development tree" ? Because I looked using the web interface at http://git.kernel.org/?p=linux/kernel/git

Re: Force Feedback: Thrustmaster FGT Wheel quick-and-dirty in hid-lgff.c or hid-tmff.c

2007-07-30 Thread Jiri Kosina
On Tue, 17 Jul 2007, Dmitry Torokhov wrote: > > Ok, great, I tried both patches alternatively (this last one from > > Dmitry, and the previous Anssi's one) and they both worked well for my > > Thrustmaster FGT Force Feedback wheel (tested with the fftest, > > ffcfstress, and ffmvforce utilities).

Re: Force Feedback: Thrustmaster FGT Wheel quick-and-dirty in hid-lgff.c or hid-tmff.c

2007-07-17 Thread Dmitry Torokhov
On 7/17/07, Gerald Folcher <[EMAIL PROTECTED]> wrote: Dmitry Torokhov wrote: > Not quite what I wanted either, what about this one? Ok, great, I tried both patches alternatively (this last one from Dmitry, and the previous Anssi's one) and they both worked well for my Thrustmaster FGT Force Feed

Re: Force Feedback: Thrustmaster FGT Wheel quick-and-dirty in hid-lgff.c or hid-tmff.c

2007-07-17 Thread Gerald Folcher
Gerald Folcher wrote: 0x651, which is the id of the Rumble version While the id of my wheel (Force Feedback) is: 0x654 (and according to the aforementioned MS-Windows registry there is also an id 0x652 for a Thrustmaster wheel with the same name). Btw, just to correct myself (of course Ans

Re: Force Feedback: Thrustmaster FGT Wheel quick-and-dirty in hid-lgff.c or hid-tmff.c

2007-07-17 Thread Gerald Folcher
Dmitry Torokhov wrote: Not quite what I wanted either, what about this one? Ok, great, I tried both patches alternatively (this last one from Dmitry, and the previous Anssi's one) and they both worked well for my Thrustmaster FGT Force Feedback wheel (tested with the fftest, ffcfstress, and

Re: Force Feedback: Thrustmaster FGT Wheel quick-and-dirty in hid-lgff.c or hid-tmff.c

2007-07-16 Thread Dmitry Torokhov
On 7/16/07, Dmitry Torokhov <[EMAIL PROTECTED]> wrote: On 7/16/07, Dmitry Torokhov <[EMAIL PROTECTED]> wrote: > > OK, how about this then? > Ignore it, it missing couple of bits; Anssi's is more complete I think. Not quite what I wanted either, what about this one? -- Dmitry hid-add-thrust

Re: Force Feedback: Thrustmaster FGT Wheel quick-and-dirty in hid-lgff.c or hid-tmff.c

2007-07-16 Thread Dmitry Torokhov
On 7/16/07, Dmitry Torokhov <[EMAIL PROTECTED]> wrote: OK, how about this then? Ignore it, it missing couple of bits; Anssi's is more complete I think. -- Dmitry

Re: Force Feedback: Thrustmaster FGT Wheel quick-and-dirty in hid-lgff.c or hid-tmff.c

2007-07-16 Thread Anssi Hannula
Gerald Folcher wrote: > Anssi Hannula wrote: > >> Could you perhaps provide the kernel log output when you plug your >> device in with CONFIG_HID_DEBUG enabled in kernel configuration? > > Ok, after setting CONFIG_HID_DEBUG=y here's what got appended in the > '/var/log/kern.log' file when I plugged

Re: Force Feedback: Thrustmaster FGT Wheel quick-and-dirty in hid-lgff.c or hid-tmff.c

2007-07-16 Thread Dmitry Torokhov
On 7/16/07, Gerald Folcher <[EMAIL PROTECTED]> wrote: Dmitry Torokhov wrote: > I wonder if the attached is all that is needed for your wheel to work... No, but I think I understand where is the confusion: It won't work because my wheel is the "Force Feedback" model, not the "Rumble Force" model

Re: Force Feedback: Thrustmaster FGT Wheel quick-and-dirty in hid-lgff.c or hid-tmff.c

2007-07-16 Thread Gerald Folcher
Anssi Hannula wrote: Could you perhaps provide the kernel log output when you plug your device in with CONFIG_HID_DEBUG enabled in kernel configuration? Ok, after setting CONFIG_HID_DEBUG=y here's what got appended in the '/var/log/kern.log' file when I plugged the device (see attachment). (Bt

Re: Force Feedback: Thrustmaster FGT Wheel quick-and-dirty in hid-lgff.c or hid-tmff.c

2007-07-16 Thread Anssi Hannula
Gerald Folcher wrote: > Dmitry Torokhov wrote: > >> I wonder if the attached is all that is needed for your wheel to >> work... > > No, but I think I understand where is the confusion: > It won't work because my wheel is the "Force Feedback" model, not the > "Rumble Force" model which is cheaper bu

Re: Force Feedback: Thrustmaster FGT Wheel quick-and-dirty in hid-lgff.c or hid-tmff.c

2007-07-16 Thread Gerald Folcher
Dmitry Torokhov wrote: I wonder if the attached is all that is needed for your wheel to work... No, but I think I understand where is the confusion: It won't work because my wheel is the "Force Feedback" model, not the "Rumble Force" model which is cheaper but looks exactly the same. With you

Re: Force Feedback: Thrustmaster FGT Wheel quick-and-dirty in hid-lgff.c or hid-tmff.c

2007-07-16 Thread Dmitry Torokhov
Hi Gerard, On 7/16/07, Gerald Folcher <[EMAIL PROTECTED]> wrote: I guess that a proper patch for the Thrustmaster wheel(s) would probably have better his place in hid-tmff.c (In fact I first gone that route but I had to change more code introducing more ugliness... the diff output from the hid-

Force Feedback: Thrustmaster FGT Wheel quick-and-dirty in hid-lgff.c or hid-tmff.c

2007-07-16 Thread Gerald Folcher
Hello, I write this as it may be interesting to the peoples involved in the force feedback drivers (or if you're just trying to get your Thrustmaster wheel's force-feedback to work), I'm sorry I'm not proposing a ready to apply patch because at this point I'm not competent enough to make some