diff --git a/atusb/fw/Makefile b/atusb/fw/Makefile index fb7d9a4..df6bbe1 100644 --- a/atusb/fw/Makefile +++ b/atusb/fw/Makefile @@ -30,7 +30,7 @@ SIZE = $(AVR_PREFIX)size # BCD notion is 0xJJMM with JJ being major and MM being minor. Thus 0x0020 is # version 0.2 */ -USB_BCD_VERSION = 0020 +USB_BCD_VERSION = 0030 USB_VENDOR_ID = 20b7 USB_PRODUCT_ID = 1540 USB_ID = $(USB_VENDOR_ID):$(USB_PRODUCT_ID) diff --git a/atusb/fw/include/atusb/ep0.h b/atusb/fw/include/atusb/ep0.h index 8b0ab9a..adb7d19 100644 --- a/atusb/fw/include/atusb/ep0.h +++ b/atusb/fw/include/atusb/ep0.h @@ -23,10 +23,11 @@ * 0.0 initial release * 0.1 addition of ATUSB_TEST * 0.2 First public release + * 0.3 ATUSB_EUI64_READ/WRITE for permanent EUI64 handling */ #define EP0ATUSB_MAJOR 0 /* EP0 protocol, major revision */ -#define EP0ATUSB_MINOR 2 /* EP0 protocol, minor revision */ +#define EP0ATUSB_MINOR 3 /* EP0 protocol, minor revision */ #define HW_TYPE_100813 0 /* 2010-08-13 */ #define HW_TYPE_101216 1 /* 2010-12-16 */