Re: [PATCH v2 1/3] tools: ffs-aio-example: fix header values endianess

2014-06-25 Thread Michal Nazarewicz
On Wed, Jun 25 2014, Robert Baldyga wrote: > We wrap numeric values of fs_count and hs_count fields in htole32, > because they should be in little-endian format. > > Signed-off-by: Robert Baldyga Acked-by: Michal Nazarewicz > --- > tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.

[PATCH v2 1/3] tools: ffs-aio-example: fix header values endianess

2014-06-24 Thread Robert Baldyga
We wrap numeric values of fs_count and hs_count fields in htole32, because they should be in little-endian format. Signed-off-by: Robert Baldyga --- tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c | 4 ++-- tools/usb/ffs-aio-example/simple/device_app/aio_simple.c | 4 ++-- 2