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/d0d50fa27212
branches: trunk
changeset: 326706:d0d50fa27212
user: christos <christos%NetBSD.org@localhost>
date: Fri Feb 14 04:22:13 2014 +0000
description:
regen
diffstat:
sys/dev/usb/usbdevs.h | 8 ++++++--
sys/dev/usb/usbdevs_data.h | 16 ++++++++++++----
2 files changed, 18 insertions(+), 6 deletions(-)
diffs (87 lines):
diff -r 9f97ad1baaf8 -r d0d50fa27212 sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h Fri Feb 14 04:20:43 2014 +0000
+++ b/sys/dev/usb/usbdevs.h Fri Feb 14 04:22:13 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.655 2014/01/13 08:24:17 reinoud Exp $ */
+/* $NetBSD: usbdevs.h,v 1.656 2014/02/14 04:22:13 christos Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.663 2014/01/13 08:23:58 reinoud Exp
+ * NetBSD: usbdevs,v 1.664 2014/02/14 04:20:43 christos Exp
*/
/*
@@ -538,6 +538,7 @@
#define USB_VENDOR_QCOM 0x18e8 /* Qcom */
#define USB_VENDOR_LINKSYS3 0x1915 /* Linksys */
#define USB_VENDOR_MEINBERG 0x1938 /* Meinberg Funkuhren */
+#define USB_VENDOR_BECEEM 0x198f /* Beceem Communications */
#define USB_VENDOR_ZTE 0x19d2 /* ZTE */
#define USB_VENDOR_QUANTA 0x1a32 /* Quanta */
#define USB_VENDOR_TERMINUS 0x1a40 /* Terminus Technology */
@@ -1004,6 +1005,9 @@
/* B&B Electronics products */
#define USB_PRODUCT_BBELECTRONICS_USOTL4 0xAC01 /* uLinks RS-422/485 */
+/* Beceem Communications products */
+#define USB_PRODUCT_BECEEM_250U 0x0220 /* Mobile WiMax SS */
+
/* Belkin products */
/*product BELKIN F5U111 0x???? F5U111 Ethernet adapter*/
#define USB_PRODUCT_BELKIN2_F5U002 0x0002 /* F5U002 Parallel printer adapter */
diff -r 9f97ad1baaf8 -r d0d50fa27212 sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h Fri Feb 14 04:20:43 2014 +0000
+++ b/sys/dev/usb/usbdevs_data.h Fri Feb 14 04:22:13 2014 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs_data.h,v 1.656 2014/01/13 08:24:17 reinoud Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.657 2014/02/14 04:22:13 christos Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.663 2014/01/13 08:23:58 reinoud Exp
+ * NetBSD: usbdevs,v 1.664 2014/02/14 04:20:43 christos Exp
*/
/*
@@ -1931,6 +1931,10 @@
"Meinberg Funkuhren",
},
{
+ USB_VENDOR_BECEEM,
+ "Beceem Communications",
+ },
+ {
USB_VENDOR_ZTE,
"ZTE",
},
@@ -2147,7 +2151,7 @@
"GNU Radio USRP",
},
};
-const int usb_nvendors = 527;
+const int usb_nvendors = 528;
const struct usb_product usb_products[] = {
{
@@ -3315,6 +3319,10 @@
"uLinks RS-422/485",
},
{
+ USB_VENDOR_BECEEM, USB_PRODUCT_BECEEM_250U,
+ "Mobile WiMax SS",
+ },
+ {
USB_VENDOR_BELKIN2, USB_PRODUCT_BELKIN2_F5U002,
"F5U002 Parallel printer adapter",
},
@@ -10099,4 +10107,4 @@
"Prestige",
},
};
-const int usb_nproducts = 1987;
+const int usb_nproducts = 1988;
Home |
Main Index |
Thread Index |
Old Index