We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 725468a + b09fbdf commit a0a5b37Copy full SHA for a0a5b37
protobuf_definitions/message_formats.proto
@@ -657,8 +657,9 @@ message RemovableStorageDevice {
657
enum Status {
658
STATUS_UNSPECIFIED = 0; // Unspecified.
659
STATUS_READY = 1; // The storage device is valid and ready for use.
660
- STATUS_FORMATTING = 2; // The storage device is being formatted
+ STATUS_FORMATTING = 2; // The storage device is being formatted.
661
STATUS_ERROR = 3; // The storage device is in an error state.
662
+ STATUS_UNPLUGGED = 4; // The storage device is not present.
663
}
664
string vendor_name = 1; // USB vendor name.
665
string model_name = 2; // Model name of the USB storage device.
0 commit comments