Module Name: src Committed By: jakllsch Date: Sun Feb 16 18:30:28 UTC 2025
Modified Files: src/sys/dev/usb: uslsa.c Log Message: uslsa: match another SiLabs device ID To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/usb/uslsa.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/usb/uslsa.c diff -u src/sys/dev/usb/uslsa.c:1.32 src/sys/dev/usb/uslsa.c:1.33 --- src/sys/dev/usb/uslsa.c:1.32 Fri Jul 29 13:07:14 2022 +++ src/sys/dev/usb/uslsa.c Sun Feb 16 18:30:28 2025 @@ -1,4 +1,4 @@ -/* $NetBSD: uslsa.c,v 1.32 2022/07/29 13:07:14 rin Exp $ */ +/* $NetBSD: uslsa.c,v 1.33 2025/02/16 18:30:28 jakllsch Exp $ */ /* from ugensa.c */ @@ -58,7 +58,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: uslsa.c,v 1.32 2022/07/29 13:07:14 rin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uslsa.c,v 1.33 2025/02/16 18:30:28 jakllsch Exp $"); #ifdef _KERNEL_OPT #include "opt_usb.h" @@ -138,6 +138,7 @@ static const struct usb_devno uslsa_devs { USB_VENDOR_SILABS, USB_PRODUCT_SILABS_POLOLU }, { 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_SUNNTO }, { USB_VENDOR_SILABS2, USB_PRODUCT_SILABS2_DCU11CLONE }, { USB_VENDOR_USI, USB_PRODUCT_USI_MC60 },