From f9c789d75f419e827a4cfae844b0d0d1b7d85806 Mon Sep 17 00:00:00 2001 From: hyx Date: Thu, 28 May 2026 04:46:08 +0800 Subject: [PATCH] change vid pid to 0x26ff 0x8803 upto v1-4-3 --- App/Version.h | 2 +- USB/USB_enum.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/App/Version.h b/App/Version.h index df97285..f12988c 100644 --- a/App/Version.h +++ b/App/Version.h @@ -6,7 +6,7 @@ #endif -#define CVERSION "1-4-2" +#define CVERSION "1-4-3" #define VERSIONLEN 5 #define DEVICEMOD "SQ01-PDD-D1" diff --git a/USB/USB_enum.c b/USB/USB_enum.c index 7b0c1b0..3546fbd 100644 --- a/USB/USB_enum.c +++ b/USB/USB_enum.c @@ -25,7 +25,7 @@ const u8 usbHidKbdDeviceDescriptor[] = { //HID keyboard EP0PKTSIZE, // Default max ep0 packet length //0xE6,0x08, // VID //0x37,0x34, // CCID PID -0xf1,0x26, // VID +0xff,0x26, // VID 0x03,0x88, // CCID3 PID 0x00,0x01, // Device release number 0x01, // Index of string descriptor describing manufacturer