From 809a0935d8833dd463280293cf6075d91e7b62ab Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 20 May 2015 11:16:18 +0200 Subject: [PATCH] atusb/fw: Bump minor version to mark first public release. With version 0.2 we made the first public release in binary form of the firmware. This comes together with the merge of the ATUSB driver to the mainline linux kernel. --- atusb/fw/include/atusb/ep0.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/atusb/fw/include/atusb/ep0.h b/atusb/fw/include/atusb/ep0.h index d21878f..8b0ab9a 100644 --- a/atusb/fw/include/atusb/ep0.h +++ b/atusb/fw/include/atusb/ep0.h @@ -22,10 +22,11 @@ * * 0.0 initial release * 0.1 addition of ATUSB_TEST + * 0.2 First public release */ #define EP0ATUSB_MAJOR 0 /* EP0 protocol, major revision */ -#define EP0ATUSB_MINOR 1 /* EP0 protocol, minor revision */ +#define EP0ATUSB_MINOR 2 /* EP0 protocol, minor revision */ #define HW_TYPE_100813 0 /* 2010-08-13 */ #define HW_TYPE_101216 1 /* 2010-12-16 */