aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/MigrationInformation.txt
Commit message (Collapse)AuthorAgeFilesLines
* Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due ↵Dean Camera2012-03-291-0/+3
| | | | to OS incompatibilities, replaced with fixed 3-axis joystick report structure.
* Audio Device Class driver changed to also require the index of the Audio ↵Dean Camera2012-03-141-0/+4
| | | | Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments.
* Remove potentially unaligned uint32_t access in HIDParser.c, replace with ↵Dean Camera2012-02-201-1/+3
| | | | standard C bit shifts.
* Update trunk post-120219 release.Dean Camera2012-02-191-0/+3
|
* Commit for the 120219 release.Dean Camera2012-02-191-1/+1
|
* Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the ↵Dean Camera2012-01-281-0/+5
| | | | Audio Device Class driver.
* USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as ↵Dean Camera2012-01-021-0/+3
| | | | this was misnamed (thanks to NXP Semiconductors).
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵Dean Camera2011-11-181-0/+4
| | | | driver source filenames to prevent ambiguities.
* Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver ↵Dean Camera2011-11-161-1/+3
| | | | (thanks to Laszlo Monda).
* Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to ↵Dean Camera2011-10-181-0/+622
prevent user confusion with the actual *nix Man tool.