add Melco(Buffalo) WLI-UC-G 11b/11g wifi adaptor (rt2573).

This works fine for 11b, but unstable for 11g.
This commit is contained in:
tshiozak 2009-08-02 20:55:45 +00:00
parent 50333a0e5c
commit 591b8c1e16
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* $OpenBSD: if_rum.c,v 1.40 2006/09/18 16:20:20 damien Exp $ */
/* $NetBSD: if_rum.c,v 1.26 2009/03/18 16:00:20 cegger Exp $ */
/* $NetBSD: if_rum.c,v 1.27 2009/08/02 20:55:45 tshiozak Exp $ */
/*-
* Copyright (c) 2005-2007 Damien Bergamini <damien.bergamini@free.fr>
@ -24,7 +24,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_rum.c,v 1.26 2009/03/18 16:00:20 cegger Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_rum.c,v 1.27 2009/08/02 20:55:45 tshiozak Exp $");
#include "bpfilter.h"
@ -116,6 +116,7 @@ static const struct usb_devno rum_devs[] = {
{ USB_VENDOR_HUAWEI3COM, USB_PRODUCT_HUAWEI3COM_RT2573 },
{ USB_VENDOR_MELCO, USB_PRODUCT_MELCO_G54HP },
{ USB_VENDOR_MELCO, USB_PRODUCT_MELCO_SG54HP },
{ USB_VENDOR_MELCO, USB_PRODUCT_MELCO_WLIUCG },
{ USB_VENDOR_MSI, USB_PRODUCT_MSI_RT2573 },
{ USB_VENDOR_MSI, USB_PRODUCT_MSI_RT2573_2 },
{ USB_VENDOR_MSI, USB_PRODUCT_MSI_RT2573_3 },