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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/hwstub/hwstub_protocol.h b/utils/hwstub/hwstub_protocol.h
index 02c065cbe0..759aa51b55 100644
--- a/utils/hwstub/hwstub_protocol.h
+++ b/utils/hwstub/hwstub_protocol.h
@@ -47,8 +47,8 @@
47 */ 47 */
48 48
49#define HWSTUB_CLASS 0xff 49#define HWSTUB_CLASS 0xff
50#define HWSTUB_SUBCLASS 0x57 50#define HWSTUB_SUBCLASS 0xde
51#define HWSTUB_PROTOCOL 0x0b 51#define HWSTUB_PROTOCOL 0xad
52 52
53/** 53/**
54 * Descriptors can be retrieved using configuration descriptor or individually 54 * Descriptors can be retrieved using configuration descriptor or individually
@@ -184,6 +184,6 @@ struct hwstub_exec_req_t
184{ 184{
185 uint32_t dAddress; 185 uint32_t dAddress;
186 uint16_t bmFlags; 186 uint16_t bmFlags;
187}; 187} __attribute__((packed));
188 188
189#endif /* __HWSTUB_PROTOCOL__ */ 189#endif /* __HWSTUB_PROTOCOL__ */