summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gusb/gusb-device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gusb/gusb-device.h b/gusb/gusb-device.h
index ba9dcea..7c7ec6f 100644
--- a/gusb/gusb-device.h
+++ b/gusb/gusb-device.h
@@ -85,6 +85,7 @@ typedef enum {
* g_usb_device_release_interface methods flags parameters.
**/
typedef enum {
+ G_USB_DEVICE_CLAIM_INTERFACE_NONE = 0,
G_USB_DEVICE_CLAIM_INTERFACE_BIND_KERNEL_DRIVER = 1 << 0,
} GUsbDeviceClaimInterfaceFlags;