Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Andrius V in PR kern/53461: add support for D-Li...



details:   https://anonhg.NetBSD.org/src/rev/5d3db6511bcc
branches:  trunk
changeset: 320801:5d3db6511bcc
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Jul 20 16:38:42 2018 +0000

description:
Andrius V in PR kern/53461: add support for D-Link DUB-1312

diffstat:

 sys/dev/usb/if_axen.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 739ae5de05e7 -r 5d3db6511bcc sys/dev/usb/if_axen.c
--- a/sys/dev/usb/if_axen.c     Fri Jul 20 16:37:32 2018 +0000
+++ b/sys/dev/usb/if_axen.c     Fri Jul 20 16:38:42 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_axen.c,v 1.13 2018/06/26 06:48:02 msaitoh Exp $     */
+/*     $NetBSD: if_axen.c,v 1.14 2018/07/20 16:38:42 martin Exp $      */
 /*     $OpenBSD: if_axen.c,v 1.3 2013/10/21 10:10:22 yuo Exp $ */
 
 /*
@@ -23,7 +23,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_axen.c,v 1.13 2018/06/26 06:48:02 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_axen.c,v 1.14 2018/07/20 16:38:42 martin Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -79,7 +79,8 @@
 #if 0 /* not tested */
        { { USB_VENDOR_ASIX, USB_PRODUCT_ASIX_AX88178A}, AX178A },
 #endif
-       { { USB_VENDOR_ASIX, USB_PRODUCT_ASIX_AX88179}, AX179 }
+       { { USB_VENDOR_ASIX, USB_PRODUCT_ASIX_AX88179}, AX179 },
+       { { USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DUB1312}, AX179 }
 };
 
 #define axen_lookup(v, p) ((const struct axen_type *)usb_lookup(axen_devs, v, p))



Home | Main Index | Thread Index | Old Index