diff options
| author | Gavin Atkinson <gavin@FreeBSD.org> | 2010-08-18 21:51:05 +0000 |
|---|---|---|
| committer | Gavin Atkinson <gavin@FreeBSD.org> | 2010-08-18 21:51:05 +0000 |
| commit | e2db727009efeca7e935c592fc2d95a046f904db (patch) | |
| tree | 9a2df92ed0c9aeca3e622a6a086a6f79880778e9 /sys/dev/usb/uplcom.c | |
| parent | 7449f1efa48866b98492103e7126887fc12a83d1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/uplcom.c')
| -rw-r--r-- | sys/dev/usb/uplcom.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/uplcom.c b/sys/dev/usb/uplcom.c index 4471fdd5628e..e7420691d5a2 100644 --- a/sys/dev/usb/uplcom.c +++ b/sys/dev/usb/uplcom.c @@ -275,6 +275,9 @@ static const struct uplcom_product { /* Mobile Action MA-620 Infrared Adapter */ { USB_VENDOR_MOBILEACTION, USB_PRODUCT_MOBILEACTION_MA620, -1, TYPE_PL2303X }, + /* Corega CG-USBRS232R */ + { USB_VENDOR_COREGA, USB_PRODUCT_COREGA_CGUSBRS232R, -1, + TYPE_PL2303X }, { 0, 0 } }; |
