mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add support for Sitecom USB to serial cable (v2)
PR: usb/79230 Submitted by: Rick van der Zwet <rick@wzoeterwoude.net>
This commit is contained in:
parent
3c8b1aa784
commit
0ec44eb5e2
2 changed files with 3 additions and 0 deletions
|
|
@ -256,6 +256,8 @@ static const struct uplcom_product {
|
|||
-1, TYPE_PL2303 },
|
||||
/* HAL Corporation Crossam2+USB */
|
||||
{ USB_VENDOR_HAL, USB_PRODUCT_HAL_IMR001, -1, TYPE_PL2303 },
|
||||
/* Sitecom USB to Serial */
|
||||
{ USB_VENDOR_SITECOM, USB_PRODUCT_SITECOM_SERIAL, -1, TYPE_PL2303 },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1390,6 +1390,7 @@ product SIRIUS ROADSTER 0x0001 NetComm Roadster II 56 USB
|
|||
|
||||
/* Sitecom products */
|
||||
product SITECOM LN029 0x182d USB 2.0 Ethernet
|
||||
product SITECOM SERIAL 0x2068 USB to serial cable (v2)
|
||||
|
||||
/* SmartBridges products */
|
||||
product SMARTBRIDGES SMARTLINK 0x0001 SmartLink USB ethernet
|
||||
|
|
|
|||
Loading…
Reference in a new issue