aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights for 2017.Dean Camera2017-04-1814-28/+28
* Update copyrights to 2016.Dean Camera2016-01-3114-28/+28
* Merge pull request #49 from the2masters/progmemDean Camera2015-08-012-0/+55
|\
| * Add Progmem Variant to CDC_Device_SendStefan Hellermann2015-02-282-0/+55
* | Update copyrights to 2015 (better late than never).Dean Camera2015-05-1714-28/+28
|/
* Fix overflow for RNDIS class driver responses when returning the adapter quer...Dean Camera2014-08-312-23/+33
* Fix missing report IDs in feature reportsBert van Hall2014-06-191-0/+4
* Update copyrights for 2014.Dean Camera2014-01-0414-33/+33
* Fixed MIDI device class driver MIDI_Device_ReceiveEventPacket() for the XMEGA...Dean Camera2013-11-051-1/+4
* Use spaces instead of tabs where necessary to fix indentation.László Monda2013-09-241-7/+7
* Ensure core library documentation sections use unique IDs.Dean Camera2013-06-017-14/+14
* Add proper reset handling to the USB Printer Device Class driver.Dean Camera2013-05-052-4/+27
* Add missing EVENT_PRNT_Device_SoftReset() public function prototype.Dean Camera2013-05-051-0/+8
* Add new Printer Device Class driver.Dean Camera2013-05-052-0/+576
* Add some missing function attributes.Dean Camera2013-04-111-3/+3
* Minor documentation improvements.Dean Camera2013-04-041-5/+5
* Fixed Low Speed USB devices broken when using the library HID Class driver (t...Dean Camera2013-03-231-5/+12
* Changed all *_SendByte() function prototypes to accept a void pointer for the...Dean Camera2013-02-242-6/+6
* Remove CPPCheck suppressions for unused functions, disable checking for them ...Dean Camera2013-02-052-2/+0
* Update copyright year to 2013.Dean Camera2013-01-0312-24/+24
* Minor documentation improvements.Dean Camera2012-10-0512-12/+12
* Fix missing briefs in the documentation for several modules, fix up invalid d...Dean Camera2012-09-191-3/+3
* Fixed lengthy timeouts in the USBtoSerial project if no application on the ho...Dean Camera2012-09-162-2/+8
* Add missing <math.h> include for the UC3 devices, hide CDC class driver strea...Dean Camera2012-06-121-1/+3
* Spell check source code, fix mistakes.Dean Camera2012-06-092-3/+3
* Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the U...Dean Camera2012-05-261-2/+1
* Fixed possible deadlock in the CDC device driver if the USB connection is dro...Dean Camera2012-05-051-2/+6
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-1412-272/+106
* Re-enable cppcheck static analysis unused function checks after adding in spe...Dean Camera2012-03-252-0/+2
* Fixed incorrect call to the user callback CALLBACK_Audio_Device_GetSetInterfa...Dean Camera2012-03-151-1/+1
* Audio Device Class driver changed to also require the index of the Audio Cont...Dean Camera2012-03-142-1/+8
* Minor documentation fixes - change \note entries to \warning where appropriat...Dean Camera2012-02-241-7/+8
* All USB Class Driver configuration struct values are now non-const, to allow ...Dean Camera2012-02-196-7/+7
* Clean up the Audio Device class driver control request Endpoint match logic.Dean Camera2012-02-111-10/+7
* Altered the HID class driver to only try to construct at maximum one packet p...Dean Camera2012-02-092-0/+6
* Update file contributor copyrights for 2012.Dean Camera2012-02-0412-12/+12
* Update file header copyrights for 2012.Dean Camera2012-02-0412-12/+12
* Minor documentation improvements.Dean Camera2012-02-011-4/+4
* Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Aud...Dean Camera2012-01-282-3/+68
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-238-26/+28
* Add new Android Open Accessory class driver to the library core and add a new...Dean Camera2011-11-246-6/+6
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean Camera2011-11-1812-12/+12
* Fixed race conditions in the CDC, HID and Mass Storage class drivers when pro...Dean Camera2011-11-093-1/+12
* Fixed CDC class drivers not saving and sending all 16-bits of the control lin...Dean Camera2011-10-261-7/+7
* Added endian-correction to the CDC driver's Line Encoding control request han...Dean Camera2011-10-071-4/+12
* Oops - restore conditional calls to USB_USBTask() in the Mass Storage class d...Dean Camera2011-09-051-0/+8
* Remove redundant calls to USB_USBTask() in the Mass Storage Device Class driv...Dean Camera2011-07-291-20/+0
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-191-2/+2
* More endianness porting of the LUFA device mode class drivers.Dean Camera2011-07-113-127/+136
* Merge over core library changes from the MultiArchDemos branch.Dean Camera2011-06-291-1/+1