aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class
Commit message (Collapse)AuthorAgeFilesLines
* CCID: Initial support for GetParameters and SetParametersFilipe Rodrigues2018-07-213-0/+105
|
* CCID: Add support for PC-to-Reader XfrBlock messageFilipe Rodrigues2018-06-243-7/+99
|
* Reformatting and add const qualifiers.Dean Camera2018-06-244-37/+55
|
* 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-174-0/+795
|
* Fix mismatched aliased event and event stub function prototypes.Dean Camera2018-06-178-9/+15
|
* Remove unneccesary ATTR_CONST from stub functions (thanks to NicoHood).Dean Camera2018-06-174-4/+4
|
* Fixed HID report parser corruption when parsing PUSH and POP report item ↵Dean Camera2018-06-171-1/+1
| | | | elements.
* Move class-specific functional descriptor definitions to their respective ↵Dean Camera2018-06-172-17/+31
| | | | classes.
* Remove unused CDC_FUNCTIONAL_DESCRIPTOR macro.Dean Camera2018-03-121-15/+0
|
* Fixed CDC class Send_Device_*_P() and Send_Host_*_P() variant functions not ↵Dean Camera2018-02-184-175/+195
| | | | 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-0453-106/+106
|
* Added HID_KEYBOARD_SC_RESERVEDNicoHood2017-12-291-0/+1
|
* Fixed DeviceUsesOUTPipe flag not being set correctly in the HID host class ↵Dean Camera2017-09-101-0/+1
| | | | driver (thanks to Wolfgang Schnerring).
* Update copyrights for 2017.Dean Camera2017-04-1853-106/+106
|
* Fix HID_DESCRIPTOR_KEYBOARD()Eric Tang2017-01-241-2/+1
| | | | This will prevent future occurrences of jackhumbert/qmk_firmware#312.
* Fix USB_SetHIDReportItemInfo() function.e-chip2016-09-281-2/+2
| | | | | Bits applying loop worked incorrect on large reports. Seems to me like a copy/paste problem from USB_GetHIDReportItemInfo().
* Update copyrights to 2016.Dean Camera2016-01-3153-106/+106
|
* Add PROGMEM variant data send functions to the CDC host class driver.Dean Camera2015-08-012-0/+69
|
* 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-1753-106/+106
|/
* add parens around args in MIDI_EVENT macroTom Hargreaves2014-09-061-1/+1
|
* Add Dual MIDI device class driver demo application.Dean Camera2014-08-311-1/+1
|
* Fix overflow for RNDIS class driver responses when returning the adapter ↵Dean Camera2014-08-313-26/+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>
* Merge pull request #23 from mondalaci/add-further-scancodesDean Camera2014-04-071-4/+21
|\ | | | | Fix typos and add new macros for HID keyboard scancodes.
| * Fix typos and add new macros for HID keyboard scancodes.László Monda2014-04-061-4/+21
| |
* | More fixes for incorrect return types/values.Dean Camera2014-03-091-1/+1
| |
* | Fix incorrect error codes returned on pip config failure in the host class ↵Dean Camera2014-03-059-21/+21
|/ | | | drivers.
* Update copyrights for 2014.Dean Camera2014-01-0453-129/+129
|
* Fixed MIDI device class driver MIDI_Device_ReceiveEventPacket() for the ↵Dean Camera2013-11-051-1/+4
| | | | XMEGA architecture.
* Minor documentation improvements.Dean Camera2013-10-272-2/+2
|
* Use spaces instead of tabs wherever necessary to fix indentation.László Monda2013-09-241-4/+4
|
* Use spaces instead of tabs where necessary to fix indentation.László Monda2013-09-241-7/+7
|
* Fixed error receiving PIMA events via the Still Image Host class driver.Dean Camera2013-08-232-9/+9
|
* Fix code style in the HID parser module.Dean Camera2013-08-231-5/+5
|
* Prevent accessing past the UsageList bounds in the HID parser when ↵Dean Camera2013-08-191-5/+22
| | | | dequeueing a usage.
* Ensure core library documentation sections use unique IDs.Dean Camera2013-06-0135-61/+61
|
* Fix HID descriptor mouse and joystick macros for integer multiples of 8 buttons.Dean Camera2013-05-231-2/+2
|
* Minor documentation improvements.Dean Camera2013-05-221-6/+6
|
* Simplify the Doxygen to Docbook XML transform.Dean Camera2013-05-191-1/+1
|
* Minor documentation improvements.Dean Camera2013-05-124-6/+28
|
* Update Android Accessory Class driver to be compatible with protocol version ↵Dean Camera2013-05-102-3/+4
| | | | 2 devices.
* 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-053-0/+581
|
* Oops - fix function prototype attribute.Dean Camera2013-04-111-1/+1
|
* Add some missing function attributes.Dean Camera2013-04-114-11/+11
|