Add MELCO LUA-U2-KTX 10/100 USB network interface IDs. Uses uax driver.
This commit is contained in:
parent
66e744eb8b
commit
4e9f2db432
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_uax.c,v 1.9 2003/10/15 08:28:29 tron Exp $ */
|
||||
/* $NetBSD: if_uax.c,v 1.10 2003/12/22 10:27:51 sekiya Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2003 The NetBSD Foundation, Inc.
|
||||
|
@ -51,7 +51,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_uax.c,v 1.9 2003/10/15 08:28:29 tron Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_uax.c,v 1.10 2003/12/22 10:27:51 sekiya Exp $");
|
||||
|
||||
#include "opt_inet.h"
|
||||
#include "opt_ns.h"
|
||||
|
@ -203,7 +203,9 @@ Static const struct usb_devno uax_devs[] = {
|
|||
{ USB_VENDOR_ASIX, USB_PRODUCT_ASIX_AX88172 },
|
||||
{ USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DUBE100},
|
||||
{ USB_VENDOR_LINKSYS2, USB_PRODUCT_LINKSYS2_USB200M },
|
||||
{ USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUAU2KTX },
|
||||
{ USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_FA120 },
|
||||
|
||||
};
|
||||
#define uax_lookup(v, p) ((struct uax_type *)usb_lookup(uax_devs, v, p))
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: usbdevs,v 1.357 2003/11/23 19:06:19 augustss Exp $
|
||||
$NetBSD: usbdevs,v 1.358 2003/12/22 10:27:51 sekiya Exp $
|
||||
|
||||
/*
|
||||
* Copyright (c) 1998-2003 The NetBSD Foundation, Inc.
|
||||
|
@ -1039,6 +1039,7 @@ product MELCO LUAKTX 0x0012 LUA-KTX Ethernet
|
|||
product MELCO MCRSM2 0x001b MCR-SM2 SmartMedia Card Reader/Writer
|
||||
product MELCO DUBPXXG 0x001c USB-IDE Bridge: DUB-PxxG
|
||||
product MELCO KS11G 0x0027 WLI-USB-KS11G USB-wlan
|
||||
product MELCO LUAU2KTX 0x003d LUA-U2-KTX Ethernet
|
||||
|
||||
/* Metricom products */
|
||||
product METRICOM RICOCHET_GS 0x0001 Ricochet GS
|
||||
|
|
Loading…
Reference in New Issue