diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-12-31 00:17:09 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-12-31 00:17:09 +0000 |
| commit | ba0bb08c53f8982e990982d8eaba1273c47e9d52 (patch) | |
| tree | 1de4e4d49fcb1c73f3f022e157ab06991fee3200 /sys/dev/usb | |
| parent | a33c9e723636c7f681557544ae4d4b7397f7e520 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/serial/uftdi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/serial/uftdi.c b/sys/dev/usb/serial/uftdi.c index 8a2ef6d28d13..44322c7e7a7c 100644 --- a/sys/dev/usb/serial/uftdi.c +++ b/sys/dev/usb/serial/uftdi.c @@ -252,6 +252,7 @@ static struct usb_device_id uftdi_devs[] = { {USB_VPI(USB_VENDOR_BBELECTRONICS, USB_PRODUCT_BBELECTRONICS_USOTL4, UFTDI_TYPE_8U232AM)}, {USB_VPI(USB_VENDOR_MARVELL, USB_PRODUCT_MARVELL_SHEEVAPLUG, UFTDI_TYPE_8U232AM)}, {USB_VPI(USB_VENDOR_MELCO, USB_PRODUCT_MELCO_PCOPRS1, UFTDI_TYPE_8U232AM)}, + {USB_VPI(USB_VENDOR_RATOC, USB_PRODUCT_RATOC_REXUSB60F, UFTDI_TYPE_8U232AM)}, }; static int |
