Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions rkflashtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ static const struct t_pid {
{ 0x310d, "RK3126" },
{ 0x320a, "RK3288" },
{ 0x320b, "RK322X" }, // Both RK3228 and RK3229
{ 0x320c, "RK3328" },
{ 0x330a, "RK3368" },
{ 0x330c, "RK3399" },
{ 0, "" },
};

Expand Down