aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device
Commit message (Collapse)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
| | | | | | - Added documentation - Removed incomplete XfrBlock message - Renamed Attr to Atr
* 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 ↵Dean Camera2018-02-182-79/+89
| | | | compiled out for UC3 architecture.
* 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 string/data send variants to the CDC class driver (thanks to Stefan Hellermann).
| * 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 ↵Dean Camera2014-08-312-23/+33
| | | | query list (thanks to Peter Mc Shane).
* Fix missing report IDs in feature reportsBert van Hall2014-06-191-0/+4
| | | | | | | As it is the case for input reports, the ID has to be sent for feature reports when a device has multiple reports implemented. Signed-off-by: Bert van Hall <bert.vanhall@avionic-design.de>
* Update copyrights for 2014.Dean Camera2014-01-0414-33/+33
|
* Fixed MIDI device class driver MIDI_Device_ReceiveEventPacket() for the ↵Dean Camera2013-11-051-1/+4
| | | | XMEGA architecture.
* 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 ↵Dean Camera2013-03-231-5/+12
| | | | (thanks to Michael).
* Changed all *_SendByte() function prototypes to accept a void pointer for ↵Dean Camera2013-02-242-6/+6
| | | | the input buffer (thanks to Simon Küppers) instead of a uint8_t pointer.
* Remove CPPCheck suppressions for unused functions, disable checking for them ↵Dean Camera2013-02-052-2/+0
| | | | in the StaticAnalysisTest build test as it can't cope with GCC aliasing and mixed library/application code.
* 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 ↵Dean Camera2012-09-191-3/+3
| | | | documentation references.
* Fixed lengthy timeouts in the USBtoSerial project if no application on the ↵Dean Camera2012-09-162-2/+8
| | | | | | host is consuming data (thanks to Nicolas Saugnier). Fixed lengthy automatic data flushing in the CDC and MIDI device class drivers.
* Add missing <math.h> include for the UC3 devices, hide CDC class driver ↵Dean Camera2012-06-121-1/+3
| | | | stream functions for unsupported platforms.
* 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 ↵Dean Camera2012-05-261-2/+1
| | | | UC3 devices (thanks to Andrew Chu).
* Fixed possible deadlock in the CDC device driver if the USB connection is ↵Dean Camera2012-05-051-2/+6
| | | | dropped while the CDC_REQ_SetLineEncoding control request is being processed by the stack (thanks to Jonathan Hudgins).
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-1412-272/+106
|
* Re-enable cppcheck static analysis unused function checks after adding in ↵Dean Camera2012-03-252-0/+2
| | | | special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos.
* Fixed incorrect call to the user callback ↵Dean Camera2012-03-151-1/+1
| | | | CALLBACK_Audio_Device_GetSetInterfaceProperty() in the Audio Class device driver (thanks to Tiit Ratsep).
* Audio Device Class driver changed to also require the index of the Audio ↵Dean Camera2012-03-142-1/+8
| | | | Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments.
* Minor documentation fixes - change \note entries to \warning where ↵Dean Camera2012-02-241-7/+8
| | | | appropriate and remove/update old documentation.
* All USB Class Driver configuration struct values are now non-const, to allow ↵Dean Camera2012-02-196-7/+7
| | | | for run-time modifications if required before configuring an instance.
* 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 ↵Dean Camera2012-02-092-0/+6
| | | | per USB frame, to reduce CPU usage.
* Update file contributor copyrights for 2012.Dean Camera2012-02-0412-12/+12
|