diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2018-04-22 16:08:12 +1000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2018-04-22 16:08:12 +1000 |
commit | e9d9fcde04411001ba8dff07b512fdc46ce13e47 (patch) | |
tree | 41d1c6919e49dd49c6fb1426d7ff6a6aa708643b /LUFA | |
parent | 086975bd9442e86693fce2d16f003c4ad170cdac (diff) | |
download | lufa-e9d9fcde04411001ba8dff07b512fdc46ce13e47.tar.gz lufa-e9d9fcde04411001ba8dff07b512fdc46ce13e47.tar.bz2 lufa-e9d9fcde04411001ba8dff07b512fdc46ce13e47.zip |
Add MS OS Compatibility descriptors to RNDIS demos for driverless install on Windows.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index bfeb0f121..68acba2d2 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -10,6 +10,8 @@ * <b>New:</b> * - Core: * - The USE_INTERNAL_SERIAL definition can now be overridden by the user to a custom string index (thanks to Nicohood) + * - Library Applications: + * - Added Microsoft OS Compatibility descriptors to the RNDIS demos for driverless install on Windows 7 and newer * * <b>Fixed:</b> * - Core: |