summaryrefslogtreecommitdiff
path: root/utils/hwstub/hwstub_protocol.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-04-12 00:06:31 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2014-04-12 00:11:13 +0200
commit910235b49a754fcd18157dbd22e125a32b482c9d (patch)
treec7d6bce9ed7c73d27c5bae4c42564c6745417c74 /utils/hwstub/hwstub_protocol.h
parent957613420e9c4906e8bb8ac685e10fc0c24329b8 (diff)
downloadrockbox-910235b49a754fcd18157dbd22e125a32b482c9d.tar.gz
rockbox-910235b49a754fcd18157dbd22e125a32b482c9d.zip
hwstub: fix error in config descriptor, cleanup some code
Change-Id: I853340ed2c187a044726ca03ec52aed655707e27
Diffstat (limited to 'utils/hwstub/hwstub_protocol.h')
-rw-r--r--utils/hwstub/hwstub_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hwstub/hwstub_protocol.h b/utils/hwstub/hwstub_protocol.h
index a34c65b1b5..67945cd5c0 100644
--- a/utils/hwstub/hwstub_protocol.h
+++ b/utils/hwstub/hwstub_protocol.h
@@ -27,7 +27,7 @@
27 27
28#define HWSTUB_VERSION_MAJOR 3 28#define HWSTUB_VERSION_MAJOR 3
29#define HWSTUB_VERSION_MINOR 0 29#define HWSTUB_VERSION_MINOR 0
30#define HWSTUB_VERSION_REV 0 30#define HWSTUB_VERSION_REV 1
31 31
32#define HWSTUB_USB_VID 0xfee1 32#define HWSTUB_USB_VID 0xfee1
33#define HWSTUB_USB_PID 0xdead 33#define HWSTUB_USB_PID 0xdead