FreeBSD Bugzilla – Attachment 223261 Details for
Bug 254280
[PATCH] Add USB product ID for Asus USB N10 Nano Rev. B1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to add USB product ID for Asus USB N10 Nano Rev. B1 to if_rtwn_usb(4).
N10nanoB1.patch (text/plain), 942 bytes, created by
mickey242
on 2021-03-14 15:21:27 UTC
(
hide
)
Description:
Patch to add USB product ID for Asus USB N10 Nano Rev. B1 to if_rtwn_usb(4).
Filename:
MIME Type:
Creator:
mickey242
Created:
2021-03-14 15:21:27 UTC
Size:
942 bytes
patch
obsolete
>--- sys/dev/usb/usbdevs.orig 2021-03-08 11:50:29.129498000 +0100 >+++ sys/dev/usb/usbdevs 2021-03-08 11:53:15.847843000 +0100 >@@ -1265,6 +1265,7 @@ > product ASUS RTL8192CU 0x17ab RTL8192CU > product ASUS USBN66 0x17ad USB-N66 > product ASUS USBN10NANO 0x17ba USB-N10 Nano >+product ASUS USBN10NANOB1 0x18f0 USB-N10 Nano rev. B1 > product ASUS USBAC51 0x17d1 USB-AC51 > product ASUS USBAC56 0x17d2 USB-AC56 > product ASUS A730W 0x4202 ASUS MyPal A730W >--- sys/dev/rtwn/usb/rtwn_usb_attach.h.orig 2021-03-08 11:54:44.748571000 +0100 >+++ sys/dev/rtwn/usb/rtwn_usb_attach.h 2021-03-08 11:57:55.071384000 +0100 >@@ -117,6 +117,7 @@ > #define RTWN_RTL8188EU_DEV(v,p) \ > { USB_VPI(USB_VENDOR_##v, USB_PRODUCT_##v##_##p, RTWN_CHIP_RTL8188EU) } > RTWN_RTL8188EU_DEV(ABOCOM, RTL8188EU), >+ RTWN_RTL8188EU_DEV(ASUS, USBN10NANOB1), > RTWN_RTL8188EU_DEV(DLINK, DWA123D1), > RTWN_RTL8188EU_DEV(DLINK, DWA125D1), > RTWN_RTL8188EU_DEV(ELECOM, WDC150SU2M),
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 254280
: 223261