Force Feedback Logitech G25/G25/Driving Force Pro
From: Peter <hidden>
Date: 2011-03-11 11:21:55
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