diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-25 18:32:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-25 18:32:12 +0000 |
commit | d0f9a374fff97d7e88a75ef8c03d6afe29c520e5 (patch) | |
tree | 124c8939e0cd94a093fcbd3ea65c46ef4373885e /sys/dev | |
parent | 2e474eb74ee16139713346307d0b9f750bb16512 (diff) |
new axe; freebsd
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/if_axe.c | 1 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/if_axe.c b/sys/dev/usb/if_axe.c index 9c226840540..9249aabaf3a 100644 --- a/sys/dev/usb/if_axe.c +++ b/sys/dev/usb/if_axe.c @@ -158,6 +158,7 @@ Static const struct axe_type axe_devs[] = { {{ USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DUBE100 }, 0 }, {{ USB_VENDOR_LINKSYS2, USB_PRODUCT_LINKSYS2_USB200M }, 0 }, {{ USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_FA120 }, 0 }, + {{ USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUAU2KTX }, 0}, {{ 0, 0 }, 0 } }; diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index f395528e14d..ff0396f8abe 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.80 2004/04/10 08:11:21 deraadt Exp $ +$OpenBSD: usbdevs,v 1.81 2004/04/25 18:32:11 deraadt Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -1022,6 +1022,7 @@ product MELCO S11 0x0016 WLI-USB-S11 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 |