Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Remove duplicate USB_PRODUCT_LINKSYS3_WUSB11V28 ...



details:   https://anonhg.NetBSD.org/src/rev/70ba5eca0e07
branches:  trunk
changeset: 753023:70ba5eca0e07
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Mon Mar 15 00:17:55 2010 +0000

description:
Remove duplicate USB_PRODUCT_LINKSYS3_WUSB11V28 entry.
Pointed out by <db%db.net@localhost> in #NetBSD-code.

diffstat:

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

diffs (27 lines):

diff -r d8532ba8d89c -r 70ba5eca0e07 sys/dev/usb/if_atu.c
--- a/sys/dev/usb/if_atu.c      Sun Mar 14 23:32:08 2010 +0000
+++ b/sys/dev/usb/if_atu.c      Mon Mar 15 00:17:55 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_atu.c,v 1.36 2010/02/28 15:52:16 snj Exp $ */
+/*     $NetBSD: if_atu.c,v 1.37 2010/03/15 00:17:55 jakllsch Exp $ */
 /*     $OpenBSD: if_atu.c,v 1.48 2004/12/30 01:53:21 dlg Exp $ */
 /*
  * Copyright (c) 2003, 2004
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_atu.c,v 1.36 2010/02/28 15:52:16 snj Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_atu.c,v 1.37 2010/03/15 00:17:55 jakllsch Exp $");
 
 
 #include <sys/param.h>
@@ -132,8 +132,6 @@
          RadioRFMD,            ATU_NO_QUIRK },
        { USB_VENDOR_ATMEL,     USB_PRODUCT_ATMEL_WL1130,
          RadioRFMD2958,        ATU_NO_QUIRK },
-       { USB_VENDOR_LINKSYS3,  USB_PRODUCT_LINKSYS3_WUSB11V28,
-         RadioRFMD2958,        ATU_NO_QUIRK },
        { USB_VENDOR_AINCOMM,   USB_PRODUCT_AINCOMM_AWU2000B,
          RadioRFMD2958,        ATU_NO_QUIRK },
        /* SMC2662 V.4 */



Home | Main Index | Thread Index | Old Index