1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Wed, 09 Sep 2024 Michael Grzeschik <m.grzeschik@pengutronix.de> 0.3.0
- Add meson build support
- Add support for usb9pfs
- Add more controls for USB Audio Class 2 (UAC2)
- Add support for USB Video Class (UVC)
- Add support for Printer8664b79
- Improved support for network gadget
- Many smaller fixes
Fri, 02 Ma 2018 Krzysztof Opasiak <k.opasiak@samsung.com> 0.2.0
- Use prefix for our enums
- Use string names similar to USB spec
- Get rid of static buffers
- Add support for HID function
- Fix C++ compilation issues
- Many smaller fixes
Wed, 23 Dec 2015 Krzysztof Opasiak <k.opasiak@samsung.com> 0.1.0
- Rework most of the API to be more flexible and usable
- Introduce internal API for adding function support
- Add support for FunctionFS
- Add support for Mass Storage
- Add support for MIDI
- Add support for Loopback
- Add spec file for generating rpm package
- Add test suit and various test cases
Tue, 22 Dec 2015 Krzysztof Opasiak <k.opasiak@samsung.com> 0.0.1
- Initial fork from libusbg
|