Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Recognize the Ralink RT5370 adapter. It has been...
details: https://anonhg.NetBSD.org/src/rev/195847614eaa
branches: trunk
changeset: 353416:195847614eaa
user: hauke <hauke%NetBSD.org@localhost>
date: Thu May 04 14:07:34 2017 +0000
description:
Recognize the Ralink RT5370 adapter. It has been in usbdevs for a while.
diffstat:
sys/dev/usb/if_run.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 08cbba04dada -r 195847614eaa sys/dev/usb/if_run.c
--- a/sys/dev/usb/if_run.c Thu May 04 14:07:33 2017 +0000
+++ b/sys/dev/usb/if_run.c Thu May 04 14:07:34 2017 +0000
@@ -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 @@
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),
Home |
Main Index |
Thread Index |
Old Index