update pid

This commit is contained in:
Steven Dan
2026-05-22 22:21:11 +08:00
parent 34e83ace9f
commit e365053994
2 changed files with 5 additions and 53 deletions

View File

@@ -140,36 +140,12 @@
/*** Defines relating to USB descriptor strings and ID's ***/
#define VENDOR_ID (0x152A) /* XMOS VID */
#if defined(FPS_UAC2)
#ifndef PID_AUDIO_2
#define PID_AUDIO_2 (0x899E)
#endif
#if defined(BYPASS_UAC2)
#define PID_AUDIO_2 (0x899C)
#endif
#if defined(BR_UAC2)
#define PID_AUDIO_2 (0x899A)
#endif
#if defined(V71_UAC2)
#define PID_AUDIO_2 (0x899F)
#endif
#if defined(FPS_UAC1)
#define PID_AUDIO_1 (0x889A)
#endif
#if defined(V71_UAC1)
#define PID_AUDIO_1 (0x889B)
#endif
#ifndef PID_AUDIO_2
#define PID_AUDIO_2 (0x889C)
#endif
#ifndef PID_AUDIO_1
#define PID_AUDIO_1 (0x889D)
#define PID_AUDIO_1 (0x809D)
#endif
#define PRODUCT_STR_A2 "Fosi Audio C1"

View File

@@ -140,36 +140,12 @@
/*** Defines relating to USB descriptor strings and ID's ***/
#define VENDOR_ID (0x152A) /* XMOS VID */
#if defined(FPS_UAC2)
#ifndef PID_AUDIO_2
#define PID_AUDIO_2 (0x899E)
#endif
#if defined(BYPASS_UAC2)
#define PID_AUDIO_2 (0x899C)
#endif
#if defined(BR_UAC2)
#define PID_AUDIO_2 (0x899A)
#endif
#if defined(V71_UAC2)
#define PID_AUDIO_2 (0x899F)
#endif
#if defined(FPS_UAC1)
#define PID_AUDIO_1 (0x889A)
#endif
#if defined(V71_UAC1)
#define PID_AUDIO_1 (0x889B)
#endif
#ifndef PID_AUDIO_2
#define PID_AUDIO_2 (0x889C)
#endif
#ifndef PID_AUDIO_1
#define PID_AUDIO_1 (0x889D)
#ifndef PID_AUDIO_1
#define PID_AUDIO_1 (0x809D)
#endif
#define PRODUCT_STR_A2 "Fosi Audio C1"