Skip to content

Commit

Permalink
Add imx943 pid and vid information
Browse files Browse the repository at this point in the history
Signed-off-by: Clark Wang <[email protected]>
Signed-off-by: Frank Li <[email protected]>
  • Loading branch information
wangxiaoningnxp authored and nxpfrankli committed Jan 8, 2025
1 parent 64a5a8f commit 0163981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libuuu/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Config::Config()
emplace_back(ConfigItem{"SDPS:", "MX91", "MX815", NXP_VID, 0x0159});
emplace_back(ConfigItem{"SDPS:", "MX95", nullptr, NXP_VID, 0x015D});
emplace_back(ConfigItem{"SDPS:", "MX95", nullptr, NXP_VID, 0x015C});
emplace_back(ConfigItem{"SDPS:", "MX943", "MX95", NXP_VID, 0x0027});
emplace_back(ConfigItem{"SDP:", "MX7D", nullptr, FSL_VID, 0x0076});
emplace_back(ConfigItem{"SDP:", "MX6Q", nullptr, FSL_VID, 0x0054});
emplace_back(ConfigItem{"SDP:", "MX6D", "MX6Q", FSL_VID, 0x0061});
Expand Down

0 comments on commit 0163981

Please sign in to comment.