Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Add support for the QUAN DM9601.



details:   https://anonhg.NetBSD.org/src/rev/e2a1f79a1f66
branches:  trunk
changeset: 777454:e2a1f79a1f66
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Sun Feb 19 14:56:16 2012 +0000

description:
Add support for the QUAN DM9601.
>From Loganaden Velvindron <loganaden%wolfman.devio.us@localhost>.

diffstat:

 sys/dev/usb/if_udav.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 81c2653e3da5 -r e2a1f79a1f66 sys/dev/usb/if_udav.c
--- a/sys/dev/usb/if_udav.c     Sun Feb 19 14:55:41 2012 +0000
+++ b/sys/dev/usb/if_udav.c     Sun Feb 19 14:56:16 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_udav.c,v 1.34 2012/02/02 19:43:07 tls Exp $ */
+/*     $NetBSD: if_udav.c,v 1.35 2012/02/19 14:56:16 mbalmer Exp $     */
 /*     $nabe: if_udav.c,v 1.3 2003/08/21 16:57:19 nabe Exp $   */
 /*
  * Copyright (c) 2003
@@ -44,7 +44,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_udav.c,v 1.34 2012/02/02 19:43:07 tls Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_udav.c,v 1.35 2012/02/19 14:56:16 mbalmer Exp $");
 
 #include "opt_inet.h"
 
@@ -154,6 +154,8 @@
        {{ USB_VENDOR_SHANTOU, USB_PRODUCT_SHANTOU_ADM8515 }, 0},
        /* SUNRISING SR9600 */
        {{ USB_VENDOR_SUNRISING, USB_PRODUCT_SUNRISING_SR9600 }, 0 },
+       /* QUAN DM9601 */
+       {{USB_VENDOR_QUAN, USB_PRODUCT_QUAN_DM9601 }, 0},
 #if 0
        /* DAVICOM DM9601 Generic? */
        /*  XXX: The following ids was obtained from the data sheet. */



Home | Main Index | Thread Index | Old Index