Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2006 19:26:08 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-usb@freebsd.org
Subject:   usbdevs question
Message-ID:  <200604271926.08372.hselasky@c2i.net>

next in thread | raw e-mail | index | archive | help

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.

--HPS



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