Date: Sat, 31 Dec 2005 04:22:35 +0000 (UTC) From: Maxime Henrion <mux@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhid.c usb.h uxb360gp_rdesc.h Message-ID: <200512310422.jBV4MZik015357@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512310422.jBV4MZik015357>