Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add PROGMEM variant data send functions to the CDC host class driver. | Dean Camera | 2015-08-01 | 2 | -0/+69 |
| | |||||
* | Merge pull request #49 from the2masters/progmem | Dean Camera | 2015-08-01 | 2 | -0/+55 |
|\ | | | | | Add PROGMEM string/data send variants to the CDC class driver (thanks to Stefan Hellermann). | ||||
| * | Add Progmem Variant to CDC_Device_Send | Stefan Hellermann | 2015-02-28 | 2 | -0/+55 |
| | | |||||
* | | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 53 | -106/+106 |
|/ | |||||
* | add parens around args in MIDI_EVENT macro | Tom Hargreaves | 2014-09-06 | 1 | -1/+1 |
| | |||||
* | Add Dual MIDI device class driver demo application. | Dean Camera | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | Fix overflow for RNDIS class driver responses when returning the adapter ↵ | Dean Camera | 2014-08-31 | 3 | -26/+33 |
| | | | | query list (thanks to Peter Mc Shane). | ||||
* | Fix missing report IDs in feature reports | Bert van Hall | 2014-06-19 | 1 | -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-scancodes | Dean Camera | 2014-04-07 | 1 | -4/+21 |
|\ | | | | | Fix typos and add new macros for HID keyboard scancodes. | ||||
| * | Fix typos and add new macros for HID keyboard scancodes. | László Monda | 2014-04-06 | 1 | -4/+21 |
| | | |||||
* | | More fixes for incorrect return types/values. | Dean Camera | 2014-03-09 | 1 | -1/+1 |
| | | |||||
* | | Fix incorrect error codes returned on pip config failure in the host class ↵ | Dean Camera | 2014-03-05 | 9 | -21/+21 |
|/ | | | | drivers. | ||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 53 | -129/+129 |
| | |||||
* | Fixed MIDI device class driver MIDI_Device_ReceiveEventPacket() for the ↵ | Dean Camera | 2013-11-05 | 1 | -1/+4 |
| | | | | XMEGA architecture. | ||||
* | Minor documentation improvements. | Dean Camera | 2013-10-27 | 2 | -2/+2 |
| | |||||
* | Use spaces instead of tabs wherever necessary to fix indentation. | László Monda | 2013-09-24 | 1 | -4/+4 |
| | |||||
* | Use spaces instead of tabs where necessary to fix indentation. | László Monda | 2013-09-24 | 1 | -7/+7 |
| | |||||
* | Fixed error receiving PIMA events via the Still Image Host class driver. | Dean Camera | 2013-08-23 | 2 | -9/+9 |
| | |||||
* | Fix code style in the HID parser module. | Dean Camera | 2013-08-23 | 1 | -5/+5 |
| | |||||
* | Prevent accessing past the UsageList bounds in the HID parser when ↵ | Dean Camera | 2013-08-19 | 1 | -5/+22 |
| | | | | dequeueing a usage. | ||||
* | Ensure core library documentation sections use unique IDs. | Dean Camera | 2013-06-01 | 35 | -61/+61 |
| | |||||
* | Fix HID descriptor mouse and joystick macros for integer multiples of 8 buttons. | Dean Camera | 2013-05-23 | 1 | -2/+2 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-05-22 | 1 | -6/+6 |
| | |||||
* | Simplify the Doxygen to Docbook XML transform. | Dean Camera | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-05-12 | 4 | -6/+28 |
| | |||||
* | Update Android Accessory Class driver to be compatible with protocol version ↵ | Dean Camera | 2013-05-10 | 2 | -3/+4 |
| | | | | 2 devices. | ||||
* | Add proper reset handling to the USB Printer Device Class driver. | Dean Camera | 2013-05-05 | 2 | -4/+27 |
| | |||||
* | Add missing EVENT_PRNT_Device_SoftReset() public function prototype. | Dean Camera | 2013-05-05 | 1 | -0/+8 |
| | |||||
* | Add new Printer Device Class driver. | Dean Camera | 2013-05-05 | 3 | -0/+581 |
| | |||||
* | Oops - fix function prototype attribute. | Dean Camera | 2013-04-11 | 1 | -1/+1 |
| | |||||
* | Add some missing function attributes. | Dean Camera | 2013-04-11 | 4 | -11/+11 |
| | |||||
* | Added new CONCAT() and CONCAT_EXPANDED() convenience macros. | Dean Camera | 2013-04-06 | 1 | -2/+2 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-04-04 | 1 | -5/+5 |
| | |||||
* | Added additional MIDI command definitions to the MIDI class driver (thanks ↵ | Dean Camera | 2013-03-28 | 1 | -8/+46 |
| | | | | to Daniel Dreibrodt). | ||||
* | Fixed Low Speed USB devices broken when using the library HID Class driver ↵ | Dean Camera | 2013-03-23 | 1 | -5/+12 |
| | | | | (thanks to Michael). | ||||
* | Minor documentation improvements. | Dean Camera | 2013-03-18 | 1 | -1/+1 |
| | |||||
* | Fixed incorrect HID report descriptor generated for 16-bit axis ranges by ↵ | Dean Camera | 2013-03-17 | 1 | -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 Camera | 2013-03-09 | 1 | -0/+3 |
| | | | | routines, to prevent ejection errors on *nix systems due to an unknown SCSI command. | ||||
* | Fixed potential NULL pointer dereference in the HID Host mode Class Driver ↵ | Dean Camera | 2013-02-27 | 1 | -9/+12 |
| | | | | (thanks to Pavel Kuzmin). | ||||
* | Changed all *_SendByte() function prototypes to accept a void pointer for ↵ | Dean Camera | 2013-02-24 | 10 | -37/+37 |
| | | | | 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 Camera | 2013-02-05 | 3 | -3/+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 Camera | 2013-01-03 | 51 | -102/+102 |
| | |||||
* | Fixed maximum allowed keyboard key code usage of 0x65 rather than 0xFF for ↵ | Dean Camera | 2012-10-14 | 1 | -2/+2 |
| | | | | the HID_DESCRIPTOR_KEYBOARD() macro (thanks to David Monro) | ||||
* | Fixed incorrect definitions of HID_KEYBOARD_LED_KANA, ↵ | Dean Camera | 2012-10-14 | 1 | -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 Camera | 2012-10-05 | 51 | -51/+51 |
| | |||||
* | Fix missing briefs in the documentation for several modules, fix up invalid ↵ | Dean Camera | 2012-09-19 | 1 | -3/+3 |
| | | | | documentation references. | ||||
* | Fixed lengthy timeouts in the USBtoSerial project if no application on the ↵ | Dean Camera | 2012-09-16 | 2 | -2/+8 |
| | | | | | | host is consuming data (thanks to Nicolas Saugnier). Fixed lengthy automatic data flushing in the CDC and MIDI device class drivers. | ||||
* | Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning ↵ | Dean Camera | 2012-09-09 | 1 | -1/+10 |
| | | | | switch. | ||||
* | Add human readable license information and add some missing module ↵ | Dean Camera | 2012-09-01 | 9 | -0/+9 |
| | | | | documentation briefs. | ||||
* | Fixed endianess issues in the RNDIS host class driver for UC3 devices ↵ | Dean Camera | 2012-07-22 | 1 | -2/+2 |
| | | | | (thanks to Andrew Chu). Fix broken build for UC3 devices when ORDERED_EP_CONFIG compile time option is set. |