1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-11-22 14:04:59 +02:00

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.
This commit is contained in:
Stefan Schmidt 2015-05-20 11:16:18 +02:00
parent 3ebd17f9e6
commit 809a0935d8

View File

@ -22,10 +22,11 @@
* *
* 0.0 initial release * 0.0 initial release
* 0.1 addition of ATUSB_TEST * 0.1 addition of ATUSB_TEST
* 0.2 First public release
*/ */
#define EP0ATUSB_MAJOR 0 /* EP0 protocol, major revision */ #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_100813 0 /* 2010-08-13 */
#define HW_TYPE_101216 1 /* 2010-12-16 */ #define HW_TYPE_101216 1 /* 2010-12-16 */