Module Name:    src
Committed By:   martin
Date:           Wed Oct  3 10:02:08 UTC 2018

Modified Files:
        src/sys/dev/usb: if_athn_usb.c

Log Message:
Add support for Panasonic N5HBZ0000055, from David H. Gutteridge
in PR kern/53647.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/usb/if_athn_usb.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_athn_usb.c
diff -u src/sys/dev/usb/if_athn_usb.c:1.30 src/sys/dev/usb/if_athn_usb.c:1.31
--- src/sys/dev/usb/if_athn_usb.c:1.30	Wed Sep 12 21:57:18 2018
+++ src/sys/dev/usb/if_athn_usb.c	Wed Oct  3 10:02:08 2018
@@ -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 @@ athn_usb_lookup(int vendor, int product)
 		_D( NETGEAR,	NETGEAR_WNDA3200,	AR7010 ),
 		_D( VIA,	VIA_AR9271,		NONE ),
 		_D( MELCO,	MELCO_CEWL_1,		AR7010 ),
+		_D( PANASONIC,	PANASONIC_N5HBZ0000055,	AR7010 ),
 #undef _D
 	};
 

Reply via email to