cvs commit: src/sys/dev/usb if_cdce.c uhub.c usb_subr.c usbdi.c
usbdi.h
Warner Losh
imp at FreeBSD.org
Sat Jun 30 20:18:45 UTC 2007
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
More information about the cvs-src
mailing list