Skip to content

Commit

Permalink
Add PID 0x15C for imx95
Browse files Browse the repository at this point in the history
i.MX95 have two PID for difference uart port.  Add PID 0x15C for imx95
  • Loading branch information
nxpfrankli authored Apr 18, 2024
1 parent 02da3bf commit b6ae918
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 @@ -56,6 +56,7 @@ Config::Config()
emplace_back(ConfigItem{"SDPS:", "MX93", "MX815", NXP_VID, 0x014E});
emplace_back(ConfigItem{"SDPS:", "MX93", "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{"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 b6ae918

Please sign in to comment.