diff options
author | Chris Kuethe <ckuethe@cvs.openbsd.org> | 2011-10-07 06:04:15 +0000 |
---|---|---|
committer | Chris Kuethe <ckuethe@cvs.openbsd.org> | 2011-10-07 06:04:15 +0000 |
commit | ad48b2727d9660da9cac97dde4f90ad21cbf2411 (patch) | |
tree | bebe549b31304e3508377d73642d53a6f7433cc9 /sys | |
parent | 345330990feb520c21e2b21d43f20490ed827636 (diff) |
Interface cable for Yaesu ham radios, ok deraadt
uftdi0 at uhub2 port 1 "RT Systems CT57B Radio Cable" rev 2.00/6.00 addr 2
ucom0 at uftdi0 portno 1
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 }, |