Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added class specific descriptor type defines with standard USB-IF element ↵ | Dean Camera | 2010-09-09 | 1 | -2/+2 |
| | | | | naming. | ||||
* | Changed the signature of the CALLBACK_USB_GetDescriptor() callback function ↵ | Dean Camera | 2010-08-24 | 1 | -10/+10 |
| | | | | so that the descriptor pointer is const, to remove the need for extra casting inside the callback (thanks to Jonathan Kollasch). | ||||
* | Update all demos, projects and bootloaders to indent all function ↵ | Dean Camera | 2010-07-21 | 1 | -1/+3 |
| | | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos. | ||||
* | Fixed HID device class driver still using PrevReportINBuffer for GetReport ↵ | Dean Camera | 2010-07-15 | 1 | -1/+1 |
| | | | | control requests even when it has been set to NULL by the user application (thanks to Axel Rohde). | ||||
* | Add first lot of AVRStudio project files for some of the library projects. | Dean Camera | 2010-07-13 | 1 | -0/+288 |