aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Common
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue with gcc 8.10 compiler (qmk#2914)Drashna Jaelre2019-07-031-2/+1
|
* Documentation: Update copyrights to 2019.Dean Camera2019-01-0813-27/+27
|
* Fix HID report parser incorrectly decoding 32-bit USAGE elements.Dean Camera2018-12-091-3/+3
|
* Clean up CCID class driver and associated demos.Dean Camera2018-08-061-25/+25
|
* CCID: Initial support for GetParameters and SetParametersFilipe Rodrigues2018-07-211-0/+3
|
* CCID: Add support for PC-to-Reader XfrBlock messageFilipe Rodrigues2018-06-241-0/+20
|
* Reformatting and add const qualifiers.Dean Camera2018-06-241-1/+2
|
* Add CCID class driver and associated demos.Dean Camera2018-06-171-0/+269
|
* 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
|
* Update copyrights for 2018.Dean Camera2018-01-0412-24/+24
|
* Added HID_KEYBOARD_SC_RESERVEDNicoHood2017-12-291-0/+1
|
* Update copyrights for 2017.Dean Camera2017-04-1812-24/+24
|
* 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-3112-24/+24
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-1712-24/+24
|
* 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-311-3/+0
| | | | query list (thanks to Peter Mc Shane).
* Fix typos and add new macros for HID keyboard scancodes.László Monda2014-04-061-4/+21
|
* Update copyrights for 2014.Dean Camera2014-01-0412-24/+24
|
* Minor documentation improvements.Dean Camera2013-10-272-2/+2
|
* Fixed error receiving PIMA events via the Still Image Host class driver.Dean Camera2013-08-231-8/+8
|
* 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-0110-11/+11
|
* 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
|
* Minor documentation improvements.Dean Camera2013-05-124-6/+28
|
* Update Android Accessory Class driver to be compatible with protocol version ↵Dean Camera2013-05-101-2/+3
| | | | 2 devices.
* Added new CONCAT() and CONCAT_EXPANDED() convenience macros.Dean Camera2013-04-061-2/+2
|
* Added additional MIDI command definitions to the MIDI class driver (thanks ↵Dean Camera2013-03-281-8/+46
| | | | to Daniel Dreibrodt).
* Fixed incorrect HID report descriptor generated for 16-bit axis ranges by ↵Dean Camera2013-03-171-2/+2
| | | | the HID_DESCRIPTOR_MOUSE() and HID_DESCRIPTOR_JOYSTICK() macros (thanks to Guillaume Germaine)
* Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling ↵Dean Camera2013-03-091-0/+3
| | | | routines, to prevent ejection errors on *nix systems due to an unknown SCSI command.
* Update copyright year to 2013.Dean Camera2013-01-0312-24/+24
|
* Fixed maximum allowed keyboard key code usage of 0x65 rather than 0xFF for ↵Dean Camera2012-10-141-2/+2
| | | | the HID_DESCRIPTOR_KEYBOARD() macro (thanks to David Monro)
* Fixed incorrect definitions of HID_KEYBOARD_LED_KANA, ↵Dean Camera2012-10-141-4/+8
| | | | HID_KEYBOARD_SC_KEYPAD_EQUAL_SIGN and HID_KEYBOARD_SC_KEYPAD_EQUAL_SIGN_AS400 and added a missing definition for HID_KEYBOARD_SC_APPLICATION (thanks to David Monro).
* Minor documentation improvements.Dean Camera2012-10-0512-12/+12
|
* Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning ↵Dean Camera2012-09-091-1/+10
| | | | switch.
* Add svn:eol-style property on all source files where it was missing. Fix ↵Dean Camera2012-06-211-127/+127
| | | | line endings of all makefile, *.c and *.h files.
* Changed MIDI event structure MIDI_EventPacket_t to use a single field for ↵Dean Camera2012-04-251-2/+13
| | | | the combined virtual cable index and command ID, to prevent bitfield packing issues on some architectures (thanks to Darren Gibbs).
* Oops - typos in alterations to HID_DESCRIPTOR_JOYSTICK().Dean Camera2012-03-291-3/+3
|
* Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due ↵Dean Camera2012-03-291-12/+11
| | | | to OS incompatibilities, replaced with fixed 3-axis joystick report structure.
* Minor documentation fixes - change \note entries to \warning where ↵Dean Camera2012-02-241-4/+4
| | | | appropriate and remove/update old documentation.
* Remove potentially unaligned uint32_t access in HIDParser.c, replace with ↵Dean Camera2012-02-201-3/+4
| | | | standard C bit shifts.
* Minor documentation improvements.Dean Camera2012-02-111-2/+2
|
* Update file contributor copyrights for 2012.Dean Camera2012-02-0412-12/+12
|
* Update file header copyrights for 2012.Dean Camera2012-02-0412-12/+12
|