Module Name: src
Committed By: aymeric
Date: Thu May 9 12:41:13 UTC 2013
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.639 -r1.640 src/sys/dev/usb/usbdevs.h
cvs rdiff -u -r1.640 -r1.641 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.639 src/sys/dev/usb/usbdevs.h:1.640
--- src/sys/dev/usb/usbdevs.h:1.639 Fri May 3 15:38:04 2013
+++ src/sys/dev/usb/usbdevs.h Thu May 9 12:41:13 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdevs.h,v 1.639 2013/05/03 15:38:04 jakllsch Exp $ */
+/* $NetBSD: usbdevs.h,v 1.640 2013/05/09 12:41:13 aymeric Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -116,6 +116,7 @@
#define USB_VENDOR_PLANTRONICS 0x047f /* Plantronics */
#define USB_VENDOR_KYOCERA 0x0482 /* Kyocera */
#define USB_VENDOR_STMICRO 0x0483 /* STMicroelectronics */
+#define USB_VENDOR_FOXCONN 0x0489 /* Foxconn / Hon Hai */
#define USB_VENDOR_MEIZU 0x0492 /* Meizu Electronics */
#define USB_VENDOR_YAMAHA 0x0499 /* YAMAHA */
#define USB_VENDOR_COMPAQ 0x049f /* Compaq */
@@ -1485,6 +1486,9 @@
/* Fiberline */
#define USB_PRODUCT_FIBERLINE_WL430U 0x6003 /* WL-430U */
+/* Foxconn / Hon Hai products */
+#define USB_PRODUCT_FOXCONN_AR3012 0xe04e /* Bluetooth AR3012 */
+
/* Freecom products */
#define USB_PRODUCT_FREECOM_DVD 0xfc01 /* Connector for DVD drive */
Index: src/sys/dev/usb/usbdevs_data.h
diff -u src/sys/dev/usb/usbdevs_data.h:1.640 src/sys/dev/usb/usbdevs_data.h:1.641
--- src/sys/dev/usb/usbdevs_data.h:1.640 Fri May 3 15:38:04 2013
+++ src/sys/dev/usb/usbdevs_data.h Thu May 9 12:41:13 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdevs_data.h,v 1.640 2013/05/03 15:38:04 jakllsch Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.641 2013/05/09 12:41:13 aymeric Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -243,6 +243,10 @@ const struct usb_vendor usb_vendors[] =
"STMicroelectronics",
},
{
+ USB_VENDOR_FOXCONN,
+ "Foxconn / Hon Hai",
+ },
+ {
USB_VENDOR_MEIZU,
"Meizu Electronics",
},
@@ -2127,7 +2131,7 @@ const struct usb_vendor usb_vendors[] =
"GNU Radio USRP",
},
};
-const int usb_nvendors = 522;
+const int usb_nvendors = 523;
const struct usb_product usb_products[] = {
{
@@ -4715,6 +4719,10 @@ const struct usb_product usb_products[]
"WL-430U",
},
{
+ USB_VENDOR_FOXCONN, USB_PRODUCT_FOXCONN_AR3012,
+ "Bluetooth AR3012",
+ },
+ {
USB_VENDOR_FREECOM, USB_PRODUCT_FREECOM_DVD,
"Connector for DVD drive",
},
@@ -9987,4 +9995,4 @@ const struct usb_product usb_products[]
"Prestige",
},
};
-const int usb_nproducts = 1964;
+const int usb_nproducts = 1965;