diff options
| author | IngHK <[email protected]> | 2024-02-22 15:42:33 +0100 |
|---|---|---|
| committer | IngHK <[email protected]> | 2024-02-24 12:58:59 +0100 |
| commit | 4547737833de0368354cb4823d908c6b250f92df (patch) | |
| tree | e3af98f6f5f0fe82a3f1dbd203d43aa221176762 /src/tusb_option.h | |
| parent | 7fef5943eff0d7f1b7122e878cf2caa78bea06aa (diff) | |
improved CP210x support
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index ebf9a4d4d..281341685 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -482,7 +482,9 @@ #ifndef CFG_TUH_CDC_CP210X_VID_PID_LIST // List of product IDs that can use the CP210X CDC driver. 0x10C4 is Silicon Labs' VID #define CFG_TUH_CDC_CP210X_VID_PID_LIST \ - {0x10C4, 0xEA60}, {0x10C4, 0xEA70} + { 0x10C4, 0xEA60 }, /* Silicon Labs factory default */ \ + { 0x10C4, 0xEA61 }, /* Silicon Labs factory default */ \ + { 0x10C4, 0xEA70 } /* Silicon Labs Dual Port factory default */ #endif #ifndef CFG_TUH_CDC_CH34X |
