summaryrefslogtreecommitdiffstats
path: root/firmware/usbconfig.h
diff options
context:
space:
mode:
authorJenna Fox <a@creativepony.com>2012-09-30 11:10:39 +1000
committerJenna Fox <a@creativepony.com>2012-09-30 11:10:39 +1000
commit1242755e52da799231d7e55f0b96745bb327ce81 (patch)
tree47e0e54c87f94c354bd5b240c35188350cd28f05 /firmware/usbconfig.h
parenta4376df2371c8892533353a4eaa3821cf5b3d856 (diff)
downloadmicronucleus-1242755e52da799231d7e55f0b96745bb327ce81.tar.gz
micronucleus-1242755e52da799231d7e55f0b96745bb327ce81.tar.bz2
micronucleus-1242755e52da799231d7e55f0b96745bb327ce81.zip
Cleaning up some comments and old references to previous µBoot name.
Diffstat (limited to 'firmware/usbconfig.h')
-rw-r--r--firmware/usbconfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/usbconfig.h b/firmware/usbconfig.h
index f093a28..55707cb 100644
--- a/firmware/usbconfig.h
+++ b/firmware/usbconfig.h
@@ -177,19 +177,19 @@
/* -------------------------- Device Description --------------------------- */
-#define USB_CFG_VENDOR_ID 0xD0, 0x16 /* = 0x16d0 */
+#define USB_CFG_VENDOR_ID 0xD0, 0x16 /* = 0x16d0 */
/* USB vendor ID for the device, low byte first. If you have registered your
* own Vendor ID, define it here. Otherwise you may use one of obdev's free
* shared VID/PID pairs. Be sure to read USB-IDs-for-free.txt for rules!
*/
-#define USB_CFG_DEVICE_ID 0x53, 0x07 /* = 0x0753 = Digistump */
+#define USB_CFG_DEVICE_ID 0x53, 0x07 /* = 0x0753 = Digistump */
/* This is the ID of the product, low byte first. It is interpreted in the
* scope of the vendor ID. If you have registered your own VID with usb.org
* or if you have licensed a PID from somebody else, define it here. Otherwise
* you may use one of obdev's free shared VID/PID pairs. See the file
* USB-IDs-for-free.txt for details!
*/
-#define USB_CFG_DEVICE_VERSION UBOOT_VERSION, 0x01
+#define USB_CFG_DEVICE_VERSION MICRONUCLEUS_VERSION_MINOR, MICRONUCLEUS_VERSION_MAJOR
/* Version number of the device: Minor number first, then major number.
*/
// electric arrow - not compliant with obdev's rules but we'll have our own vid-pid soon