Date: Fri, 19 Nov 2010 01:50:22 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/usb usb_device.c usb_generic.c usb_hub.c usbdi_util.h src/sys/dev/usb/net uhso.c src/sys/dev/usb/serial ubser.c src/sys/dev/usb/storage umass.c Message-ID: <201011190150.oAJ1obdG038401@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2010-11-19 01:50:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/usb usb_device.c usb_generic.c usb_hub.c usbdi_util.h sys/dev/usb/net uhso.c sys/dev/usb/serial ubser.c sys/dev/usb/storage umass.c Log: SVN rev 215502 on 2010-11-19 01:50:22Z by thompsa MFC r212136 Reduce the need to accesss struct usb_device by providing functions to access the product, manufacturer and serial strings. Revision Changes Path 1.3.2.6 +6 -7 src/sys/dev/usb/net/uhso.c 1.13.2.6 +1 -2 src/sys/dev/usb/serial/ubser.c 1.21.2.17 +9 -10 src/sys/dev/usb/storage/umass.c 1.44.2.20 +28 -7 src/sys/dev/usb/usb_device.c 1.20.2.7 +3 -3 src/sys/dev/usb/usb_generic.c 1.28.2.14 +2 -1 src/sys/dev/usb/usb_hub.c 1.23.2.2 +7 -0 src/sys/dev/usb/usbdi_util.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011190150.oAJ1obdG038401>