Date: Wed, 12 Mar 2008 20:20:36 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ums.c Message-ID: <200803122020.m2CKKaJu001992@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2008-03-12 20:20:36 UTC FreeBSD src repository Modified files: sys/dev/usb ums.c Log: Partially revert 1.95. It changed the probe for a mouse device to only accept a mouse using the boot subclass. Instead, restore the original hid_is_collection() test and fallback to testing the interface class, subclass, and protocol if that fails. MFC after: 1 week PR: usb/118670 Revision Changes Path 1.98 +4 -1 src/sys/dev/usb/ums.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803122020.m2CKKaJu001992>