Skip to content

Commit

Permalink
rkflashtool: support RK3126 (USB 2207:310D)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienchauveau committed Mar 24, 2016
1 parent 9c91cb1 commit 094bd64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rkflashtool.c
Expand Up @@ -111,6 +111,7 @@ static const struct t_pid {
{ 0x310a, "RK3066B" },
{ 0x310b, "RK3188" },
{ 0x310c, "RK312X" }, // Both RK3126 and RK3128
{ 0x310d, "RK3126" },
{ 0x320a, "RK3288" },
{ 0x320b, "RK322X" }, // Both RK3228 and RK3229
{ 0x330a, "RK3368" },
Expand Down

0 comments on commit 094bd64

Please sign in to comment.