| Summary: | Add support for Sitecom USB to serial cable (v2) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Rick van der Zwet <rick> | ||||
| Component: | usb | Assignee: | freebsd-usb (Nobody) <usb> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 5.3-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->closed Thank you, patch committed. |
Just some addon's the manufacturs defenitions. Works just fine with current driver Fix: =========================================================== /* * List of known products. Grouped by vendor. @@ -1205,6 +1206,9 @@ /* Silicon Portals Inc. */ product SILICONPORTALS YAPPH_NF 0x0200 YAP Phone (no firmware) product SILICONPORTALS YAPPHONE 0x0201 YAP Phone + +/* Sitecom */ +product SITECOM SERIAL 0x2068 USB to serial cable (v2) /* Sirius Technologies products */ product SIRIUS ROADSTER 0x0001 NetComm Roadster II 56 USB--S2Qybv1wAEL91A2daCX4UnOeapPbu8Nguv3xuLnpmGM8QX9T Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- /root/develop/uplcom.c.orig Thu Mar 17 15:34:28 2005 +++ /usr/src/sys/dev/usb/uplcom.c Thu Mar 17 15:43:01 2005 @@ -254,6 +254,7 @@ -1, TYPE_PL2303 }, /* HAL Corporation Crossam2+USB */ { USB_VENDOR_HAL, USB_PRODUCT_HAL_IMR001, -1, TYPE_PL2303 }, + { USB_VENDOR_SITECOM, USB_PRODUCT_SITECOM_SERIAL, -1, TYPE_PL2303 }, { 0, 0 } }