index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA
/
Drivers
/
USB
/
Class
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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 to...
Dean Camera
2013-03-28
1
-8
/
+46
*
Fixed Low Speed USB devices broken when using the library HID Class driver (t...
Dean Camera
2013-03-23
1
-5
/
+12
*
Minor documentation improvements.
Dean Camera
2013-03-18
1
-1
/
+1
*
Fixed incorrect HID report descriptor generated for 16-bit axis ranges by the...
Dean Camera
2013-03-17
1
-2
/
+2
*
Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling r...
Dean Camera
2013-03-09
1
-0
/
+3
*
Fixed potential NULL pointer dereference in the HID Host mode Class Driver (t...
Dean Camera
2013-02-27
1
-9
/
+12
*
Changed all *_SendByte() function prototypes to accept a void pointer for the...
Dean Camera
2013-02-24
10
-37
/
+37
*
Remove CPPCheck suppressions for unused functions, disable checking for them ...
Dean Camera
2013-02-05
3
-3
/
+0
*
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 th...
Dean Camera
2012-10-14
1
-2
/
+2
*
Fixed incorrect definitions of HID_KEYBOARD_LED_KANA, HID_KEYBOARD_SC_KEYPAD_...
Dean Camera
2012-10-14
1
-4
/
+8
*
Minor documentation improvements.
Dean Camera
2012-10-05
51
-51
/
+51
*
Fix missing briefs in the documentation for several modules, fix up invalid d...
Dean Camera
2012-09-19
1
-3
/
+3
*
Fixed lengthy timeouts in the USBtoSerial project if no application on the ho...
Dean Camera
2012-09-16
2
-2
/
+8
*
Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning s...
Dean Camera
2012-09-09
1
-1
/
+10
*
Add human readable license information and add some missing module documentat...
Dean Camera
2012-09-01
9
-0
/
+9
*
Fixed endianess issues in the RNDIS host class driver for UC3 devices (thanks...
Dean Camera
2012-07-22
1
-2
/
+2
*
Add svn:eol-style property on all source files where it was missing. Fix line...
Dean Camera
2012-06-21
4
-937
/
+937
*
Add missing <math.h> include for the UC3 devices, hide CDC class driver strea...
Dean Camera
2012-06-12
2
-2
/
+6
*
Spell check source code, fix mistakes.
Dean Camera
2012-06-09
5
-7
/
+7
*
Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the U...
Dean Camera
2012-05-26
1
-2
/
+1
*
Additional fixes to the MIDI host driver due to not unfreezing/re-freezing pi...
Dean Camera
2012-05-20
1
-4
/
+16
*
Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to ...
Dean Camera
2012-05-06
1
-8
/
+17
*
Fixed possible deadlock in the CDC device driver if the USB connection is dro...
Dean Camera
2012-05-05
1
-2
/
+6
*
Changed MIDI event structure MIDI_EventPacket_t to use a single field for the...
Dean Camera
2012-04-25
1
-2
/
+13
*
Reintegrate the FullEPAddresses development branch into trunk.
Dean Camera
2012-04-14
30
-821
/
+317
*
Oops - typos in alterations to HID_DESCRIPTOR_JOYSTICK().
Dean Camera
2012-03-29
1
-3
/
+3
*
Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due to...
Dean Camera
2012-03-29
1
-12
/
+11
*
Re-enable cppcheck static analysis unused function checks after adding in spe...
Dean Camera
2012-03-25
3
-0
/
+3
*
Fixed incorrect call to the user callback CALLBACK_Audio_Device_GetSetInterfa...
Dean Camera
2012-03-15
1
-1
/
+1
*
Audio Device Class driver changed to also require the index of the Audio Cont...
Dean Camera
2012-03-14
2
-1
/
+8
*
Minor documentation fixes - change \note entries to \warning where appropriat...
Dean Camera
2012-02-24
5
-20
/
+20
*
Remove potentially unaligned uint32_t access in HIDParser.c, replace with sta...
Dean Camera
2012-02-20
5
-16
/
+9
*
All USB Class Driver configuration struct values are now non-const, to allow ...
Dean Camera
2012-02-19
16
-16
/
+18
*
Minor documentation improvements.
Dean Camera
2012-02-11
1
-2
/
+2
*
Clean up the Audio Device class driver control request Endpoint match logic.
Dean Camera
2012-02-11
1
-10
/
+7
*
Altered the HID class driver to only try to construct at maximum one packet p...
Dean Camera
2012-02-09
2
-0
/
+6
*
Update file contributor copyrights for 2012.
Dean Camera
2012-02-04
51
-51
/
+51
*
Update file header copyrights for 2012.
Dean Camera
2012-02-04
51
-51
/
+51
*
Minor documentation improvements.
Dean Camera
2012-02-01
4
-7
/
+7
*
Added new CALLBACK_Audio_Device_GetSetInterfaceProperty() callback to the Aud...
Dean Camera
2012-01-28
2
-3
/
+68
[next]