Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jun 2022 11:12:47 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 0b5f08439d27 - stable/13 - uchcom(4): Add new USB ID.
Message-ID:  <202206201112.25KBClm2079030@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by hselasky:

URL: https://cgit.FreeBSD.org/src/commit/?id=0b5f08439d27ecbfa4b4c20acef64fbad66e978a

commit 0b5f08439d27ecbfa4b4c20acef64fbad66e978a
Author:     Hans Petter Selasky <hselasky@FreeBSD.org>
AuthorDate: 2022-06-12 14:40:36 +0000
Commit:     Hans Petter Selasky <hselasky@FreeBSD.org>
CommitDate: 2022-06-20 11:08:39 +0000

    uchcom(4): Add new USB ID.
    
    PR:             260783
    PR:             264634
    Sponsored by:   NVIDIA Networking
    
    (cherry picked from commit f25a0a0f21183a52eeb4a860a88114aebec5f249)
---
 sys/dev/usb/serial/uchcom.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/dev/usb/serial/uchcom.c b/sys/dev/usb/serial/uchcom.c
index 4abef78c4b2e..4497be8c7fb4 100644
--- a/sys/dev/usb/serial/uchcom.c
+++ b/sys/dev/usb/serial/uchcom.c
@@ -206,6 +206,7 @@ static const STRUCT_USB_HOST_ID uchcom_devs[] = {
 	{USB_VPI(USB_VENDOR_WCH, USB_PRODUCT_WCH_CH341SER, 0)},
 	{USB_VPI(USB_VENDOR_WCH2, USB_PRODUCT_WCH2_CH341SER, 0)},
 	{USB_VPI(USB_VENDOR_WCH2, USB_PRODUCT_WCH2_CH341SER_2, 0)},
+	{USB_VPI(USB_VENDOR_WCH2, USB_PRODUCT_WCH2_CH341SER_3, 0)},
 };
 
 /* protypes */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206201112.25KBClm2079030>