Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_EP_CONFI...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Host / HIDParser.c
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-24 Dean CameraAll USB class drivers are now automatically included...
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-10-01 Dean CameraWhitespace corrections.
2010-09-28 Dean CameraMove out many of the common class driver constants...
2010-08-10 Dean CameraFixed USB_GetHIDReportItemInfo() function modifying...
2010-07-21 Dean CameraAdd missing const qualifiers to class drivers.
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-02-11 Dean CameraAdd more include protection macros to give the user...
2010-02-09 Dean CameraFixed USB_GetHIDReportSize() returning the number of...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-04 Dean CameraFix double oops -- Host mode settle delay was still...
2009-12-04 Dean CameraFix incorrect const'ness of the ReportItem parameter...
2009-12-04 Dean CameraFixed HID Parser not distributing the Usage Min and...
2009-11-04 Dean CameraAdded new Printer Host mode Class driver.
2009-11-04 Dean CameraFixed HID report parser collection paths invalid due...
2009-11-03 Dean CameraRename the AT90USBXXX67 internal driver directory to...
2009-10-05 Dean CameraFix accidentally changed code breaking the HID descript...
2009-10-03 Dean CameraChanged Audio Class driver sample read/write functions...
2009-09-22 Dean CameraAdd new error condition to the HID Report Parser for...
2009-09-21 Dean CameraAdd new attributes to the HID Report Parser and HID...
2009-09-21 Dean CameraAdd const qualifiers to Host mode Class drivers.
2009-09-20 Dean CameraFinish Class Driver MouseHost demo. Update HID Host...
2009-09-20 Dean CameraAdded new Pipe_IsFrozen() macro to determine if the...
2009-09-09 Dean CameraChange HID report parser so that it can calculate and...
2009-09-09 Dean CameraFinish Still Image Host class driver.
2009-09-02 Dean CameraAdd user-filtering to the HID report parser, so that...
2009-09-01 Dean CameraChanged HIDParser to only zero out important values...
2009-08-31 Dean CameraAdd return codes to the CDC Host Class driver String...
2009-08-11 Dean CameraAdded flag to the HID report parser to indicate if...
2009-08-11 Dean CameraFixed swapped paremeters in the HID state memory copy...
2009-07-28 Dean CameraFixed report data alignment issues in the MouseHostWith...
2009-06-15 Dean CameraFixed broken HIDReportParser.c.
2009-06-14 Dean CameraAdd host mode USB Class driver stubs, add beginnings...
2009-06-01 Dean CameraCommit of new class abstraction APIs for all device...