cvs commit: src/sys/dev/usb uhid.c usb.h uxb360gp_rdesc.h

Maxime Henrion mux at FreeBSD.org
Fri Dec 30 20:22:35 PST 2005


mux         2005-12-31 04:22:35 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          uhid.c usb.h 
  Added files:
    sys/dev/usb          uxb360gp_rdesc.h 
  Log:
  Add support for Xbox 360 gamepads.  They are HID-capable devices, but
  lack a report descriptor and don't use the standard interface class.
  This patch works around these deficiencies so that the uhid(4) driver
  can recognize and use those broken devices.
  
  PR:             usb/90141
  Submitted by:   Ed Schouten <ed at fxq.nl> (with minor mods from me)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.79      +23 -4     src/sys/dev/usb/uhid.c
  1.40      +2 -0      src/sys/dev/usb/usb.h
  1.1       +124 -0    src/sys/dev/usb/uxb360gp_rdesc.h (new)


More information about the cvs-all mailing list