FreeBSD Bugzilla – Attachment 199671 Details for
Bug 233638
missing hardware ids for WLA-1000 and TL-WN722N v2 wireless dongles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for Sitecom WLA-1000 and TP-Link TL-WN722N v2
ids.diff (text/plain), 2.01 KB, created by
cezary.sliwa
on 2018-11-29 14:42:43 UTC
(
hide
)
Description:
patch for Sitecom WLA-1000 and TP-Link TL-WN722N v2
Filename:
MIME Type:
Creator:
cezary.sliwa
Created:
2018-11-29 14:42:43 UTC
Size:
2.01 KB
patch
obsolete
>--- /usr/src/sys/dev/usb/usbdevs.orig 2018-11-26 10:31:56.502849000 +0100 >+++ /usr/src/sys/dev/usb/usbdevs 2018-11-25 18:22:59.388044000 +0100 >@@ -4231,6 +4231,7 @@ > product SITECOMEU RT3072_5 0x004a RT3072 > product SITECOMEU WL349V1 0x004b WL-349 v1 > product SITECOMEU RT3072_6 0x004d RT3072 >+product SITECOMEU WLA1000 0x005b WLA-1000 > product SITECOMEU RTL8188CU_1 0x0052 RTL8188CU > product SITECOMEU RTL8188CU_2 0x005c RTL8188CU > product SITECOMEU RTL8192CU 0x0061 RTL8192CU >--- /usr/src/sys/dev/usb/wlan/if_rsu.c.orig 2018-11-26 10:35:07.597418000 +0100 >+++ /usr/src/sys/dev/usb/wlan/if_rsu.c 2018-11-26 10:13:58.186218000 +0100 >@@ -113,6 +113,7 @@ > RSU_HT_NOT_SUPPORTED) } > RSU_DEV(ASUS, RTL8192SU), > RSU_DEV(AZUREWAVE, RTL8192SU_4), >+ RSU_DEV(SITECOMEU, WLA1000), > RSU_DEV_HT(ACCTON, RTL8192SU), > RSU_DEV_HT(ASUS, USBN10), > RSU_DEV_HT(AZUREWAVE, RTL8192SU_1), >--- /usr/src/sys/dev/usb/usbdevs.orig 2018-11-28 21:35:10.162502000 +0100 >+++ /usr/src/sys/dev/usb/usbdevs 2018-11-28 21:34:29.197299000 +0100 >@@ -742,6 +742,7 @@ > vendor ERICSSON 0x2282 Ericsson > vendor MOTOROLA2 0x22b8 Motorola > vendor WETELECOM 0x22de WeTelecom >+vendor TPLINK 0x235d TP-Link > vendor WESTMOUNTAIN 0x2405 West Mountain Radio > vendor TRIPPLITE 0x2478 Tripp-Lite > vendor HIROSE 0x2631 Hirose Electric >@@ -4479,6 +4480,9 @@ > product TOSHIBA HSDPA 0x1302 G450 modem > product TOSHIBA TRANSMEMORY 0x6545 USB ThumbDrive > >+/* TP-Link products */ >+product TPLINK TLWN722N 0x010c TL-WN722N >+ > /* Trek Technology products */ > product TREK THUMBDRIVE 0x1111 ThumbDrive > product TREK MEMKEY 0x8888 IBM USB Memory Key >--- /usr/src/sys/dev/urtwn/if_urtwn.c.orig 2018-11-28 21:36:45.946438000 +0100 >+++ /usr/src/sys/dev/urtwn/if_urtwn.c 2018-11-28 21:26:20.028187000 +0100 >@@ -186,6 +186,7 @@ > URTWN_RTL8188E_DEV(DLINK, DWA123D1), > URTWN_RTL8188E_DEV(DLINK, DWA125D1), > URTWN_RTL8188E_DEV(ELECOM, WDC150SU2M), >+ URTWN_RTL8188E_DEV(TPLINK, TLWN722N), > URTWN_RTL8188E_DEV(REALTEK, RTL8188ETV), > URTWN_RTL8188E_DEV(REALTEK, RTL8188EU), > #undef URTWN_RTL8188E_DEV
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 233638
: 199671