NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kern/51529: D-Link DWA 125 rev. D1 USB wireless network adapter support
>Number: 51529
>Category: kern
>Synopsis: D-Link DWA 125 rev. D1 USB wireless network adapter support
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: kern-bug-people
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Tue Oct 04 17:45:00 +0000 2016
>Originator: Jake Slazenger
>Release: NetBSD-7.0.1
>Organization:
>Environment:
NetBSD 7.0_STABLE NetBSD 7.0_STABLE (RUSTY) #0: Tue Sep 20 15:21:22 MSK 2016 root@:/usr/obj/sys/arch/amd64/compile/RUSTY amd64
>Description:
Support for D-Link DWA 125 rev.D1 USB wireless network adapter via urtwn driver.
>How-To-Repeat:
>Fix:
? urtwn.patch
? arch/amd64/conf/RUSTY
Index: dev/usb/if_urtwn.c
===================================================================
RCS file: /cvsroot/src/sys/dev/usb/if_urtwn.c,v
retrieving revision 1.34
diff -u -r1.34 if_urtwn.c
--- dev/usb/if_urtwn.c 25 Jul 2014 15:07:03 -0000 1.34
+++ dev/usb/if_urtwn.c 4 Oct 2016 17:13:35 -0000
@@ -167,6 +167,7 @@
URTWN_RTL8188E_DEV(ELECOM, WDC150SU2M),
URTWN_RTL8188E_DEV(REALTEK, RTL8188ETV),
URTWN_RTL8188E_DEV(REALTEK, RTL8188EU),
+ URTWN_RTL8188E_DEV(DLINK, DWA125D1),
};
#undef URTWN_DEV
#undef URTWN_RTL8188E_DEV
Index: dev/usb/usbdevs.h
===================================================================
RCS file: /cvsroot/src/sys/dev/usb/usbdevs.h,v
retrieving revision 1.672.2.4
diff -u -r1.672.2.4 usbdevs.h
--- dev/usb/usbdevs.h 18 Oct 2015 09:03:22 -0000 1.672.2.4
+++ dev/usb/usbdevs.h 4 Oct 2016 17:13:36 -0000
@@ -1327,6 +1327,7 @@
#define USB_PRODUCT_DLINK_RTL8188CU 0x3308 /* RTL8188CU */
#define USB_PRODUCT_DLINK_RTL8192CU_2 0x3309 /* RTL8192CU */
#define USB_PRODUCT_DLINK_RTL8192CU_3 0x330a /* RTL8192CU */
+#define USB_PRODUCT_DLINK_DWA125D1 0x330f /* DWA-125 rev D1 */
#define USB_PRODUCT_DLINK_DWL122 0x3700 /* Wireless DWL122 */
#define USB_PRODUCT_DLINK_DWLG120 0x3701 /* DWL-G120 */
#define USB_PRODUCT_DLINK_DWL120F 0x3702 /* DWL-120 rev F */
Home |
Main Index |
Thread Index |
Old Index