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
details: https://anonhg.NetBSD.org/src/rev/283a112682d3
branches: trunk
changeset: 786762:283a112682d3
user: aymeric <aymeric%NetBSD.org@localhost>
date: Thu May 09 12:41:13 2013 +0000
description:
regen
diffstat:
sys/dev/usb/usbdevs.h | 6 +++++-
sys/dev/usb/usbdevs_data.h | 14 +++++++++++---
2 files changed, 16 insertions(+), 4 deletions(-)
diffs (73 lines):
diff -r 7ebe595d2cc2 -r 283a112682d3 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h Thu May 09 12:40:17 2013 +0000
+++ b/sys/dev/usb/usbdevs.h Thu May 09 12:41:13 2013 +0000
@@ -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 */
diff -r 7ebe595d2cc2 -r 283a112682d3 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h Thu May 09 12:40:17 2013 +0000
+++ b/sys/dev/usb/usbdevs_data.h Thu May 09 12:41:13 2013 +0000
@@ -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 @@
"STMicroelectronics",
},
{
+ USB_VENDOR_FOXCONN,
+ "Foxconn / Hon Hai",
+ },
+ {
USB_VENDOR_MEIZU,
"Meizu Electronics",
},
@@ -2127,7 +2131,7 @@
"GNU Radio USRP",
},
};
-const int usb_nvendors = 522;
+const int usb_nvendors = 523;
const struct usb_product usb_products[] = {
{
@@ -4715,6 +4719,10 @@
"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 @@
"Prestige",
},
};
-const int usb_nproducts = 1964;
+const int usb_nproducts = 1965;
Home |
Main Index |
Thread Index |
Old Index