summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-01-15 12:31:24 +0000
committerRichard Hughes <richard@hughsie.com>2015-01-15 12:31:24 +0000
commit8360abdc60975853cef7286983cc9eb19404ef5d (patch)
tree1b4751c0f235d7ec086ea9a1d7ab3e24269580bb
parentc5a77d70d1d4935a4ccec5f1a0ffab2972c02a21 (diff)
downloadcolord-8360abdc60975853cef7286983cc9eb19404ef5d.tar.gz
trivial: Endpoints are uint8 in size
-rw-r--r--lib/colorhug/ch-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/colorhug/ch-common.h b/lib/colorhug/ch-common.h
index 84fcf10..03dbfdf 100644
--- a/lib/colorhug/ch-common.h
+++ b/lib/colorhug/ch-common.h
@@ -41,7 +41,7 @@ G_BEGIN_DECLS
#define CH_USB_PID_FIRMWARE_PLUS 0x1002
#define CH_USB_CONFIG 0x0001
#define CH_USB_INTERFACE 0x0000
-#define CH_USB_HID_EP 0x0001
+#define CH_USB_HID_EP 0x01
#define CH_USB_HID_EP_IN (CH_USB_HID_EP | 0x80)
#define CH_USB_HID_EP_OUT (CH_USB_HID_EP | 0x00)
#define CH_USB_HID_EP_SIZE 64