summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsasano <sasano@openbsd.org>2014-11-23 21:18:46 +0000
committersasano <sasano@openbsd.org>2014-11-23 21:18:46 +0000
commitb1e1bd4c9534b9ce21e9329d2e4a1e92111beb9b (patch)
tree4158be951b26de5ea2b0104bc95752ca666151bf
parentIf a machine has no _LIDs, then none can be open. This diff fixes a problem (diff)
downloadwireguard-openbsd-b1e1bd4c9534b9ce21e9329d2e4a1e92111beb9b.tar.xz
wireguard-openbsd-b1e1bd4c9534b9ce21e9329d2e4a1e92111beb9b.zip
USB_VENDOR_SILABS:USB_PRODUCT_SILABS_CP210X_4(0x10c4:0xea80) is
not CP210x family. removed. ok mpi@
-rw-r--r--sys/dev/usb/uslcom.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/uslcom.c b/sys/dev/usb/uslcom.c
index 1ce0732d4ca..bcb45e04a42 100644
--- a/sys/dev/usb/uslcom.c
+++ b/sys/dev/usb/uslcom.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uslcom.c,v 1.32 2014/11/18 23:55:01 krw Exp $ */
+/* $OpenBSD: uslcom.c,v 1.33 2014/11/23 21:18:46 sasano Exp $ */
/*
* Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org>
@@ -164,7 +164,6 @@ static const struct usb_devno uslcom_devs[] = {
{ USB_VENDOR_SILABS, USB_PRODUCT_SILABS_CP210X_1 },
{ USB_VENDOR_SILABS, USB_PRODUCT_SILABS_CP210X_2 },
{ USB_VENDOR_SILABS, USB_PRODUCT_SILABS_CP210X_3 },
- { USB_VENDOR_SILABS, USB_PRODUCT_SILABS_CP210X_4 },
{ USB_VENDOR_SILABS, USB_PRODUCT_SILABS_CRUMB128 },
{ USB_VENDOR_SILABS, USB_PRODUCT_SILABS_CYGNAL },
{ USB_VENDOR_SILABS, USB_PRODUCT_SILABS_CYGNAL_DEBUG },