update pid
This commit is contained in:
@@ -135,42 +135,23 @@
|
|||||||
#define MIDI_TILE (1)
|
#define MIDI_TILE (1)
|
||||||
|
|
||||||
/*** Defines relating to USB descriptor strings and ID's ***/
|
/*** Defines relating to USB descriptor strings and ID's ***/
|
||||||
#define VENDOR_ID (0x152A) /* XMOS VID */
|
#define VENDOR_ID (0x20B1)
|
||||||
|
|
||||||
#if defined(FPS_UAC2)
|
/* 改动原因:PID 与两套固件一致:fps71_uac2 / game_uac1(合并 BYPASS/FPS20/3A) */
|
||||||
#define PID_AUDIO_2 (0x899E)
|
#if defined(FPS71_UAC2)
|
||||||
|
#define PID_AUDIO_2 (0x2001)
|
||||||
#endif
|
#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
|
#ifndef PID_AUDIO_2
|
||||||
#define PID_AUDIO_2 (0x889C)
|
#define PID_AUDIO_2 (0x16)
|
||||||
#endif
|
#endif
|
||||||
#ifndef PID_AUDIO_1
|
#ifndef PID_AUDIO_1
|
||||||
#define PID_AUDIO_1 (0x889D)
|
#define PID_AUDIO_1 (0x2000)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PRODUCT_STR_A2 "Fosi Audio C1"
|
#define PRODUCT_STR_A2 "JOK TX1"
|
||||||
#define PRODUCT_STR_A1 "Fosi Audio C1"
|
#define PRODUCT_STR_A1 "JOK TX1"
|
||||||
|
|
||||||
|
|
||||||
#ifndef AUDIO_CLASS_FALLBACK
|
#ifndef AUDIO_CLASS_FALLBACK
|
||||||
|
|||||||
Reference in New Issue
Block a user