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
...
*
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
*
Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...
Dean Camera
2011-12-23
31
-82
/
+89
*
Don't validate the Device Descriptor's vendor ID when validating that a devic...
Dean Camera
2011-12-14
2
-6
/
+0
*
Altered the Mass Storage Host class driver so that SCSI data STALLs from the ...
Dean Camera
2011-12-01
1
-80
/
+22
*
Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).
Dean Camera
2011-11-28
1
-1
/
+1
*
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
2
-2
/
+7
*
Add new Android Open Accessory class driver to the library core and add a new...
Dean Camera
2011-11-24
26
-56
/
+1031
*
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
45
-45
/
+45
*
Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (than...
Dean Camera
2011-11-16
1
-8
/
+8
*
Fixed race conditions in the CDC, HID and Mass Storage class drivers when pro...
Dean Camera
2011-11-09
3
-1
/
+12
*
Fixed CDC class drivers not saving and sending all 16-bits of the control lin...
Dean Camera
2011-10-26
2
-14
/
+14
*
Added endian-correction to the CDC driver's Line Encoding control request han...
Dean Camera
2011-10-07
1
-4
/
+12
*
Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...
Dean Camera
2011-09-22
3
-0
/
+5
*
Fixed HID Parser's largest report size bit count not including the size of th...
Dean Camera
2011-09-17
2
-3
/
+2
*
Fixed optimization error in the HID Parser item value USB_SetHIDReportItemInf...
Dean Camera
2011-09-07
2
-12
/
+14
*
Oops - restore conditional calls to USB_USBTask() in the Mass Storage class d...
Dean Camera
2011-09-05
1
-0
/
+8
*
Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq modul...
Dean Camera
2011-08-28
1
-1
/
+2
*
Remove redundant prototype for Audio_Host_StartStopStreaming() and Audio_Host...
Dean Camera
2011-08-28
1
-8
/
+6
*
Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun...
Dean Camera
2011-08-24
2
-7
/
+20
*
Add multiple axis support to the HID joystick report in the HID_DESCRIPTOR_JO...
Dean Camera
2011-08-23
1
-20
/
+22
*
Remove redundant calls to USB_USBTask() in the Mass Storage Device Class driv...
Dean Camera
2011-07-29
1
-20
/
+0
*
Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...
Dean Camera
2011-07-19
9
-10
/
+10
*
Minor documentation fixes.
Dean Camera
2011-07-12
2
-9
/
+9
*
Add missing function attributes.
Dean Camera
2011-07-12
9
-41
/
+71
*
More endianness porting of the LUFA host mode class drivers.
Dean Camera
2011-07-11
8
-84
/
+84
*
More endianness porting of the LUFA device mode class drivers.
Dean Camera
2011-07-11
10
-139
/
+236
*
Minor documentation and style fixes.
Dean Camera
2011-07-11
1
-4
/
+4
*
Fix HID_Host_SetIdlePeriod() function to send the correct request type to the...
Dean Camera
2011-07-05
2
-3
/
+3
*
Add missing function parameter to the new HID_Host_SetIdlePeriod() function.
Dean Camera
2011-07-04
1
-1
/
+2
*
Add missing function parameter to the new HID_Host_SetIdlePeriod() function.
Dean Camera
2011-07-04
2
-2
/
+4
*
Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver.
Dean Camera
2011-07-04
2
-0
/
+26
*
Merge over core library changes from the MultiArchDemos branch.
Dean Camera
2011-06-29
1
-1
/
+1
*
Minor internal macro renaming for the UC3 devices.
Dean Camera
2011-06-20
1
-2
/
+2
*
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
*
Code style fixes for the Device mode USB Audio Class driver to make it more i...
Dean Camera
2011-06-19
1
-2
/
+8
*
Add missing SVN eol-style properties to source files to prevent mixed end-of-...
Dean Camera
2011-06-16
2
-657
/
+657
[prev]
[next]