Skip to content

Commit

Permalink
Merge pull request #193 from ROCmSoftwarePlatform/dev
Browse files Browse the repository at this point in the history
fix typo in pci id
  • Loading branch information
Syllo committed Feb 25, 2023
2 parents 95bd6d1 + 5891ef8 commit d3dddbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amdgpu_ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ static struct amdgpu_id_struct amdgpu_ids[] = {
{0x98E4, 0xE9, "AMD Radeon R4 Graphics"},
{0x98E4, 0xEA, "AMD Radeon R4 Graphics"},
{0x98E4, 0xEB, "AMD Radeon R3 Graphics"},
{0x98E4, 0xEB, "AMD Radeon R4 Graphics"},
{0x98E4, 0xEC, "AMD Radeon R4 Graphics"},
};

#endif

0 comments on commit d3dddbd

Please sign in to comment.