diff options
| author | buhrow <buhrow@NetBSD.org> | 2012-05-25 16:29:37 +0000 |
|---|---|---|
| committer | buhrow <buhrow@NetBSD.org> | 2012-05-25 16:29:37 +0000 |
| commit | d0a7d0ad73d545bb2f6a32e8aa9642885d162926 (patch) | |
| tree | 637f415633c32f4d0357c02d834cd5dcda6d9886 /sys/dev/usb/usbdevs_data.h | |
| parent | 2baf696457c2d3f54e47cd5a9b69a1475dc5d364 (diff) | |
Regen after successful build release
(Includes Apple iPod Touch (4th generation)
and
Springer Design's TTSMP3 players
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
| -rw-r--r-- | sys/dev/usb/usbdevs_data.h | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index e574e487fec..103d8340020 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: usbdevs_data.h,v 1.608 2012/05/17 21:59:49 cyber Exp $ */ +/* $NetBSD: usbdevs_data.h,v 1.609 2012/05/25 16:29:37 buhrow Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: usbdevs,v 1.614 2012/05/17 21:48:22 cyber Exp + * NetBSD: usbdevs,v 1.616 2012/05/24 21:32:35 buhrow Exp */ /* @@ -2011,6 +2011,10 @@ const struct usb_vendor usb_vendors[] = { "Sitecom", }, { + USB_VENDOR_SPRINGERDESIGN, + "Springer Design, Inc.", + }, + { USB_VENDOR_ARKMICROCHIPS, "ArkMicroChips", }, @@ -2051,7 +2055,7 @@ const struct usb_vendor usb_vendors[] = { "GNU Radio USRP", }, }; -const int usb_nvendors = 503; +const int usb_nvendors = 504; const struct usb_product usb_products[] = { { @@ -2707,6 +2711,10 @@ const struct usb_product usb_products[] = { "Speakers", }, { + USB_VENDOR_APPLE, USB_PRODUCT_APPLE_SHUFFLE2, + "iPod Shuffle (2nd generation)", + }, + { USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPHONE, "iPhone", }, @@ -2715,6 +2723,10 @@ const struct usb_product usb_products[] = { "iPod Touch", }, { + USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPOD_TOUCH_4G, + "iPod Touch 4G", + }, + { USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPHONE_3G, "iPhone 3G", }, @@ -8131,6 +8143,10 @@ const struct usb_product usb_products[] = { "RT3070", }, { + USB_VENDOR_SPRINGERDESIGN, USB_PRODUCT_SPRINGERDESIGN_TTSMP3PLAYER, + "Springer Design TTSMP3Player", + }, + { USB_VENDOR_SPHAIRON, USB_PRODUCT_SPHAIRON_UB801R, "UB801R", }, @@ -8859,4 +8875,4 @@ const struct usb_product usb_products[] = { "Prestige", }, }; -const int usb_nproducts = 1701; +const int usb_nproducts = 1704; |
