Add support for Belkin F5U409 serial-usb adapter
PR: kern/69804 Submitted by: Dan Nelson <dnelson@allantgroup.com>
This commit is contained in:
parent
bef5493789
commit
9caf2e9831
@ -49,6 +49,8 @@ D-Link DU-H3SP USB BAY Hub
|
||||
.It
|
||||
Belkin F5U109
|
||||
.It
|
||||
Belkin F5U409
|
||||
.It
|
||||
.El
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
@ -112,6 +112,7 @@ Static const struct umct_product {
|
||||
{ USB_VENDOR_MCT, USB_PRODUCT_MCT_SITECOM_USB232 },
|
||||
{ USB_VENDOR_MCT, USB_PRODUCT_MCT_DU_H3SP_USB232 },
|
||||
{ USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U109 },
|
||||
{ USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U409 },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
@ -501,8 +501,9 @@ product BELKIN2 F5U002 0x0002 F5U002 Parallel printer adapter
|
||||
product BELKIN USB2LAN 0x0121 USB to LAN Converter
|
||||
product BELKIN F5U103 0x0103 F5U103 Serial adapter
|
||||
product BELKIN F5U109 0x0109 F5U109 Serial adapter
|
||||
product BELKIN F5U120 0x1203 F5U120-PC Hub
|
||||
product BELKIN F5U208 0x0208 F5U208 VideoBus II
|
||||
product BELKIN F5U409 0x0409 F5U409 Serial adapter
|
||||
product BELKIN F5U120 0x1203 F5U120-PC Hub
|
||||
|
||||
/* Billionton products */
|
||||
product BILLIONTON USB100 0x0986 USB100N 10/100 FastEthernet Adapter
|
||||
|
Loading…
x
Reference in New Issue
Block a user