mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add support Buffalo(MELCO) USB-Key Lan Adaptor(LUA-U2-KTX)
Submitted by: KAWAI Kenichi <kawai.kenichi@canon.co.jp>
This commit is contained in:
parent
cd46a114fc
commit
e9d1d719e0
2 changed files with 2 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ Static struct axe_type axe_devs[] = {
|
|||
{ USB_VENDOR_ASIX, USB_PRODUCT_ASIX_AX88172 },
|
||||
{ USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DUBE100 },
|
||||
{ USB_VENDOR_LINKSYS2, USB_PRODUCT_LINKSYS_USB200M },
|
||||
{ USB_VENDOR_MELCO, USB_PRODUCT_MELCO_LUAU2KTX },
|
||||
{ USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_FA120 },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
|
|
|||
|
|
@ -926,6 +926,7 @@ product MELCO LUATX5 0x0005 LUA-TX Ethernet
|
|||
product MELCO LUA2TX5 0x0009 LUA2-TX Ethernet
|
||||
product MELCO LUAKTX 0x0012 LUA-KTX Ethernet
|
||||
product MELCO DUBPXXG 0x001c USB-IDE Bridge: DUB-PxxG
|
||||
product MELCO LUAU2KTX 0x003d LUA-U2-KTX Ethernet
|
||||
|
||||
/* Metricom products */
|
||||
product METRICOM RICOCHET_GS 0x0001 Ricochet GS
|
||||
|
|
|
|||
Loading…
Reference in a new issue