]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allocate the usb serial, manufacturer and product strings rather than use char
authorAndrew Thompson <thompsa@FreeBSD.org>
Wed, 27 May 2009 23:12:02 +0000 (23:12 +0000)
committerAndrew Thompson <thompsa@FreeBSD.org>
Wed, 27 May 2009 23:12:02 +0000 (23:12 +0000)
commitc86aead66c3d3518b2007a6e135f629206960946
treeda082b95f7477c8e0170f750e6f5ed5911f4334d
parent4fb6e7b12b3cd857c0749181bac9691d5480fb22
Allocate the usb serial, manufacturer and product strings rather than use char
arrays in the usb_device struct. This also eliminates USB_HAVE_STRINGS.
sys/dev/usb/usb_core.h
sys/dev/usb/usb_device.c
sys/dev/usb/usb_device.h
sys/dev/usb/usb_generic.c
sys/dev/usb/usb_hub.c
sys/dev/usb/usb_util.c