From owner-freebsd-usb@FreeBSD.ORG Thu Apr 27 17:33:23 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8434116A400 for ; Thu, 27 Apr 2006 17:33:23 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1225B43D46 for ; Thu, 27 Apr 2006 17:33:23 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k3RHV4Ec062096; Thu, 27 Apr 2006 11:31:05 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 27 Apr 2006 11:31:20 -0600 (MDT) Message-Id: <20060427.113120.99829081.imp@bsdimp.com> To: hselasky@c2i.net From: "M. Warner Losh" In-Reply-To: <200604271926.08372.hselasky@c2i.net> References: <200604271926.08372.hselasky@c2i.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-usb@freebsd.org Subject: Re: usbdevs question X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2006 17:33:23 -0000 In message: <200604271926.08372.hselasky@c2i.net> Hans Petter Selasky writes: : : Why are there aprostrophes in the following descriptions in "usbdevs": : : product APPLE IPOD_04 0x1204 iPod "04" : product APPLE IPOD_06 0x1206 iPod "06" : product APPLE IPOD_07 0x1207 iPod "07" : product APPLE IPOD_08 0x1208 iPod "08" : : : Maybe I missed something, but the old "usbdevs2h.awk" produces this: : : { : USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPOD_04, : 0, : "Apple Computer", : "iPod "04"", : }, : : Which is not compileable. We don't compile this by default... Warner