summaryrefslogtreecommitdiff
path: root/utils/hwstub/hwstub_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/hwstub_protocol.h')
-rw-r--r--utils/hwstub/hwstub_protocol.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/hwstub/hwstub_protocol.h b/utils/hwstub/hwstub_protocol.h
index fa692abab5..2c11025b1e 100644
--- a/utils/hwstub/hwstub_protocol.h
+++ b/utils/hwstub/hwstub_protocol.h
@@ -29,6 +29,10 @@
29#define HWSTUB_VERSION_MINOR 0 29#define HWSTUB_VERSION_MINOR 0
30#define HWSTUB_VERSION_REV 1 30#define HWSTUB_VERSION_REV 1
31 31
32#define HWSTUB_VERSION__(maj,min,rev) #maj"."#min"."#rev
33#define HWSTUB_VERSION_(maj,min,rev) HWSTUB_VERSION__(maj,min,rev)
34#define HWSTUB_VERSION HWSTUB_VERSION_(HWSTUB_VERSION_MAJOR,HWSTUB_VERSION_MINOR,HWSTUB_VERSION_REV)
35
32#define HWSTUB_USB_VID 0xfee1 36#define HWSTUB_USB_VID 0xfee1
33#define HWSTUB_USB_PID 0xdead 37#define HWSTUB_USB_PID 0xdead
34 38