diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2006-06-05 11:59:07 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2006-06-05 11:59:07 +0000 |
| commit | 8f1e47da9c43b0850b48386cf907ab0a318b1594 (patch) | |
| tree | 0c3272555e9bfeac669c0fabb701b17a49835f4d /sys/dev/usb | |
| parent | 42003c8b13205169a0ec8565f7e37a15b0c00065 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/uplcom.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/usb/uplcom.c b/sys/dev/usb/uplcom.c index 9e853c200894..578636c04103 100644 --- a/sys/dev/usb/uplcom.c +++ b/sys/dev/usb/uplcom.c @@ -260,6 +260,8 @@ static const struct uplcom_product { { USB_VENDOR_HAL, USB_PRODUCT_HAL_IMR001, -1, TYPE_PL2303 }, /* Sitecom USB to Serial */ { USB_VENDOR_SITECOM, USB_PRODUCT_SITECOM_SERIAL, -1, TYPE_PL2303 }, + /* Tripp-Lite U209-000-R */ + { USB_VENDOR_TRIPPLITE, USB_PRODUCT_TRIPPLITE_U209, -1, TYPE_PL2303X }, { 0, 0 } }; diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 3469d7ad47b5..bb9b9e2b9068 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1548,6 +1548,9 @@ product TOSHIBA POCKETPC_E740 0x0706 PocketPC e740 product TREK THUMBDRIVE 0x1111 ThumbDrive product TREK THUMBDRIVE_8MB 0x9988 ThumbDrive_8MB +/* Tripp-Lite products */ +product TRIPPLITE U209 0x2008 Serial + /* Trumpion products */ product TRUMPION C3310 0x1100 Comotron C3310 MP3 player |
