aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB
Commit message (Expand)AuthorAgeFilesLines
* Fix CDC device driver not returning written character on putchar success.Dean Camera2018-01-221-1/+1
* Update copyrights for 2018.Dean Camera2018-01-04133-266/+266
* Minor documentation improvements.Dean Camera2018-01-041-3/+10
* Added HID_KEYBOARD_SC_RESERVEDNicoHood2017-12-291-0/+1
* Fixed DeviceUsesOUTPipe flag not being set correctly in the HID host class dr...Dean Camera2017-09-101-0/+1
* Update copyrights for 2017.Dean Camera2017-04-18133-266/+266
* Fix HID_DESCRIPTOR_KEYBOARD()Eric Tang2017-01-241-2/+1
* Fix USB_SetHIDReportItemInfo() function.e-chip2016-09-281-2/+2
* Fixed invalid endpoint indexes causing memory corruption in device Clear/Set ...Dean Camera2016-03-281-2/+15
* Update copyrights to 2016.Dean Camera2016-01-31133-266/+266
* Fixed broken USE_RAM_DESCRIPTORS compile time option when the FIXED_NUM_CONFI...Dean Camera2015-12-151-2/+2
* Fixed incorrect CALLBACK_USB_GetDescriptor() wIndex parameter type (thanks to...Dean Camera2015-12-021-1/+1
* 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 Variant to CDC_Device_SendStefan Hellermann2015-02-282-0/+55
* | Update copyrights to 2015 (better late than never).Dean Camera2015-05-17133-266/+266
|/
* Obsolete the old MACROS and MACROE convenience macros.Dean Camera2014-09-141-3/+3
* 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 quer...Dean Camera2014-08-313-26/+33
* Minor code style fixes, documentation improvements.Dean Camera2014-07-221-4/+5
* Fix XMEGA USB prescaler calculationBert van Hall2014-07-221-3/+13
* Fix missing report IDs in feature reportsBert van Hall2014-06-191-0/+4
* Fix possible infinite loop in the control stream write template functions.Dean Camera2014-06-083-0/+6
* Merge pull request #23 from mondalaci/add-further-scancodesDean Camera2014-04-071-4/+21
|\
| * 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 dr...Dean Camera2014-03-059-21/+21
|/
* Fix incorrect descriptor length when using USB_STRING_DESCRIPTOR macros.Dean Camera2014-01-271-2/+2
* Fix USB_STRING_DESCRIPTOR() macro reported length to account for the null-ter...Dean Camera2014-01-081-1/+1
* Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required.Dean Camera2014-01-081-3/+14
* Add USB_STRING_DESCRIPTOR and make the Keyboard demo use it.László Monda2014-01-081-0/+3
* Update copyrights for 2014.Dean Camera2014-01-04133-490/+490
* AVR8: Add option to keep 3.3V regulator enabledMichael Hanselmann2013-12-202-1/+10
* Use new VERSION_BCD() macro with explicit int arguments to fix edge cases wit...Dean Camera2013-11-211-14/+9
* Fixed MIDI device class driver MIDI_Device_ReceiveEventPacket() for the XMEGA...Dean Camera2013-11-051-1/+4
* Minor documentation improvements.Dean Camera2013-10-272-2/+2
* Minor documentation corrections.Dean Camera2013-10-061-1/+1
* 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 dequeueing...Dean Camera2013-08-191-5/+22
* Fixed re-enumeration issue of XMEGA architecture targets.Dean Camera2013-08-131-1/+1
* Fixed incorrect USB device state set when a suspended LUFA device is woken wh...Dean Camera2013-07-153-3/+3
* Ensure core library documentation sections use unique IDs.Dean Camera2013-06-0136-66/+66
* 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
* Fix missing bitshift in the AVR8 Pipe_GetBoundEndpointAddress() function.Dean Camera2013-05-141-1/+1