15 Jan, 2015
1 commit
-
This makes examples more platform independent and more compatible with
USB standard, as endpoint addresses in given interface may differ
between hardware platforms or even between configurations in single
USB device.Signed-off-by: Robert Baldyga
Signed-off-by: Felipe Balbi
13 Jan, 2015
1 commit
-
It's needed, to have more than 64 bytes of maxpacketsize.
Signed-off-by: Robert Baldyga
Signed-off-by: Felipe Balbi
20 Nov, 2014
1 commit
-
This patch fix spelling typo in printk and Kconfig within
various part of kernel sources.Signed-off-by: Masanari Iida
Acked-by: Randy Dunlap
Signed-off-by: Jiri Kosina
01 Jul, 2014
3 commits
-
Add missing information about license. Some people will probably want to
reuse this code in their projects released under variety of licenses. For this
reason this example is under Public Domain license to avoid GPL limitations.Acked-by: Michal Nazarewicz
Signed-off-by: Robert Baldyga
Signed-off-by: Felipe Balbi -
Since commit [ac8dde11: “Add flags to descriptors block”] functionfs
supports a new descriptor format, so we update example application
to make it using recomended version of descriptors.Acked-by: Michal Nazarewicz
Signed-off-by: Robert Baldyga
Signed-off-by: Felipe Balbi -
We wrap numeric values of fs_count and hs_count fields in htole32,
because they should be in little-endian format.Acked-by: Michal Nazarewicz
Signed-off-by: Robert Baldyga
Signed-off-by: Felipe Balbi
14 May, 2014
1 commit
-
This patch adds two example applications showing usage of Asynchronous I/O API
of FunctionFS. First one (aio_simple) is simple example of bidirectional data
transfer. Second one (aio_multibuff) shows multi-buffer data transfer, which
may to be used in high performance applications.Both examples contains userspace applications for device and for host.
It needs libaio library on the device, and libusb library on host.Signed-off-by: Robert Baldyga
Signed-off-by: Felipe Balbi