Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb some more 8187B variants. From OpenBSD
details: https://anonhg.NetBSD.org/src/rev/1399368fb44e
branches: trunk
changeset: 760620:1399368fb44e
user: is <is%NetBSD.org@localhost>
date: Sun Jan 09 14:30:36 2011 +0000
description:
some more 8187B variants. From OpenBSD
diffstat:
sys/dev/usb/usbdevs | 6 ++++--
sys/dev/usb/usbdevs.h | 8 +++++---
sys/dev/usb/usbdevs_data.h | 18 +++++++++++++-----
3 files changed, 22 insertions(+), 10 deletions(-)
diffs (88 lines):
diff -r 324d30c3b1fb -r 1399368fb44e sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs Sun Jan 09 14:15:06 2011 +0000
+++ b/sys/dev/usb/usbdevs Sun Jan 09 14:30:36 2011 +0000
@@ -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 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 -r 324d30c3b1fb -r 1399368fb44e sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h Sun Jan 09 14:15:06 2011 +0000
+++ b/sys/dev/usb/usbdevs.h Sun Jan 09 14:30:36 2011 +0000
@@ -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 -r 324d30c3b1fb -r 1399368fb44e sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h Sun Jan 09 14:15:06 2011 +0000
+++ b/sys/dev/usb/usbdevs_data.h Sun Jan 09 14:30:36 2011 +0000
@@ -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 @@
"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 @@
"Prestige",
},
};
-const int usb_nproducts = 1597;
+const int usb_nproducts = 1599;
Home |
Main Index |
Thread Index |
Old Index