diff options
| author | is <is@NetBSD.org> | 2011-01-09 14:30:36 +0000 |
|---|---|---|
| committer | is <is@NetBSD.org> | 2011-01-09 14:30:36 +0000 |
| commit | 3efacbf140db9a4504167cdcb9ddbf7af6547d28 (patch) | |
| tree | 7877cec3570afcac5502fbe79d3915a0d3e98d08 /sys/dev/usb/usbdevs.h | |
| parent | 3f240e01143d6ffdb41f8d8e058f70a54ac39f51 (diff) | |
some more 8187B variants. From OpenBSD
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
| -rw-r--r-- | sys/dev/usb/usbdevs.h | 8 |
1 files changed, 5 insertions, 3 deletions
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 */ |
