1. 04 10月, 2010 1 次提交
  2. 22 9月, 2010 2 次提交
    • S
      HID: Add support for Logitech Speed Force Wireless gaming wheel · 32c88cbc
      Simon Wood 提交于
      The following patch adds support for the Logitech Speed Force Wireless gaming
      wheel. Originally designed for the WII console. Details on the protocol:
      
      http://wiibrew.org/wiki/Logitech_USB_steering_wheel
      
      This patch relies on previous patch:
      "Don't Send Feature Reports on Interrupt Endpoint"
      
      Logitech as produce a very similar wheel for the PS2/PS3, it is expected that
      this patch could also support the PS2/PS3 wheel if the USB ID's are added and
      (if required) the HID descriptor is modified.
      Signed-off-by: NSimon Wood <simon@mungewell.org>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      32c88cbc
    • A
      HID: don't Send Feature Reports on Interrupt Endpoint · fe2c91ee
      Alan Ott 提交于
      Feature reports should only be sent on the control endpoint.
      
      The USB HID standard is unclear and confusing on this issue. It seems to
      suggest that Feature reports can be sent on a HID device's Interrupt OUT
      endpoint.  This cannot be the case because the report type is not encoded in
      transfers sent out the Interrput OUT endpoint.  If Feature reports were sent on
      the Interrupt OUT endpint, they would be indistinguishable from Output reports
      in the case where Report IDs were not used.
      
      Further, Windows and Mac OS X do not send Feature reports out the interrupt OUT
      Endpoint.  They will only go out the Control Endpoint.
      
      In addition, many devices simply do not hande Feature reports sent out the
      Interrupt OUT endpoint.
      
      Reported-by: simon@mungewell.org
      Signed-off-by: NAlan Ott <alan@signal11.us>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      fe2c91ee
  3. 15 9月, 2010 9 次提交
  4. 14 9月, 2010 10 次提交
  5. 13 9月, 2010 18 次提交