diff options
Diffstat (limited to 'include/VBox/err.h')
-rw-r--r-- | include/VBox/err.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/VBox/err.h b/include/VBox/err.h index 8ebd98c85..1d1a484ee 100644 --- a/include/VBox/err.h +++ b/include/VBox/err.h @@ -1308,6 +1308,9 @@ /** The requested operation cannot be performed because the device * is currently suspended. */ #define VERR_VUSB_DEVICE_IS_SUSPENDED (-3407) +/** Not permitted to open the USB device. + * The user doesn't have access to the device node, check group memberships. */ +#define VERR_VUSB_USB_DEVICE_PERMISSION (-3408) /** @} */ |