From owner-cvs-all Wed Jan 13 17:28:52 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA05387 for cvs-all-outgoing; Wed, 13 Jan 1999 17:28:52 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA05306; Wed, 13 Jan 1999 17:28:50 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) From: Nick Hibma Received: (from n_hibma@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA11504; Wed, 13 Jan 1999 17:28:15 -0800 (PST) Date: Wed, 13 Jan 1999 17:28:15 -0800 (PST) Message-Id: <199901140128.RAA11504@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/usb ucom.c ugen.c uhid.c uhub.c ukbd.c ulpt.c umodem.c ums.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/01/13 17:28:15 PST Modified files: sys/dev/usb ucom.c ugen.c uhid.c uhub.c ukbd.c ulpt.c umodem.c ums.c Log: Corrected the latent fact that the uhub driver was providing a driver for the usb device class instead of the uhub devclass. Only a problem with more than one USB host controller. Revision Changes Path 1.9 +2 -2 src/sys/dev/usb/ucom.c 1.8 +2 -2 src/sys/dev/usb/ugen.c 1.8 +2 -2 src/sys/dev/usb/uhid.c 1.7 +22 -4 src/sys/dev/usb/uhub.c 1.8 +4 -4 src/sys/dev/usb/ukbd.c 1.8 +2 -2 src/sys/dev/usb/ulpt.c 1.8 +1 -1 src/sys/dev/usb/umodem.c 1.9 +2 -2 src/sys/dev/usb/ums.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message