Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Add support for Panasonic N5HBZ0000055, from Dav...
details: https://anonhg.NetBSD.org/src/rev/40fed249bee9
branches: trunk
changeset: 836212:40fed249bee9
user: martin <martin%NetBSD.org@localhost>
date: Wed Oct 03 10:02:08 2018 +0000
description:
Add support for Panasonic N5HBZ0000055, from David H. Gutteridge
in PR kern/53647.
diffstat:
sys/dev/usb/if_athn_usb.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 94a6945db4b6 -r 40fed249bee9 sys/dev/usb/if_athn_usb.c
--- a/sys/dev/usb/if_athn_usb.c Wed Oct 03 10:00:29 2018 +0000
+++ b/sys/dev/usb/if_athn_usb.c Wed Oct 03 10:02:08 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_athn_usb.c,v 1.30 2018/09/12 21:57:18 christos Exp $ */
+/* $NetBSD: if_athn_usb.c,v 1.31 2018/10/03 10:02:08 martin 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.30 2018/09/12 21:57:18 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_athn_usb.c,v 1.31 2018/10/03 10:02:08 martin Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -225,6 +225,7 @@
_D( NETGEAR, NETGEAR_WNDA3200, AR7010 ),
_D( VIA, VIA_AR9271, NONE ),
_D( MELCO, MELCO_CEWL_1, AR7010 ),
+ _D( PANASONIC, PANASONIC_N5HBZ0000055, AR7010 ),
#undef _D
};
Home |
Main Index |
Thread Index |
Old Index