linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Force Feedback Logitech G25/G25/Driving Force Pro
@ 2011-03-11 11:15 Peter
  2011-03-15 15:44 ` Olivier Michel
  2011-03-22  4:57 ` [PATCH] G25_support Simon Wood
  0 siblings, 2 replies; 7+ messages in thread
From: Peter @ 2011-03-11 11:15 UTC (permalink / raw)
  To: linux-input

Hi,

i'd like to ask if someone could add the id's of the logitech wheels to
drivers/hid/hid-lgff.c, so that the wheels autocenter can be
enabled/disabled by userland programs like wine. There has been
discussion over this before:
http://www.mail-archive.com/linux-input@atrey.karlin.mff.cuni.cz/msg01426.html

Line 72:
        { 0x046d, 0xc294, ff_wheel },
has to be copied twice with 0xc294 changed to 0xc298 (DFP) and 0xc299
(G25/G27), because after switching to native mode the devices report
different ids:
        { 0x046d, 0xc298, ff_wheel },
        { 0x046d, 0xc299, ff_wheel },

That's it. 
I managed to get my G27 fully working in LFS (http://www.lfs.net) with
this small modification and some additional fixes to wine. The G25's
Force Feedback, all 4 axis and 20some buttons work like a charm.

Thx in advance, Peter



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-05-02 19:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-11 11:15 Force Feedback Logitech G25/G25/Driving Force Pro Peter
2011-03-15 15:44 ` Olivier Michel
2011-03-22  4:57 ` [PATCH] G25_support Simon Wood
2011-03-22  9:40   ` Jiri Kosina
2011-03-27 19:41   ` Jiri Kosina
2011-05-02 19:17   ` [PATCH] G27_support Peter
2011-05-02 19:21     ` Jiri Kosina

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