summaryrefslogtreecommitdiffstats
path: root/device/usb/public/interfaces/device.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'device/usb/public/interfaces/device.mojom')
-rw-r--r--device/usb/public/interfaces/device.mojom3
1 files changed, 3 insertions, 0 deletions
diff --git a/device/usb/public/interfaces/device.mojom b/device/usb/public/interfaces/device.mojom
index 25addb2..de7bd5f 100644
--- a/device/usb/public/interfaces/device.mojom
+++ b/device/usb/public/interfaces/device.mojom
@@ -10,6 +10,9 @@ enum OpenDeviceError {
// The operating system denied access to the device.
ACCESS_DENIED,
+
+ // The device is already open.
+ ALREADY_OPEN,
};
enum TransferDirection {