Skip to content

Commit

Permalink
uchcom(4): Add new USB ID.
Browse files Browse the repository at this point in the history
PR:		260783
PR:		264634
MFC after:	1 week
Sponsored by:	NVIDIA Networking
  • Loading branch information
hselasky committed Jun 12, 2022
1 parent f71b232 commit f25a0a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/dev/usb/serial/uchcom.c
Expand Up @@ -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 */
Expand Down

0 comments on commit f25a0a0

Please sign in to comment.