We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 725468a commit b09fbdfCopy full SHA for b09fbdf
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