Skip to content

Commit

Permalink
missing string type map added
Browse files Browse the repository at this point in the history
  • Loading branch information
superg committed Sep 20, 2023
1 parent 2661493 commit 517e004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drive.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ static const std::map<DriveConfig::Type, std::string> TYPE_STRING =
{DriveConfig::Type::GENERIC, "GENERIC"},
{DriveConfig::Type::PLEXTOR, "PLEXTOR"},
{DriveConfig::Type::LG_ASU8, "LG_ASU8"},
{DriveConfig::Type::LG_ASU83, "LG_ASU83"},
{DriveConfig::Type::LG_ASU3, "LG_ASU3"},
{DriveConfig::Type::LG_ASU2, "LG_ASU2"}
};
Expand Down

0 comments on commit 517e004

Please sign in to comment.