Module Name: src
Committed By: christos
Date: Fri Sep 30 18:43:20 UTC 2011
Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h
Log Message:
regen
To generate a diff of this commit:
cvs rdiff -u -r1.589 -r1.590 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.590 -r1.591 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.589 src/sys/dev/usb/usbdevs.h:1.590
--- src/sys/dev/usb/usbdevs.h:1.589 Tue Sep 20 15:25:16 2011
+++ src/sys/dev/usb/usbdevs.h Fri Sep 30 14:43:19 2011
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.589 2011/09/20 19:25:16 jakllsch Exp $ */
+/* $NetBSD: usbdevs.h,v 1.590 2011/09/30 18:43:19 christos Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.596 2011/09/20 19:25:01 jakllsch Exp
+ * NetBSD: usbdevs,v 1.597 2011/09/30 18:42:59 christos Exp
*/
/*
@@ -521,6 +521,7 @@
#define USB_VENDOR_QUANTA 0x1a32 /* Quanta */
#define USB_VENDOR_WINCHIPHEAD2 0x1a86 /* QinHeng Electronics */
#define USB_VENDOR_MPMAN 0x1cae /* MPMan */
+#define USB_VENDOR_4GSYSTEMS 0x1c9e /* 4G Systems */
#define USB_VENDOR_PEGATRON 0x1d4d /* Pegatron */
#define USB_VENDOR_AIRTIES 0x1eda /* AirTies */
#define USB_VENDOR_DLINK 0x2001 /* D-Link */
@@ -580,6 +581,9 @@
#define USB_PRODUCT_3COMUSR_HOMECONN 0x009d /* 3Com HomeConnect camera */
#define USB_PRODUCT_3COMUSR_USR56K 0x3021 /* U.S.Robotics 56000 Voice Faxmodem Pro */
+/* 4G Systems products */
+#define USB_PRODUCT_4GSYSTEMS_XSSTICK_P14 0x9605 /* 4G Systems XSStick P14 */
+
/* ACDC products */
#define USB_PRODUCT_ACDC_HUB 0x2315 /* USB Pen Drive HUB */
#define USB_PRODUCT_ACDC_SECWRITE 0x2316 /* USB Pen Drive Secure Write */
Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.590 src/sys/dev/usb/usbdevs_data.h:1.591
--- src/sys/dev/usb/usbdevs_data.h:1.590 Tue Sep 20 15:25:16 2011
+++ src/sys/dev/usb/usbdevs_data.h Fri Sep 30 14:43:19 2011
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs_data.h,v 1.590 2011/09/20 19:25:16 jakllsch Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.591 2011/09/30 18:43:19 christos Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.596 2011/09/20 19:25:01 jakllsch Exp
+ * NetBSD: usbdevs,v 1.597 2011/09/30 18:42:59 christos Exp
*/
/*
@@ -1863,6 +1863,10 @@ const struct usb_vendor usb_vendors[] =
"MPMan",
},
{
+ USB_VENDOR_4GSYSTEMS,
+ "4G Systems",
+ },
+ {
USB_VENDOR_PEGATRON,
"Pegatron",
},
@@ -2023,7 +2027,7 @@ const struct usb_vendor usb_vendors[] =
"GNU Radio USRP",
},
};
-const int usb_nvendors = 496;
+const int usb_nvendors = 497;
const struct usb_product usb_products[] = {
{
@@ -2071,6 +2075,10 @@ const struct usb_product usb_products[]
"U.S.Robotics 56000 Voice Faxmodem Pro",
},
{
+ USB_VENDOR_4GSYSTEMS, USB_PRODUCT_4GSYSTEMS_XSSTICK_P14,
+ "4G Systems XSStick P14",
+ },
+ {
USB_VENDOR_ACDC, USB_PRODUCT_ACDC_HUB,
"USB Pen Drive HUB",
},
@@ -8551,4 +8559,4 @@ const struct usb_product usb_products[]
"Prestige",
},
};
-const int usb_nproducts = 1631;
+const int usb_nproducts = 1632;