summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-06-27 07:23:18 +0100
committerRichard Hughes <richard@hughsie.com>2017-07-21 16:15:10 +0100
commit7cec015cea3634ebb6b329242e6bf5b17dffe531 (patch)
tree332581cfa7890cce40f02f9d8118ba46e07e9b39
parenta2b55f1034dbdb8801a53f154f1b789723f5d1d0 (diff)
downloadcolord-7cec015cea3634ebb6b329242e6bf5b17dffe531.tar.gz
colorhug: Add the test DFU devices
-rw-r--r--lib/colorhug/ch-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/colorhug/ch-common.h b/lib/colorhug/ch-common.h
index 7256e61..37df27a 100644
--- a/lib/colorhug/ch-common.h
+++ b/lib/colorhug/ch-common.h
@@ -34,10 +34,12 @@ G_BEGIN_DECLS
/* device constants */
#define CH_USB_VID 0x273f
#define CH_USB_PID_BOOTLOADER 0x1000
+#define CH_USB_PID_BOOTLOADER_DFU 0x100a
#define CH_USB_PID_BOOTLOADER2 0x1005
#define CH_USB_PID_BOOTLOADER_ALS 0x1006 /* since 1.2.9 */
#define CH_USB_PID_BOOTLOADER_PLUS 0x1003
#define CH_USB_PID_FIRMWARE 0x1001
+#define CH_USB_PID_FIRMWARE_DFU 0x1009
#define CH_USB_PID_FIRMWARE2 0x1004
#define CH_USB_PID_FIRMWARE_ALS 0x1007 /* since 1.2.9 */
#define CH_USB_PID_FIRMWARE_ALS_SENSOR_HID 0x1008 /* since 1.2.11 */