FreeBSD Bugzilla – Attachment 167290 Details for
Bug 207412
urtwn: add entry for AboCom 802.11n usb device
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
urtwn: add entry for AboCom 802.11n usb device
0001-urtwn-add-entry-for-AboCom-802.11n-usb-device.patch (text/plain), 1.20 KB, created by
pitwuu
on 2016-02-22 10:38:09 UTC
(
hide
)
Description:
urtwn: add entry for AboCom 802.11n usb device
Filename:
MIME Type:
Creator:
pitwuu
Created:
2016-02-22 10:38:09 UTC
Size:
1.20 KB
patch
obsolete
>From fe491adcb4fddc383c83878ecd38862867248ad8 Mon Sep 17 00:00:00 2001 >From: sinetek <pitwuu@gmail.com> >Date: Mon, 22 Feb 2016 17:26:01 +0700 >Subject: [PATCH] urtwn: add entry for AboCom 802.11n usb device > >--- > sys/dev/usb/usbdevs | 1 + > sys/dev/usb/wlan/if_urtwn.c | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs >index e4dfd37..85de31b 100644 >--- a/sys/dev/usb/usbdevs >+++ b/sys/dev/usb/usbdevs >@@ -833,6 +833,7 @@ product ABOCOM RT2573_4 0xb21e RT2573 > product ABOCOM RTL8188CU_1 0x8188 RTL8188CU > product ABOCOM RTL8188CU_2 0x8189 RTL8188CU > product ABOCOM RTL8192CU 0x8178 RTL8192CU >+product ABOCOM RTL8188EU 0x8179 RTL8188EU > product ABOCOM WUG2700 0xb21f WUG2700 > > /* Acton Research Corp. */ >diff --git a/sys/dev/usb/wlan/if_urtwn.c b/sys/dev/usb/wlan/if_urtwn.c >index 2475727..ff4b9ce 100644 >--- a/sys/dev/usb/wlan/if_urtwn.c >+++ b/sys/dev/usb/wlan/if_urtwn.c >@@ -155,6 +155,7 @@ static const STRUCT_USB_HOST_ID urtwn_devs[] = { > URTWN_RTL8188E_DEV(DLINK, DWA125D1), > URTWN_RTL8188E_DEV(REALTEK, RTL8188ETV), > URTWN_RTL8188E_DEV(REALTEK, RTL8188EU), >+ URTWN_RTL8188E_DEV(ABOCOM, RTL8188EU), > #undef URTWN_RTL8188E_DEV > #undef URTWN_DEV > }; >-- >2.4.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207412
: 167290