Skip to content

Commit

Permalink
update docs and pid tables
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter93 committed Sep 13, 2024
1 parent f2ec3ed commit 4a9c052
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ make sonixflasher
+-----------------+--------+--------+
| Device | VID | PID |
+-----------------+--------+--------+
| SONIX SN32F26x | 0x0C45 | 0x7010 |
| SONIX SN32F22x | 0x0C45 | 0x7900 |
| SONIX SN32F23x | 0x0C45 | 0x7900 |
| SONIX SN32F24x | 0x0C45 | 0x7900 |
| SONIX SN32F24xB | 0x0C45 | 0x7040 |
| SONIX SN32F24xC | 0x0C45 | 0x7145 |
| SONIX SN32F24x | 0x0C45 | 0x7900 |
| SONIX SN32F26x | 0x0C45 | 0x7010 |
| SONIX SN32F28x | 0x0C45 | 0x7120 |
| SONIX SN32F29x | 0x0C45 | 0x7140 |
+-----------------+--------+--------+
Expand Down
2 changes: 1 addition & 1 deletion sonixflasher.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ bool debug = false;
static uint16_t code_option = 0x0000; // Initial Code Option Table
int chip;
int cs_level;
const unsigned int known_isp_pids[] = {SN229_PID, SN239_PID, SN248B_PID, SN248C_PID, SN268_PID, SN289_PID, SN299_PID};
const unsigned int known_isp_pids[] = {SN229_PID, SN239_PID, SN249_PID, SN248B_PID, SN248C_PID, SN268_PID, SN289_PID, SN299_PID};

static void print_vidpid_table() {
printf("Supported VID/PID pairs:\n");
Expand Down

0 comments on commit 4a9c052

Please sign in to comment.