summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authoris <is@NetBSD.org>2011-01-09 14:30:36 +0000
committeris <is@NetBSD.org>2011-01-09 14:30:36 +0000
commit3efacbf140db9a4504167cdcb9ddbf7af6547d28 (patch)
tree7877cec3570afcac5502fbe79d3915a0d3e98d08 /sys/dev
parent3f240e01143d6ffdb41f8d8e058f70a54ac39f51 (diff)
some more 8187B variants. From OpenBSD
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usbdevs6
-rw-r--r--sys/dev/usb/usbdevs.h8
-rw-r--r--sys/dev/usb/usbdevs_data.h18
3 files changed, 22 insertions, 10 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 1f356f306f2..b5e623c891b 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.574 2011/01/08 22:02:49 is Exp $
+$NetBSD: usbdevs,v 1.575 2011/01/09 14:30:36 is Exp $
/*
* Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -2287,7 +2287,9 @@ product RATOC REXUSB60F 0xb020 USB serial adapter REX-USB60F
product REALTEK RTL8150L 0x8150 RTL8150L USB-Ethernet Bridge
product REALTEK RTL8151 0x8151 RTL8151 PNA
product REALTEK RTL8187 0x8187 RTL8187
-product REALTEK RTL8187B 0x8189 RTL8187B WLAN Adapter
+product REALTEK RTL8187B_0 0x8189 RTL8187B
+product REALTEK RTL8187B_1 0x8197 RTL8187B
+product REALTEK RTL8187B_2 0x8198 RTL8187B
/* Research In Motion */
product RIM BLACKBERRY 0x0001 BlackBerry
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 65077df88a4..13898e3788a 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.567 2011/01/08 22:04:19 is Exp $ */
+/* $NetBSD: usbdevs.h,v 1.568 2011/01/09 14:32:36 is Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.574 2011/01/08 22:02:49 is Exp
+ * NetBSD: usbdevs,v 1.575 2011/01/09 14:30:36 is Exp
*/
/*
@@ -2294,7 +2294,9 @@
#define USB_PRODUCT_REALTEK_RTL8150L 0x8150 /* RTL8150L USB-Ethernet Bridge */
#define USB_PRODUCT_REALTEK_RTL8151 0x8151 /* RTL8151 PNA */
#define USB_PRODUCT_REALTEK_RTL8187 0x8187 /* RTL8187 */
-#define USB_PRODUCT_REALTEK_RTL8187B 0x8189 /* RTL8187B WLAN Adapter */
+#define USB_PRODUCT_REALTEK_RTL8187B_0 0x8189 /* RTL8187B */
+#define USB_PRODUCT_REALTEK_RTL8187B_1 0x8197 /* RTL8187B */
+#define USB_PRODUCT_REALTEK_RTL8187B_2 0x8198 /* RTL8187B */
/* Research In Motion */
#define USB_PRODUCT_RIM_BLACKBERRY 0x0001 /* BlackBerry */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index d4edeec7dc9..a68a70285e1 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs_data.h,v 1.568 2011/01/08 22:04:19 is Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.569 2011/01/09 14:32:36 is Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.574 2011/01/08 22:02:49 is Exp
+ * NetBSD: usbdevs,v 1.575 2011/01/09 14:30:36 is Exp
*/
/*
@@ -6823,8 +6823,16 @@ const struct usb_product usb_products[] = {
"RTL8187",
},
{
- USB_VENDOR_REALTEK, USB_PRODUCT_REALTEK_RTL8187B,
- "RTL8187B WLAN Adapter",
+ USB_VENDOR_REALTEK, USB_PRODUCT_REALTEK_RTL8187B_0,
+ "RTL8187B",
+ },
+ {
+ USB_VENDOR_REALTEK, USB_PRODUCT_REALTEK_RTL8187B_1,
+ "RTL8187B",
+ },
+ {
+ USB_VENDOR_REALTEK, USB_PRODUCT_REALTEK_RTL8187B_2,
+ "RTL8187B",
},
{
USB_VENDOR_RIM, USB_PRODUCT_RIM_BLACKBERRY,
@@ -8391,4 +8399,4 @@ const struct usb_product usb_products[] = {
"Prestige",
},
};
-const int usb_nproducts = 1597;
+const int usb_nproducts = 1599;