Module Name: src
Committed By: christos
Date: Thu Sep 8 22:06:54 UTC 2011
Modified Files:
src/sys/dev/usb: if_rum.c
Log Message:
PR/45344: Pierre Allegraud: Added Dlink DWA-110 in rum(4)
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/dev/usb/if_rum.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/if_rum.c
diff -u src/sys/dev/usb/if_rum.c:1.39 src/sys/dev/usb/if_rum.c:1.40
--- src/sys/dev/usb/if_rum.c:1.39 Wed Aug 24 22:27:31 2011
+++ src/sys/dev/usb/if_rum.c Thu Sep 8 18:06:54 2011
@@ -1,5 +1,5 @@
/* $OpenBSD: if_rum.c,v 1.40 2006/09/18 16:20:20 damien Exp $ */
-/* $NetBSD: if_rum.c,v 1.39 2011/08/25 02:27:31 pgoyette Exp $ */
+/* $NetBSD: if_rum.c,v 1.40 2011/09/08 22:06:54 christos Exp $ */
/*-
* Copyright (c) 2005-2007 Damien Bergamini <[email protected]>
@@ -24,7 +24,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_rum.c,v 1.39 2011/08/25 02:27:31 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_rum.c,v 1.40 2011/09/08 22:06:54 christos Exp $");
#include <sys/param.h>
@@ -105,6 +105,7 @@
{ USB_VENDOR_DICKSMITH, USB_PRODUCT_DICKSMITH_RT2573 },
{ USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_DWLG122C1 },
{ USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_WUA1340 },
+ { USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_DWA110 },
{ USB_VENDOR_DLINK2, USB_PRODUCT_DLINK2_DWA111 },
{ USB_VENDOR_GIGABYTE, USB_PRODUCT_GIGABYTE_GNWB01GS },
{ USB_VENDOR_GIGABYTE, USB_PRODUCT_GIGABYTE_GNWI05GS },