mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-07-08 17:56:18 +00:00
[PR #86] [MERGED] Add workaround to correctly display device serials #1047
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aaru-dps/Aaru/pull/86
Author: @darkstar
Created: 12/20/2017
Status: ✅ Merged
Merged: 12/20/2017
Merged by: @claunia
Base:
master← Head:fixes📝 Commits (2)
cfd0b26Add workaround to correctly display device serials7cc1b1eFormatting fixes📊 Changes
1 file changed (+22 additions, -0 deletions)
View changed files
📝
DiscImageChef.Devices/Windows/ListDevices.cs(+22 -0)📄 Description
Some devices on windows (especially, apparently, SATA devices behind a bridge chip) report their serial number as a string of hex bytes instead of ASCII.
This patch tries to detect that and transparently work around it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.