diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-08-24 04:05:13 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-08-24 04:05:13 +0000 |
commit | bf3328c0426ddf4a16f42c5ae7d58c1b574d90ae (patch) | |
tree | 484a91fe693e687913fd50b22da601afaa3c0677 | |
parent | c24c964b7a243e372a449e7fde2341f2744ee05a (diff) |
Add some additional urtwn ids found in the linux rtl8192cu driver.
ok stsp@
-rw-r--r-- | sys/dev/usb/usbdevs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 6473b13f4a0..7119680327d 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.655 2015/08/22 15:10:19 stsp Exp $ +$OpenBSD: usbdevs,v 1.656 2015/08/24 04:05:12 jsg Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -3136,6 +3136,7 @@ product NETGEAR WNA1100 0x9030 WNA1100 product NETGEAR WNA1000 0x9040 WNA1000 product NETGEAR WNA1000M 0x9041 WNA1000M product NETGEAR WNA1000Mv2 0x9043 WNA1000Mv2 +product NETGEAR N300MA 0xf001 N300MA /* Netgear(2) products */ product NETGEAR2 MA101 0x4100 MA101 @@ -3533,6 +3534,7 @@ product RATOC REXUSB60F 0xb020 REX-USB60F product REALTEK RTL8188ETV 0x0179 RTL8188ETV product REALTEK RTL8188CTV 0x018a RTL8188CTV product REALTEK RTL8188RU_2 0x317f RTL8188RU +product REALTEK RTL8188CU_4 0x5088 RTL8188CU product REALTEK RTL8150 0x8150 RTL8150 product REALTEK RTL8151 0x8151 RTL8151 PNA product REALTEK RTL8152 0x8152 RTL8152 @@ -3552,6 +3554,7 @@ product REALTEK RTL8192CE 0x817c RTL8192CE product REALTEK RTL8188RU 0x817d RTL8188RU product REALTEK RTL8188CE_1 0x817e RTL8188CE product REALTEK RTL8188RU_3 0x817f RTL8188RU +product REALTEK RTL8192CE_VAU 0x8186 RTL8192CE product REALTEK RTL8187 0x8187 RTL8187 product REALTEK RTL8187B_0 0x8189 RTL8187B product REALTEK RTL8188CUS 0x818a RTL8188CUS @@ -3559,6 +3562,7 @@ product REALTEK RTL8188CU_3 0x8191 RTL8188CU product REALTEK RTL8187B_1 0x8197 RTL8187B product REALTEK RTL8192U 0x8192 RTL8192U product REALTEK RTL8187B_2 0x8198 RTL8187B +product REALTEK RTL8188CU_5 0x819a RTL8188CU product REALTEK RTL8712 0x8712 RTL8712 product REALTEK RTL8713 0x8712 RTL8713 product REALTEK RTL8188CU_COMBO 0x8754 RTL8188CU @@ -3950,6 +3954,7 @@ product SITECOMEU WLA5000 0x0062 WLA-5000 product SITECOMEU LN028 0x061c LN-028 product SITECOMEU RTL8192CU_2 0x0070 RTL8192CU product SITECOMEU LN032 0x0072 LN-032 +product SITECOMEU WLA2100V2 0x0077 WLA-2100 v2 product SITECOMEU WL113 0x9071 WL-113 product SITECOMEU ZD1211B 0x9075 ZD1211B product SITECOMEU WL172 0x90ac WL-172 |