Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/superna9999/ffs-test
- Owner: superna9999
- Created: 2015-12-10T08:32:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T08:34:03.000Z (almost 9 years ago)
- Last Synced: 2023-03-11T12:18:24.437Z (over 1 year ago)
- Language: C
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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