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@xxxxxxxxxxxxxxxxxxxxxxxx/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 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html