From: jsg Date: Thu, 18 Jun 2015 10:47:44 +0000 (+0000) Subject: CP2110 is handled by uslhcom not uslcom X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=015d2510c175415909fc0a640a1b28b73bfe5470;p=openbsd CP2110 is handled by uslhcom not uslcom --- diff --git a/sys/dev/usb/uslcom.c b/sys/dev/usb/uslcom.c index e30042f4ea1..0a821b2f79e 100644 --- a/sys/dev/usb/uslcom.c +++ b/sys/dev/usb/uslcom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uslcom.c,v 1.35 2015/06/16 05:08:55 jsg Exp $ */ +/* $OpenBSD: uslcom.c,v 1.36 2015/06/18 10:47:44 jsg Exp $ */ /* * Copyright (c) 2006 Jonathan Gray @@ -189,7 +189,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_CP2110 }, { USB_VENDOR_SILABS, USB_PRODUCT_SILABS_CRUMB128 }, { USB_VENDOR_SILABS, USB_PRODUCT_SILABS_CYGNAL }, { USB_VENDOR_SILABS, USB_PRODUCT_SILABS_CYGNAL_DEBUG },