diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-05-11 09:20:32 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-05-11 09:20:32 +0000 |
commit | 9f6ba337f6306496fb0251874d7a885bc96f9aac (patch) | |
tree | d6c2081570341b3e6e3af37cd06f0a90f478d435 | |
parent | e5f26bf24c5f625ef8f960963b7158293adc03f3 (diff) |
Add the Buffalo (MELCO) LUA-U2-GT id.
ok jsg@
-rw-r--r-- | share/man/man4/axe.4 | 5 | ||||
-rw-r--r-- | sys/dev/usb/if_axe.c | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/axe.4 b/share/man/man4/axe.4 index 729a5cc57d1..7973445da72 100644 --- a/share/man/man4/axe.4 +++ b/share/man/man4/axe.4 @@ -29,9 +29,9 @@ .\" THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/axe.4,v 1.3 2003/05/29 21:28:35 ru Exp $ -.\" $OpenBSD: axe.4,v 1.35 2008/05/06 12:53:52 mpf Exp $ +.\" $OpenBSD: axe.4,v 1.36 2008/05/11 09:20:31 brad Exp $ .\" -.Dd $Mdocdate: May 6 2008 $ +.Dd $Mdocdate: May 11 2008 $ .Dt AXE 4 .Os .Sh NAME @@ -53,6 +53,7 @@ following: .It ATEN UC-210T .It BAFO BF-320 .It Billionton Systems USB2AR +.It Buffalo(MELCO) LUA-U2-GT .It Buffalo(MELCO) LUA-U2-KTX .It Corega FEther USB2-TX .It D-Link DUB-E100 diff --git a/sys/dev/usb/if_axe.c b/sys/dev/usb/if_axe.c index bc15a4f9147..00fcf50d879 100644 --- a/sys/dev/usb/if_axe.c +++ b/sys/dev/usb/if_axe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_axe.c,v 1.83 2008/05/06 12:51:17 mpf Exp $ */ +/* $OpenBSD: if_axe.c,v 1.84 2008/05/11 09:20:31 brad Exp $ */ /* * Copyright (c) 2005, 2006, 2007 Jonathan Gray <jsg@openbsd.org> @@ -164,6 +164,7 @@ const struct axe_type axe_devs[] = { { { USB_VENDOR_LINKSYS2, USB_PRODUCT_LINKSYS2_USB200M}, 0 }, { { USB_VENDOR_LINKSYS4, USB_PRODUCT_LINKSYS4_USB1000 }, AX178 }, { { USB_VENDOR_LOGITEC, USB_PRODUCT_LOGITEC_LAN_GTJU2}, AX178 }, + { { USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUAU2GT}, AX178 }, { { USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUAU2KTX}, 0 }, { { USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_FA120}, 0 }, { { USB_VENDOR_OQO, USB_PRODUCT_OQO_ETHER01PLUS }, AX772 }, |