aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-0816-34/+34
* Fix Doxygen documentation for conditionally enabled functions.Dean Camera2018-12-072-33/+34
* Add const qualifiers to class driver callback parameters, fix parameter naming.Dean Camera2018-08-061-13/+13
* Clean up CCID class driver and associated demos.Dean Camera2018-08-062-59/+64
* CCID: Initial support for GetParameters and SetParametersFilipe Rodrigues2018-07-212-0/+102
* CCID: Add support for PC-to-Reader XfrBlock messageFilipe Rodrigues2018-06-242-7/+79
* Reformatting and add const qualifiers.Dean Camera2018-06-242-31/+49
* Review fixesFilipe Rodrigues2018-06-172-53/+37
* Add CCID class driver and associated demos.Dean Camera2018-06-172-0/+443
* Fix mismatched aliased event and event stub function prototypes.Dean Camera2018-06-176-7/+13
* Remove unneccesary ATTR_CONST from stub functions (thanks to NicoHood).Dean Camera2018-06-173-3/+3
* Fixed CDC class Send_Device_*_P() and Send_Host_*_P() variant functions not c...Dean Camera2018-02-182-79/+89
* Fix CDC device driver not returning written character on putchar success.Dean Camera2018-01-221-1/+1
* Update copyrights for 2018.Dean Camera2018-01-0414-28/+28
* 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