forked from linux-usb-gadgets/libusbgx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
20 lines (18 loc) · 715 Bytes
/
ChangeLog
File metadata and controls
20 lines (18 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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