Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Regen after successful build release
details: https://anonhg.NetBSD.org/src/rev/090ce47be7de
branches: trunk
changeset: 779393:090ce47be7de
user: buhrow <buhrow%NetBSD.org@localhost>
date: Fri May 25 16:29:37 2012 +0000
description:
Regen after successful build release
(Includes Apple iPod Touch (4th generation)
and
Springer Design's TTSMP3 players
diffstat:
sys/dev/usb/usbdevs.h | 10 ++++++++--
sys/dev/usb/usbdevs_data.h | 24 ++++++++++++++++++++----
2 files changed, 28 insertions(+), 6 deletions(-)
diffs (120 lines):
diff -r 07bd64f89cce -r 090ce47be7de sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h Fri May 25 15:54:02 2012 +0000
+++ b/sys/dev/usb/usbdevs.h Fri May 25 16:29:37 2012 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.607 2012/05/17 21:59:49 cyber Exp $ */
+/* $NetBSD: usbdevs.h,v 1.608 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
*/
/*
@@ -558,6 +558,7 @@
#define USB_VENDOR_ONSPEC2 0x55aa /* OnSpec Electronic Inc. */
#define USB_VENDOR_ZINWELL 0x5a57 /* Zinwell */
#define USB_VENDOR_SITECOM 0x6189 /* Sitecom */
+#define USB_VENDOR_SPRINGERDESIGN 0x6400 /* Springer Design, Inc. */
#define USB_VENDOR_ARKMICROCHIPS 0x6547 /* ArkMicroChips */
#define USB_VENDOR_3COM2 0x6891 /* 3Com */
#define USB_VENDOR_EDIMAX 0x7392 /* EDIMAX */
@@ -809,8 +810,10 @@
#define USB_PRODUCT_APPLE_BLUETOOTH_HIDMODE 0x1000 /* Bluetooth HCI (HID-proxy mode) */
#define USB_PRODUCT_APPLE_EXT_KBD_HUB 0x1003 /* Hub in Apple Extended USB Keyboard */
#define USB_PRODUCT_APPLE_SPEAKERS 0x1101 /* Speakers */
+#define USB_PRODUCT_APPLE_SHUFFLE2 0x1301 /* iPod Shuffle (2nd generation) */
#define USB_PRODUCT_APPLE_IPHONE 0x1290 /* iPhone */
#define USB_PRODUCT_APPLE_IPOD_TOUCH 0x1291 /* iPod Touch */
+#define USB_PRODUCT_APPLE_IPOD_TOUCH_4G 0x129e /* iPod Touch 4G */
#define USB_PRODUCT_APPLE_IPHONE_3G 0x1292 /* iPhone 3G */
#define USB_PRODUCT_APPLE_IPHONE_3GS 0x1294 /* iPhone 3GS */
#define USB_PRODUCT_APPLE_IPAD 0x129a /* Apple iPad */
@@ -2711,6 +2714,9 @@
#define USB_PRODUCT_SPARKLAN_RT2870_1 0x0006 /* RT2870 */
#define USB_PRODUCT_SPARKLAN_RT3070 0x0010 /* RT3070 */
+/*Springer Design Systems Inc.*/
+#define USB_PRODUCT_SPRINGERDESIGN_TTSMP3PLAYER 0x1111 /* Springer Design TTSMP3Player */
+
/* Sphairon Access Systems GmbH products */
#define USB_PRODUCT_SPHAIRON_UB801R 0x0110 /* UB801R */
#define USB_PRODUCT_SPHAIRON_RTL8187 0x0150 /* RTL8187 */
diff -r 07bd64f89cce -r 090ce47be7de sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h Fri May 25 15:54:02 2012 +0000
+++ b/sys/dev/usb/usbdevs_data.h Fri May 25 16:29:37 2012 +0000
@@ -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 @@
"Sitecom",
},
{
+ USB_VENDOR_SPRINGERDESIGN,
+ "Springer Design, Inc.",
+ },
+ {
USB_VENDOR_ARKMICROCHIPS,
"ArkMicroChips",
},
@@ -2051,7 +2055,7 @@
"GNU Radio USRP",
},
};
-const int usb_nvendors = 503;
+const int usb_nvendors = 504;
const struct usb_product usb_products[] = {
{
@@ -2707,6 +2711,10 @@
"Speakers",
},
{
+ USB_VENDOR_APPLE, USB_PRODUCT_APPLE_SHUFFLE2,
+ "iPod Shuffle (2nd generation)",
+ },
+ {
USB_VENDOR_APPLE, USB_PRODUCT_APPLE_IPHONE,
"iPhone",
},
@@ -2715,6 +2723,10 @@
"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 @@
"RT3070",
},
{
+ USB_VENDOR_SPRINGERDESIGN, USB_PRODUCT_SPRINGERDESIGN_TTSMP3PLAYER,
+ "Springer Design TTSMP3Player",
+ },
+ {
USB_VENDOR_SPHAIRON, USB_PRODUCT_SPHAIRON_UB801R,
"UB801R",
},
@@ -8859,4 +8875,4 @@
"Prestige",
},
};
-const int usb_nproducts = 1701;
+const int usb_nproducts = 1704;
Home |
Main Index |
Thread Index |
Old Index