Add new device type "Case"
This commit is contained in:
parent
f96028cba4
commit
287618ebe5
7 changed files with 9 additions and 1 deletions
|
|
@ -1609,6 +1609,8 @@ std::string device_type_to_str(device_type type)
|
|||
return "Storage";
|
||||
case DEVICE_TYPE_VIRTUAL:
|
||||
return "Virtual";
|
||||
case DEVICE_TYPE_CASE:
|
||||
return "Case";
|
||||
default:
|
||||
return "Unknown";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue