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. Signed-off-by: Stefan Schmidt <stefan@xxxxxxxxxxxxxxxxxx> --- 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 */ -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html