From owner-cvs-all Wed Jan 2 12:17: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D258437B416; Wed, 2 Jan 2002 12:16:53 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g02KGrq45810; Wed, 2 Jan 2002 12:16:53 -0800 (PST) (envelope-from joe) Message-Id: <200201022016.g02KGrq45810@freefall.freebsd.org> From: Josef Karthauser Date: Wed, 2 Jan 2002 12:16:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.c usb.c usb.h usb_subr.c usbhid.h src/usr.sbin/usbd usbd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/01/02 12:16:53 PST Modified files: sys/dev/usb umass.c usb.c usb.h usb_subr.c usbhid.h usr.sbin/usbd usbd.c Log: Sync usb.h with NetBSD, apart from usb_device_info.speed, which requires logic changes. For now leave it as usb_device_info.lowspeed. It will get addressed when the usb.c code is sync'd. Revision Changes Path 1.50 +2 -2 src/sys/dev/usb/umass.c 1.45 +4 -4 src/sys/dev/usb/usb.c 1.27 +144 -58 src/sys/dev/usb/usb.h 1.31 +6 -6 src/sys/dev/usb/usb_subr.c 1.13 +1 -5 src/sys/dev/usb/usbhid.h 1.21 +11 -11 src/usr.sbin/usbd/usbd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message