aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Common
Commit message (Expand)AuthorAgeFilesLines
* Fixed possible invalid program execution when in host mode if corrupt descrip...Dean Camera2011-05-141-1/+1
* Minor documentation fixes.Dean Camera2011-05-081-2/+2
* Add missing function attributes to the pipe/endpoint functions for all archit...Dean Camera2011-04-121-2/+2
* Remove redundant type information for bitfield elements, other than the signe...Dean Camera2011-04-102-51/+51
* Fix corner case in the HID report descriptor Mouse/Joystick tempates at the 8...Dean Camera2011-03-231-2/+2
* Add structure padding to the appropriate descriptor structures to maintain co...Dean Camera2011-03-117-55/+55
* More Doxygen updates for multiple architecture support.Dean Camera2011-02-201-0/+1
* Start update of documentation to support possible multiple architectures in t...Dean Camera2011-02-209-18/+0
* Initial restructuring of the core USB driver module to support multiple archi...Dean Camera2011-02-199-12/+11
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-1910-10/+10
* Removed SerialStream module, rolled functionality into the base USART Serial ...Dean Camera2011-01-302-68/+73
* Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items into...Dean Camera2011-01-301-5/+11
* Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl...Dean Camera2011-01-304-135/+167
* Added new KeyboardMouseMultiReport Device ClassDriver demo.Dean Camera2011-01-261-4/+4
* Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD and HID_DESCRIPTOR_JO...Dean Camera2011-01-231-0/+153
* Fixed incorrect definition of the HID_KEYBOARD_SC_RIGHT_ARROW constant in the...Dean Camera2011-01-171-2/+3
* Abuse the the C preprocessor so that the HID macros can automatically encode ...Dean Camera2011-01-171-32/+41
* Minor documentation corrections for the new HID report item constant defines.Dean Camera2011-01-161-2/+2
* New HID report item macros (with HID_RI_ prefix) to allow for easy creation a...Dean Camera2011-01-164-0/+831
* Added new high level TWI packet read/write commands, altered behaviour of the...Dean Camera2011-01-131-3/+3
* Oops - fix type preventing compilation of demos using the class drivers.Dean Camera2011-01-081-1/+1
* Minor documentation improvements.Dean Camera2011-01-087-26/+27
* Update Doxygen documentation configuration file for the main project document...Dean Camera2011-01-031-1/+3
* Update copyright year on all source files.Dean Camera2011-01-018-16/+16
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-268-8/+8
* Fixed incorrect definition of the HID_KEYBOARD_SC_D constant in the HID class...Dean Camera2010-12-131-2/+3
* Minor documentation improvements.Dean Camera2010-11-031-8/+8
* Added standard keyboard HID report scancode defines (thanks to László Monda).Dean Camera2010-10-281-13/+232
* Move RNDISConstants.h into the RNDIS class driver common definition header.Dean Camera2010-10-288-130/+135
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-289-9/+9
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-257-38/+155
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-249-51/+82
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-139-209/+218
* Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...Dean Camera2010-10-122-16/+16
* Fix up incorrect version numbers in demo/project descriptors.Dean Camera2010-09-282-47/+50
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-287-302/+466
* Whitespace corrections.Dean Camera2010-09-093-40/+40
* Added class specific descriptor type defines with standard USB-IF element nam...Dean Camera2010-09-093-85/+444
* Clarify in the documentation that the Audio demos and driver is for the Audio...Dean Camera2010-08-211-3/+3
* Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage ...Dean Camera2010-08-201-0/+5
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean Camera2010-07-301-1/+1
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-301-1/+1
* Rename reserved members of all structs so that they are uniformly named acros...Dean Camera2010-07-261-5/+5
* Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().Dean Camera2010-06-177-216/+220
* Fixed incorrect function references in the Mass Storage Class driver document...Dean Camera2010-06-031-1/+3
* More documentation fixes.Dean Camera2010-06-032-3/+3
* Minor documentation cleanups.Dean Camera2010-06-033-12/+12
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-089-1942/+1942
* Change over unix line-endings to dos line endings.Dean Camera2010-05-071-1/+1
* Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() functio...Dean Camera2010-05-061-0/+9