diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2022-01-07 13:00:36 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2022-01-07 13:02:30 +0000 |
| commit | 2891a2805289dc4fe221eb4901b9edb6f9559dd8 (patch) | |
| tree | 7d7a174556bdd503ebe960e51962897169439c2a | |
| parent | 34bedcee3c5a8640f3e344218b47c2d970df78ed (diff) | |
| download | src-2891a2805289dc4fe221eb4901b9edb6f9559dd8.tar.gz src-2891a2805289dc4fe221eb4901b9edb6f9559dd8.zip | |
rtwn(4): Add new USB ID.
Submitted by: arved@
PR: 260952
MFC after: 1 week
Sponsored by: NVIDIA Networking
| -rw-r--r-- | sys/dev/rtwn/usb/rtwn_usb_attach.h | 1 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/rtwn/usb/rtwn_usb_attach.h b/sys/dev/rtwn/usb/rtwn_usb_attach.h index 35713246dfb6..f5d9e97b66ef 100644 --- a/sys/dev/rtwn/usb/rtwn_usb_attach.h +++ b/sys/dev/rtwn/usb/rtwn_usb_attach.h @@ -120,6 +120,7 @@ static const STRUCT_USB_HOST_ID rtwn_devs[] = { RTWN_RTL8188EU_DEV(ASUS, USBN10NANOB1), RTWN_RTL8188EU_DEV(DLINK, DWA123D1), RTWN_RTL8188EU_DEV(DLINK, DWA125D1), + RTWN_RTL8188EU_DEV(EDIMAX, EW7811UN_V2), RTWN_RTL8188EU_DEV(ELECOM, WDC150SU2M), RTWN_RTL8188EU_DEV(TPLINK, WN722NV2), RTWN_RTL8188EU_DEV(TPLINK, WN727NV5), diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 4f3a5c8dbd12..9c2206c6e74f 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1843,6 +1843,7 @@ product EDIMAX RTL8192CU 0x7822 RTL8192CU product EDIMAX EW7811UTC_1 0xa811 EW-7811UTC product EDIMAX EW7811UTC_2 0xa812 EW-7811UTC product EDIMAX EW7822UAC 0xa822 EW-7822UAC +product EDIMAX EW7811UN_V2 0xb811 EW-7811UN V2 /* eGalax Products */ product EGALAX TPANEL 0x0001 Touch Panel |
