From 6d15a6c7c87e164e82aa64edc70e9b6762c06bee Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 27 Sep 2021 11:28:36 -0700 Subject: [PATCH] ports/xiao: Update USB ids Use an ID in the seeed vendor space Signed-off-by: Keith Packard --- ports/xiao/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/xiao/Makefile b/ports/xiao/Makefile index 32b7167..1dc4d84 100644 --- a/ports/xiao/Makefile +++ b/ports/xiao/Makefile @@ -18,8 +18,8 @@ SNEK_SAMD21 = $(SNEK_ROOT)/chips/samd21 PROGNAME=snek-xiao PRODUCT_NAME=SnekXiao -IDPRODUCT=0x8057 -IDVENDOR=0x2341 +IDPRODUCT=0x002e +IDVENDOR=0x2886 include $(SNEK_SAMD21)/snek-samd21.defs