Date: Sat, 30 Jun 2007 20:18:44 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb if_cdce.c uhub.c usb_subr.c usbdi.c usbdi.h Message-ID: <200706302018.l5UKIiBa080779@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2007-06-30 20:18:44 UTC FreeBSD src repository Modified files: sys/dev/usb if_cdce.c uhub.c usb_subr.c usbdi.c usbdi.h Log: Fix two more PRs: (1) Add size parameter to usbd_get_string() (2) Properly limit speed when a full speed hub is plugged into a high speed hub. Submitted by: Hans Petter Selasky PR: 80773, 79725 Approved by: re@ (kensmith) Revision Changes Path 1.25 +2 -1 src/sys/dev/usb/if_cdce.c 1.82 +2 -1 src/sys/dev/usb/uhub.c 1.95 +18 -2 src/sys/dev/usb/usb_subr.c 1.103 +4 -2 src/sys/dev/usb/usbdi.c 1.63 +2 -1 src/sys/dev/usb/usbdi.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706302018.l5UKIiBa080779>