Skip to content

Commit 06ec90d

Browse files
authored
Merge pull request #5 from roadrunner2/add-nvme-support
Recognize nvme disks as such too.
2 parents 0a34810 + 7cac234 commit 06ec90d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

photosyst.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,6 +1537,7 @@ static struct {
15371537
{ "^dasd[a-z][a-z]*$", {0}, nullmodname, DSKTYPE, },
15381538
{ "^mmcblk[0-9][0-9]*$", {0}, nullmodname, DSKTYPE, },
15391539
{ "^emcpower[a-z][a-z]*$", {0}, nullmodname, DSKTYPE, },
1540+
{ "^nvme[0-9][0-9]*n[0-9][0-9]*$", {0}, nullmodname, DSKTYPE, },
15401541
};
15411542

15421543
static int

0 commit comments

Comments
 (0)