diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2006-02-27 01:01:27 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2006-02-27 01:01:27 +0000 |
| commit | 564d760afe3fd45e47d0067aefe875e009c91a99 (patch) | |
| tree | 679abe435e9f3ae35d828ee58af9ce2d149f56bb | |
| parent | 3676d4b6e2d41216c3789c3873074b9395f15f61 (diff) | |
Notes
| -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 cdf43b15094ff..05a91cb04a2fb 100644 --- a/sys/dev/usb/uplcom.c +++ b/sys/dev/usb/uplcom.c @@ -263,6 +263,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 f0b6593fbdc15..e927a8c96d2d6 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1587,6 +1587,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 |
