diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/uftdi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/uftdi.c b/sys/dev/usb/uftdi.c index 27a455ae2e2..8c691df96b2 100644 --- a/sys/dev/usb/uftdi.c +++ b/sys/dev/usb/uftdi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uftdi.c,v 1.59 2011/07/03 15:47:17 matthew Exp $ */ +/* $OpenBSD: uftdi.c,v 1.60 2011/10/07 06:04:14 ckuethe Exp $ */ /* $NetBSD: uftdi.c,v 1.14 2003/02/23 04:20:07 simonb Exp $ */ /* @@ -678,6 +678,7 @@ static const struct usb_devno uftdi_devs[] = { { USB_VENDOR_POSIFLEX, USB_PRODUCT_POSIFLEX_PP7000_1 }, { USB_VENDOR_POSIFLEX, USB_PRODUCT_POSIFLEX_PP7000_2 }, { USB_VENDOR_RATOC, USB_PRODUCT_RATOC_REXUSB60F }, + { USB_VENDOR_RTSYSTEMS, USB_PRODUCT_RTSYSTEMS_CT57B }, { USB_VENDOR_SEALEVEL, USB_PRODUCT_SEALEVEL_2101 }, { USB_VENDOR_SEALEVEL, USB_PRODUCT_SEALEVEL_2102 }, { USB_VENDOR_SEALEVEL, USB_PRODUCT_SEALEVEL_2103 }, |