diff options
author | 2013-12-13 12:32:24 +0000 | |
---|---|---|
committer | 2013-12-13 12:32:24 +0000 | |
commit | 3b0d99f0e5929a61dbdeddbcc5e1db5ce75d821f (patch) | |
tree | 2f3216f00b2dec957b28e821da12e0d576dc4dac | |
parent | regen (diff) | |
download | wireguard-openbsd-3b0d99f0e5929a61dbdeddbcc5e1db5ce75d821f.tar.xz wireguard-openbsd-3b0d99f0e5929a61dbdeddbcc5e1db5ce75d821f.zip |
add SACOM USB485BL
-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 14cf59300ea..e2901bac18a 100644 --- a/sys/dev/usb/uftdi.c +++ b/sys/dev/usb/uftdi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uftdi.c,v 1.67 2013/11/15 08:25:31 pirofti Exp $ */ +/* $OpenBSD: uftdi.c,v 1.68 2013/12/13 12:32:24 yuo Exp $ */ /* $NetBSD: uftdi.c,v 1.14 2003/02/23 04:20:07 simonb Exp $ */ /* @@ -679,6 +679,7 @@ static const struct usb_devno uftdi_devs[] = { { USB_VENDOR_POSIFLEX, USB_PRODUCT_POSIFLEX_PP7000_2 }, { USB_VENDOR_RATOC, USB_PRODUCT_RATOC_REXUSB60F }, { USB_VENDOR_RTSYSTEMS, USB_PRODUCT_RTSYSTEMS_CT57B }, + { USB_VENDOR_SACOM, USB_PRODUCT_SACOM_USB485BL }, { USB_VENDOR_SEALEVEL, USB_PRODUCT_SEALEVEL_2101 }, { USB_VENDOR_SEALEVEL, USB_PRODUCT_SEALEVEL_2102 }, { USB_VENDOR_SEALEVEL, USB_PRODUCT_SEALEVEL_2103 }, |