From owner-cvs-src-old@FreeBSD.ORG Wed May 27 23:12:11 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 393851065737 for ; Wed, 27 May 2009 23:12:10 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 13D4F8FC13 for ; Wed, 27 May 2009 23:12:10 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4RNC9wt002476 for ; Wed, 27 May 2009 23:12:09 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4RNC9CQ002475 for cvs-src-old@freebsd.org; Wed, 27 May 2009 23:12:09 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200905272312.n4RNC9CQ002475@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Wed, 27 May 2009 23:12:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2009 23:12:12 -0000 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