summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2020-01-21 10:22:37 +0000
committerRichard Hughes <richard@hughsie.com>2020-01-21 10:33:11 +0000
commit0f35320a050a8498b98b4a9b68396a30af16cf74 (patch)
treec90b2af6aa1edfceb144a57b08b3cedb752dfba0
parent31ffa6fc9d35dae220e5b2a17cab146b78e2c4fe (diff)
downloadgusb-0f35320a050a8498b98b4a9b68396a30af16cf74.tar.gz
trivial: Define a G_USB_DEVICE_CLAIM_INTERFACE_NONE rather than using '0'
-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;