update pid
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user