diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2018-03-09 08:32:36 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2018-03-09 08:32:36 +0000 |
commit | 869fb8a748a9644922808e59ede87a32ad66a9d7 (patch) | |
tree | ef154e4073e8c0c0d1a58c54a30dfae1149bebcc /sys/dev/usb/usbdevs | |
parent | f2929c812cfc9a2de2aa1e984681a166727a52f8 (diff) |
Add USB device IDs for Edimax EW7611ULB, EW7822ULC, RTL8723BU, and
D-Link DWA-182 rev D1.
ok stsp@
Diffstat (limited to 'sys/dev/usb/usbdevs')
-rw-r--r-- | sys/dev/usb/usbdevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 368783f83c4..54e4b217c09 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.681 2018/01/30 20:56:38 zhuk Exp $ +$OpenBSD: usbdevs,v 1.682 2018/03/09 08:32:35 kevlo Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -1532,6 +1532,7 @@ product DLINK DWA125D1 0x330f DWA-125 rev D1 product DLINK DWA123D1 0x3310 DWA-123 rev D1 product DLINK DWA137A1 0x3317 DWA-137 rev A1 product DLINK DWA131E1 0x3319 DWA-131 rev E1 +product DLINK DWA182D1 0x331c DWA-182 rev D1 product DLINK DWL122 0x3700 DWL-122 product DLINK DWLG120 0x3701 DWL-G120 product DLINK DWL120F 0x3702 DWL-120 rev F @@ -1651,6 +1652,8 @@ product EDIMAX EW7718 0x7718 EW-7718 product EDIMAX EW7722UTN 0x7722 EW-7722UTn product EDIMAX EW7811UN 0x7811 EW-7811Un product EDIMAX RTL8192CU 0x7822 RTL8192CU +product EDIMAX EW7611ULB 0xa611 EW-7611ULB +product EDIMAX EW7822ULC 0xb822 EW-7822ULC /* eGalax Products */ product EGALAX TPANEL 0x0001 Touch Panel @@ -3602,6 +3605,7 @@ product REALTEK RTL8188CU_5 0x819a RTL8188CU product REALTEK RTL8712 0x8712 RTL8712 product REALTEK RTL8713 0x8712 RTL8713 product REALTEK RTL8188CU_COMBO 0x8754 RTL8188CU +product REALTEK RTL8723BU 0xb720 RTL8723BU product REALTEK RTL8192SU 0xc512 RTL8192SU /* Renesas products */ |