Date: Thu, 2 Sep 2010 04:39:45 +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: <201009020440.o824e98g002622@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2010-09-02 04:39:45 UTC FreeBSD src repository Modified files: 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 212136 on 2010-09-02 04:39:45Z by thompsa Reduce the need to accesss struct usb_device by providing functions to access the product, manufacturer and serial strings. Submitted by: Hans Petter Selasky Revision Changes Path 1.7 +6 -7 src/sys/dev/usb/net/uhso.c 1.18 +1 -2 src/sys/dev/usb/serial/ubser.c 1.37 +9 -10 src/sys/dev/usb/storage/umass.c 1.64 +28 -7 src/sys/dev/usb/usb_device.c 1.26 +3 -3 src/sys/dev/usb/usb_generic.c 1.41 +2 -1 src/sys/dev/usb/usb_hub.c 1.24 +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?201009020440.o824e98g002622>