Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Realtek 8187B
details: https://anonhg.NetBSD.org/src/rev/6f7220c6cb1b
branches: trunk
changeset: 760598:6f7220c6cb1b
user: is <is%NetBSD.org@localhost>
date: Sat Jan 08 22:02:49 2011 +0000
description:
Realtek 8187B
diffstat:
sys/dev/usb/usbdevs | 3 ++-
sys/dev/usb/usbdevs.h | 5 +++--
sys/dev/usb/usbdevs_data.h | 10 +++++++---
3 files changed, 12 insertions(+), 6 deletions(-)
diffs (74 lines):
diff -r c7f2fab9e76a -r 6f7220c6cb1b sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs Sat Jan 08 21:30:24 2011 +0000
+++ b/sys/dev/usb/usbdevs Sat Jan 08 22:02:49 2011 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.573 2010/12/30 19:27:51 jakllsch Exp $
+$NetBSD: usbdevs,v 1.574 2011/01/08 22:02:49 is Exp $
/*
* Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -2287,6 +2287,7 @@
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
/* Research In Motion */
product RIM BLACKBERRY 0x0001 BlackBerry
diff -r c7f2fab9e76a -r 6f7220c6cb1b sys/dev/usb/usbdevs.h
--- a/sys/dev/usb/usbdevs.h Sat Jan 08 21:30:24 2011 +0000
+++ b/sys/dev/usb/usbdevs.h Sat Jan 08 22:02:49 2011 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs.h,v 1.566 2010/12/30 19:28:52 jakllsch Exp $ */
+/* $NetBSD: usbdevs.h,v 1.567 2011/01/08 22:04:19 is Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.573 2010/12/30 19:27:51 jakllsch Exp
+ * NetBSD: usbdevs,v 1.574 2011/01/08 22:02:49 is Exp
*/
/*
@@ -2294,6 +2294,7 @@
#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 */
/* Research In Motion */
#define USB_PRODUCT_RIM_BLACKBERRY 0x0001 /* BlackBerry */
diff -r c7f2fab9e76a -r 6f7220c6cb1b sys/dev/usb/usbdevs_data.h
--- a/sys/dev/usb/usbdevs_data.h Sat Jan 08 21:30:24 2011 +0000
+++ b/sys/dev/usb/usbdevs_data.h Sat Jan 08 22:02:49 2011 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: usbdevs_data.h,v 1.567 2010/12/30 19:28:52 jakllsch Exp $ */
+/* $NetBSD: usbdevs_data.h,v 1.568 2011/01/08 22:04:19 is Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: usbdevs,v 1.573 2010/12/30 19:27:51 jakllsch Exp
+ * NetBSD: usbdevs,v 1.574 2011/01/08 22:02:49 is Exp
*/
/*
@@ -6823,6 +6823,10 @@
"RTL8187",
},
{
+ USB_VENDOR_REALTEK, USB_PRODUCT_REALTEK_RTL8187B,
+ "RTL8187B WLAN Adapter",
+ },
+ {
USB_VENDOR_RIM, USB_PRODUCT_RIM_BLACKBERRY,
"BlackBerry",
},
@@ -8387,4 +8391,4 @@
"Prestige",
},
};
-const int usb_nproducts = 1596;
+const int usb_nproducts = 1597;
Home |
Main Index |
Thread Index |
Old Index