Spell check library source code files.
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Host / HID.c
2011-04-04 Dean CameraRenamed all low level Endpoint_Read_*, Endpoint_Write_...
2011-02-19 Dean CameraInitial restructuring of the core USB driver module...
2011-01-10 Dean CameraAltered all endpoint/pipe stream transfers so that...
2011-01-01 Dean CameraUpdate copyright year on all source files.
2010-12-02 Dean CameraFixed HID hpst class driver incorrectly binding to...
2010-12-02 Dean CameraRefactored Host mode Class Driver *_Host_ConfigurePipes...
2010-11-02 Dean CameraFix XPLAINBridge code broken during the changes to...
2010-10-28 Dean CameraChanged over fourwalledcubicle.com links to the new...
2010-10-25 Dean CameraAdd descriptor class, subclass and protocol constants...
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-30 Dean CameraMake Host mode Class drivers only set the class driver...
2010-09-30 Dean CameraFix incorrectly named configuration descriptor callback...
2010-09-30 Dean CameraFix low level host mode demos not correctly fetching...
2010-09-28 Dean CameraMove out many of the common class driver constants...
2010-09-09 Dean CameraAdded class specific descriptor type defines with stand...
2010-07-21 Dean CameraAdd missing const qualifiers to class drivers.
2010-05-09 Dean CameraAdd new ReportType parameter to the HID class driver...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-05-04 Dean CameraFixed Host mode HID class driver not sending the correc...
2010-03-24 Dean CameraFixed compilation error in the AudioInput demos when...
2010-02-14 Dean CameraFix HID Host Class driver sending incorrect ReportType...
2010-02-11 Dean CameraAdd more include protection macros to give the user...
2010-01-05 Dean CameraInline USB management functions in the Class drivers...
2010-01-04 Dean CameraFix MassStorageKeyboard demo USE_INTERNAL_SERIAL check...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-12-13 Dean CameraTest with -Wextra, fix library warnings due to unused...
2009-11-26 Dean CameraAdded new RNDIS Host class driver and the beginnings...
2009-11-09 Dean CameraFixed HID host Class driver report send/receive report...
2009-11-07 Dean CameraAdd optional pipe double banking support to the Host...
2009-11-03 Dean CameraAdd const attribute to class driver APIs.
2009-09-30 Dean CameraAdded new HID_HOST_BOOT_PROTOCOL_ONLY compile time...
2009-09-30 Dean CameraFixed issue in the HID Host class driver's HID_Host_Sen...
2009-09-24 Dean CameraFix incorrect names for the HID Host protocol setting...
2009-09-21 Dean CameraAdd new attributes to the HID Report Parser and HID...
2009-09-21 Dean CameraFinish initial draft of the Host Mode HID Class driver.
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-17 Dean CameraAdded support for the officially recommended layout...
2009-09-17 Dean CameraFix Mass Storage Host Class driver GetMaxLUN command...
2009-09-09 Dean CameraRemove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time...
2009-09-02 Dean CameraAdd StillImage Host Class Driver functions for opening...
2009-08-30 Dean CameraAdded start of the Still Image Host Class driver demo...
2009-08-13 Dean CameraAdded CDC_Device_Flush() command to the CDC Device...
2009-08-11 Dean CameraAdd new functions to the HID host class driver, refine...
2009-08-11 Dean CameraFixed swapped paremeters in the HID state memory copy...
2009-08-11 Dean CameraFix issue in CDC device class driver where received...
2009-08-05 Dean CameraCommit for 090810rc1 release.
2009-07-27 Dean CameraState information for class drivers is now zeroed out...
2009-07-27 Dean CameraChange Host mode class driver Pipe configuration routin...
2009-07-27 Dean CameraAdd new MouseHost Class Driver demo, unfinished, to...
2009-06-14 Dean CameraAdd host mode USB Class driver stubs, add beginnings...