mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add Belkin F5U257 to the mix.
Submitted by: wilko@
This commit is contained in:
parent
87f2ff4f3e
commit
d368012659
1 changed files with 2 additions and 0 deletions
|
|
@ -272,6 +272,8 @@ static const struct uplcom_product {
|
|||
{ USB_VENDOR_SITECOM, USB_PRODUCT_SITECOM_SERIAL, -1, TYPE_PL2303 },
|
||||
/* Tripp-Lite U209-000-R */
|
||||
{ USB_VENDOR_TRIPPLITE, USB_PRODUCT_TRIPPLITE_U209, -1, TYPE_PL2303X },
|
||||
/* Belkin F5U257 */
|
||||
{ USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U257, -1, TYPE_PL2303X },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue