1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00

Add Belkin F5U257 to the mix.

Submitted by:	wilko@
This commit is contained in:
Warner Losh 2008-06-10 19:31:09 +00:00
parent 87f2ff4f3e
commit d368012659
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179713

View File

@ -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 }
};