diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2008-06-20 21:06:59 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2008-06-20 21:06:59 +0000 |
commit | 6052328d228068829e136ee14a9fb1d1c9f8e44d (patch) | |
tree | 65e63e68846753e14b35e5a9d3412c0b25c8274c /sys/dev | |
parent | 2a53443a1f7bbe79ea8208841892ccae71337e6d (diff) |
Another uchcom product found in the Linux driver.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/uchcom.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/uchcom.c b/sys/dev/usb/uchcom.c index 9edf3614301..4d9f2892b6d 100644 --- a/sys/dev/usb/uchcom.c +++ b/sys/dev/usb/uchcom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uchcom.c,v 1.5 2008/04/11 11:23:50 jsg Exp $ */ +/* $OpenBSD: uchcom.c,v 1.6 2008/06/20 21:06:58 jsg Exp $ */ /* $NetBSD: uchcom.c,v 1.1 2007/09/03 17:57:37 tshiozak Exp $ */ /* @@ -229,6 +229,7 @@ struct ucom_methods uchcom_methods = { static const struct usb_devno uchcom_devs[] = { { USB_VENDOR_WCH, USB_PRODUCT_WCH_CH341 }, + { USB_VENDOR_WCH2, USB_PRODUCT_WCH2_CH341 }, }; #define uchcom_lookup(v, p) usb_lookup(uchcom_devs, v, p) |