diff options
| author | Lukas Ertl <le@FreeBSD.org> | 2005-04-08 12:48:05 +0000 |
|---|---|---|
| committer | Lukas Ertl <le@FreeBSD.org> | 2005-04-08 12:48:05 +0000 |
| commit | 0ec44eb5e200425f0437f0e414000cb409ebc7af (patch) | |
| tree | faae00811ac245afa2170c1d8eeabb8d39823832 /sys/dev | |
| parent | 3c8b1aa78458864da81f382e90c9812309ecf07d (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/uplcom.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/uplcom.c b/sys/dev/usb/uplcom.c index 11a4483acb2bb..715fa72295ba4 100644 --- a/sys/dev/usb/uplcom.c +++ b/sys/dev/usb/uplcom.c @@ -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 } }; diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index bd9661ba57b36..30f0bdaf85c65 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -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 |
