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
/
Common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor documentation improvements.
Dean Camera
2013-10-27
2
-2
/
+2
*
Fixed error receiving PIMA events via the Still Image Host class driver.
Dean Camera
2013-08-23
1
-8
/
+8
*
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 dequeueing...
Dean Camera
2013-08-19
1
-5
/
+22
*
Ensure core library documentation sections use unique IDs.
Dean Camera
2013-06-01
10
-11
/
+11
*
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
*
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
1
-2
/
+3
*
Added new CONCAT() and CONCAT_EXPANDED() convenience macros.
Dean Camera
2013-04-06
1
-2
/
+2
*
Added additional MIDI command definitions to the MIDI class driver (thanks to...
Dean Camera
2013-03-28
1
-8
/
+46
*
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
*
Update copyright year to 2013.
Dean Camera
2013-01-03
12
-24
/
+24
*
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
12
-12
/
+12
*
Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning s...
Dean Camera
2012-09-09
1
-1
/
+10
*
Add svn:eol-style property on all source files where it was missing. Fix line...
Dean Camera
2012-06-21
1
-127
/
+127
*
Changed MIDI event structure MIDI_EventPacket_t to use a single field for the...
Dean Camera
2012-04-25
1
-2
/
+13
*
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
*
Minor documentation fixes - change \note entries to \warning where appropriat...
Dean Camera
2012-02-24
1
-4
/
+4
*
Remove potentially unaligned uint32_t access in HIDParser.c, replace with sta...
Dean Camera
2012-02-20
1
-3
/
+4
*
Minor documentation improvements.
Dean Camera
2012-02-11
1
-2
/
+2
*
Update file contributor copyrights for 2012.
Dean Camera
2012-02-04
12
-12
/
+12
*
Update file header copyrights for 2012.
Dean Camera
2012-02-04
12
-12
/
+12
*
Minor documentation improvements.
Dean Camera
2012-02-01
2
-2
/
+2
*
Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...
Dean Camera
2011-12-23
10
-28
/
+30
*
Don't validate the Device Descriptor's vendor ID when validating that a devic...
Dean Camera
2011-12-14
1
-3
/
+0
*
Oops - fix incorrect value of AOA_CSCP_AOADataSubclass in the Android Open Ac...
Dean Camera
2011-11-24
1
-1
/
+1
*
Convert the LowLevel AndroidAccessory demo to use the new class driver consta...
Dean Camera
2011-11-24
1
-1
/
+6
*
Add new Android Open Accessory class driver to the library core and add a new...
Dean Camera
2011-11-24
1
-0
/
+125
*
Add XMEGA compile time tokens to the LUFAConfig.h code template.
Dean Camera
2011-11-23
1
-2
/
+1
*
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...
Dean Camera
2011-11-18
9
-3
/
+3
*
Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (than...
Dean Camera
2011-11-16
1
-8
/
+8
*
Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...
Dean Camera
2011-09-22
1
-0
/
+3
*
Fixed HID Parser's largest report size bit count not including the size of th...
Dean Camera
2011-09-17
1
-2
/
+1
*
Fixed optimization error in the HID Parser item value USB_SetHIDReportItemInf...
Dean Camera
2011-09-07
2
-12
/
+14
*
Add multiple axis support to the HID joystick report in the HID_DESCRIPTOR_JO...
Dean Camera
2011-08-23
1
-20
/
+22
*
Minor documentation fixes.
Dean Camera
2011-07-12
2
-9
/
+9
*
More endianness porting of the LUFA device mode class drivers.
Dean Camera
2011-07-11
7
-12
/
+100
*
Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ...
Dean Camera
2011-06-20
1
-0
/
+10
*
Make the HID Report Parser Get/Set Report Item routines fail if a NULL pointe...
Dean Camera
2011-06-20
1
-0
/
+6
*
Massive corrections to the project documentation and code comments, thanks to...
Dean Camera
2011-06-05
2
-3
/
+3
*
Added new callback to the Audio Class driver to allow for endpoint control ma...
Dean Camera
2011-06-03
1
-13
/
+32
*
Spell check library source code files.
Dean Camera
2011-06-01
2
-6
/
+6
*
Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha...
Dean Camera
2011-05-30
1
-11
/
+16
*
Added new incomplete AudioInputHost Host LowLevel demo.
Dean Camera
2011-05-29
1
-2
/
+18
*
Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De...
Dean Camera
2011-05-18
1
-10
/
+13
[next]