Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2009 23:12:02 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/usb usb_core.h usb_device.c usb_device.h usb_generic.c usb_hub.c usb_util.c
Message-ID:  <200905272312.n4RNC9CQ002475@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2009-05-27 23:12:02 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          usb_core.h usb_device.c usb_device.h 
                         usb_generic.c usb_hub.c usb_util.c 
  Log:
  SVN rev 192938 on 2009-05-27 23:12:02Z by thompsa
  
  Allocate the usb serial, manufacturer and product strings rather than use char
  arrays in the usb_device struct. This also eliminates USB_HAVE_STRINGS.
  
  Revision  Changes    Path
  1.20      +0 -8      src/sys/dev/usb/usb_core.h
  1.34      +46 -96    src/sys/dev/usb/usb_device.c
  1.19      +3 -5      src/sys/dev/usb/usb_device.h
  1.14      +3 -8      src/sys/dev/usb/usb_generic.c
  1.20      +0 -4      src/sys/dev/usb/usb_hub.c
  1.6       +0 -4      src/sys/dev/usb/usb_util.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905272312.n4RNC9CQ002475>