Module Name:    src
Committed By:   buhrow
Date:           Fri May 25 16:29:37 UTC 2012

Modified Files:
        src/sys/dev/usb: usbdevs.h usbdevs_data.h

Log Message:
Regen after successful build release
(Includes Apple iPod Touch (4th generation)
and
Springer Design's TTSMP3 players


To generate a diff of this commit:
cvs rdiff -u -r1.607 -r1.608 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.608 -r1.609 src/sys/dev/usb/usbdevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/usbdevs.h
diff -u src/sys/dev/usb/usbdevs.h:1.607 src/sys/dev/usb/usbdevs.h:1.608
--- src/sys/dev/usb/usbdevs.h:1.607	Thu May 17 21:59:49 2012
+++ src/sys/dev/usb/usbdevs.h	Fri May 25 16:29:37 2012
@@ -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 */

Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.608 src/sys/dev/usb/usbdevs_data.h:1.609
--- src/sys/dev/usb/usbdevs_data.h:1.608	Thu May 17 21:59:49 2012
+++ src/sys/dev/usb/usbdevs_data.h	Fri May 25 16:29:37 2012
@@ -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;

Reply via email to