[PATCH RESEND] HID USB: Add IDs for Logitech Wii Speed Force Wireless Wheel
From: <hidden>
Date: 2010-08-24 18:05:43
[Resent as no response/acknowledgement; CC'ed Jiri as you seem to involved with USB ID's - apologies if you are not] Attached patch adds support for Logitech Wii Speed Force Wireless Wheel USB IDs and fixes the HID report so that the buttons/axis are correctly recognised. At present I am using the userland app to trigger the bonding of dongle to wheel, as this does not happen automatically. If there is something different or further testing required (other than playing Torcs) please advise. Simon (aka. Mungewell) ---------------------------- Original Message ---------------------------- Subject: [PATCH] Logitech Wii Speed Force Wireless Wheel From: simon@mungewell.org Date: Thu, August 19, 2010 11:27 pm To: "linux-input@vger.kernel.org" <redacted> -------------------------------------------------------------------------- Attached is a preliminary patch to enable support for the Logitech Wii Speed Force Wireless Wheel, currently being sold on 'clearance' for around $10. The dongle/wheel do not automatically register with each other, a small libhid app can be used to make a connection as follows: -- $ sudo echo -n "3-2:1.0" > /sys/bus/usb/drivers/usbhid/unbind $ sudo python wii_wheel_bond.py $ sudo echo -n "3-2:1.0" > /sys/bus/usb/drivers/usbhid/bind -- Basic functions work, but I believe that there if further work needed to fully understand the configuration process of the dongle. Once understood this function should be performed by the kernel driver. I've also attached some notes on the configuration of the dongle. Since the dongle is based around the nRF24L01 this might be similar to the other Logitech 2.4GHz devices. Cheers, Simon (aka. Mungewell)
Attachments
- wii_wheel_20100819.patch [text/x-patch] 3415 bytes · preview