Module Name: src
Committed By: hauke
Date: Thu May 4 14:07:34 UTC 2017
Modified Files:
src/sys/dev/usb: if_run.c
Log Message:
Recognize the Ralink RT5370 adapter. It has been in usbdevs for a while.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/usb/if_run.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_run.c
diff -u src/sys/dev/usb/if_run.c:1.21 src/sys/dev/usb/if_run.c:1.22
--- src/sys/dev/usb/if_run.c:1.21 Fri Nov 25 12:56:29 2016
+++ src/sys/dev/usb/if_run.c Thu May 4 14:07:34 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: if_run.c,v 1.21 2016/11/25 12:56:29 skrll Exp $ */
+/* $NetBSD: if_run.c,v 1.22 2017/05/04 14:07:34 hauke Exp $ */
/* $OpenBSD: if_run.c,v 1.90 2012/03/24 15:11:04 jsg Exp $ */
/*-
@@ -23,7 +23,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_run.c,v 1.21 2016/11/25 12:56:29 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_run.c,v 1.22 2017/05/04 14:07:34 hauke Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -257,6 +257,7 @@ static const struct usb_devno run_devs[]
USB_ID(RALINK, RT3072),
USB_ID(RALINK, RT3370),
USB_ID(RALINK, RT3572),
+ USB_ID(RALINK, RT5370),
USB_ID(RALINK, RT5572),
USB_ID(RALINK, RT8070),
USB_ID(SAMSUNG, RT2870_1),