From owner-cvs-all Sun Aug 13 11:39:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B57C37B581; Sun, 13 Aug 2000 11:39:26 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA27180; Sun, 13 Aug 2000 11:39:26 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200008131839.LAA27180@freefall.freebsd.org> From: Nick Hibma Date: Sun, 13 Aug 2000 11:39:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb.h usb_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/08/13 11:39:26 PDT Modified files: sys/dev/usb usb.h usb_subr.c Log: From NetBSD: Make it possible to move a device to its unconfigured state by using config #0. Add some comments. Change error reporting in port reset function. usbd_devinfo_vp(): search the know devs array also if the device doesn't return product description (e.g. Kye's Genius NetScroll mouse returns vendor, but not product); the strings returned by device are still preferred to those in the array, though Revision Changes Path 1.23 +4 -1 src/sys/dev/usb/usb.h 1.27 +50 -23 src/sys/dev/usb/usb_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message