Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/superna9999/ffs-test

configurable endpoint lengths ffs-test
https://github.com/superna9999/ffs-test

Last synced: about 18 hours ago
JSON representation

configurable endpoint lengths ffs-test

Awesome Lists containing this project

README

        

FFS-Test: Userspace USB Gadget for ELC 2014
--------------------------------------------

This is the userspace code which runs on a USB device which is using the USB
gadget framework and configfs. This software manages the endpoints and
provides the acutal source and sync of data. It has been modified from the
originals to allow configurable endpoint lengths and add additional
endpoints, as well as building outside the kernel source tree. This code
was used for my talk titled "USB and the Real World" at Embedded Linux
Conference 2014.

It is copied and modified from the ffs-test program which is part of the
Linux Kernel sources (located in tools/usb).

Alan Ott