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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to