Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Match BUFFALO CEWL-1 (Sony UWA-BR100 WLAN)
details: https://anonhg.NetBSD.org/src/rev/c9fdfc37e338
branches: trunk
changeset: 356875:c9fdfc37e338
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Wed Oct 18 16:01:58 2017 +0000
description:
Match BUFFALO CEWL-1 (Sony UWA-BR100 WLAN)
diffstat:
sys/dev/usb/if_athn_usb.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 5a9cc7784396 -r c9fdfc37e338 sys/dev/usb/if_athn_usb.c
--- a/sys/dev/usb/if_athn_usb.c Wed Oct 18 16:01:21 2017 +0000
+++ b/sys/dev/usb/if_athn_usb.c Wed Oct 18 16:01:58 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_athn_usb.c,v 1.23 2017/09/23 14:27:44 skrll Exp $ */
+/* $NetBSD: if_athn_usb.c,v 1.24 2017/10/18 16:01:58 jmcneill Exp $ */
/* $OpenBSD: if_athn_usb.c,v 1.12 2013/01/14 09:50:31 jsing Exp $ */
/*-
@@ -22,7 +22,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_athn_usb.c,v 1.23 2017/09/23 14:27:44 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_athn_usb.c,v 1.24 2017/10/18 16:01:58 jmcneill Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -223,7 +223,8 @@
_D( LITEON, LITEON_AR9271, NONE ),
_D( NETGEAR, NETGEAR_WNA1100, NONE ),
_D( NETGEAR, NETGEAR_WNDA3200, AR7010 ),
- _D( VIA, VIA_AR9271, NONE )
+ _D( VIA, VIA_AR9271, NONE ),
+ _D( MELCO, MELCO_CEWL_1, AR7010 ),
#undef _D
};
Home |
Main Index |
Thread Index |
Old Index