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
/
Host
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use puts_P() and printf_P() instead of the normal variants where possible in ...
Dean Camera
2010-04-28
1
-10
/
+4
*
Rename FunctionAttributes.h to Attributes.h, as some attributes are applicabl...
Dean Camera
2010-04-15
2
-5
/
+5
*
Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...
Dean Camera
2010-04-13
1
-0
/
+4
*
Add briefs for the library core structures.
Dean Camera
2010-03-29
9
-20
/
+78
*
Add file-level brief documentation.
Dean Camera
2010-03-29
10
-6
/
+57
*
All Class Driver Host mode demos now correctly set the board LEDs to READY on...
Dean Camera
2010-03-25
1
-5
/
+7
*
Fixed incorrect definition of HID_ALIGN_DATA() causing incorrect HID report i...
Dean Camera
2010-03-24
1
-1
/
+1
*
Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL...
Dean Camera
2010-03-24
1
-2
/
+3
*
Turn OFF double banking in the Webserver demo - leaving it on seems to destro...
Dean Camera
2010-02-18
1
-2
/
+1
*
Fix HID Host Class driver sending incorrect ReportType values to the device w...
Dean Camera
2010-02-14
1
-2
/
+2
*
Add more include protection macros to give the user warnings when they try to...
Dean Camera
2010-02-11
16
-16
/
+68
*
Fixed USB_GetHIDReportSize() returning the number of bits in the specified re...
Dean Camera
2010-02-09
2
-2
/
+4
*
Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure er...
Dean Camera
2010-02-08
1
-4
/
+9
*
Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction int...
Dean Camera
2010-02-01
2
-2
/
+4
*
Be doubly-certain that the incomming CDC class driver's endpoint/pipe is flus...
Dean Camera
2010-01-28
1
-7
/
+16
*
Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints sh...
Dean Camera
2010-01-25
4
-115
/
+15
*
Cleanup and partially fix AVRISP-MKII project's TPI programming support.
Dean Camera
2010-01-25
1
-9
/
+34
*
Added support to the MIDI Class drivers for packed data, where multiple MIDI ...
Dean Camera
2010-01-05
3
-5
/
+43
*
Inline USB management functions in the Class drivers which are standardized b...
Dean Camera
2010-01-05
12
-80
/
+78
*
Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...
Dean Camera
2010-01-04
8
-4
/
+100
*
Fix CDC blocking streams in Host mode locking up when the device is removed.
Dean Camera
2010-01-04
1
-0
/
+3
*
Clean up MassStorageKeyboard demo.
Dean Camera
2010-01-03
1
-1
/
+1
*
Update copyright year to 2010.
Dean Camera
2009-12-30
17
-34
/
+34
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
17
-119
/
+119
*
Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.
Dean Camera
2009-12-17
1
-1
/
+3
*
The SImage_Host_SendBlockHeader() and SImage_Host_ReceiveBlockHeader() Still ...
Dean Camera
2009-12-16
2
-7
/
+22
*
Fix a bug in the Still Image Host Class driver where the returned block statu...
Dean Camera
2009-12-15
1
-2
/
+0
*
Test with -Wextra, fix library warnings due to unused function parameters.
Dean Camera
2009-12-13
6
-7
/
+7
*
Use -pedantic compile time option to find and correct several minor code errors.
Dean Camera
2009-12-13
1
-20
/
+20
*
Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...
Dean Camera
2009-12-09
2
-2
/
+2
*
Fixed Mass Storage Host Class driver and Low Level demo not clearing the erro...
Dean Camera
2009-12-04
2
-2
/
+9
*
Fix double oops -- Host mode settle delay was still being ignored due to inve...
Dean Camera
2009-12-04
1
-3
/
+3
*
Fix incorrect const'ness of the ReportItem parameter in USB_SetHIDReportItemI...
Dean Camera
2009-12-04
2
-2
/
+2
*
Fixed HID Parser not distributing the Usage Min and Usage Max values across a...
Dean Camera
2009-12-04
2
-9
/
+38
*
Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent da...
Dean Camera
2009-11-30
2
-0
/
+50
*
Add to the existing CDC Class Driver's CreateStream() function documentation ...
Dean Camera
2009-11-29
1
-1
/
+2
*
Complete RNDIS Host Class driver code - add SendPacket function.
Dean Camera
2009-11-26
3
-2
/
+56
*
Remove documentation of deleted parameters from the RNDIS Host Class driver's...
Dean Camera
2009-11-26
1
-2
/
+0
*
Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...
Dean Camera
2009-11-26
9
-30
/
+736
*
Fix typo in the StillImageHost LowLevel demo, and the CDC Host Class Driver.
Dean Camera
2009-11-25
1
-2
/
+2
*
Fix build and Doxygen errors.
Dean Camera
2009-11-25
1
-2
/
+2
*
Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...
Dean Camera
2009-11-25
2
-13
/
+58
*
Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.
Dean Camera
2009-11-23
2
-6
/
+6
*
The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...
Dean Camera
2009-11-23
2
-63
/
+6
*
Fix doxygen documentation - doxygen was getting confused on the variable-leng...
Dean Camera
2009-11-17
7
-30
/
+38
*
Add blocking versions of the CDC Class driver streams, for applications requi...
Dean Camera
2009-11-12
2
-0
/
+20
*
Add beginnings of a RNDIS Ethernet Host demo.
Dean Camera
2009-11-12
1
-1
/
+1
*
Update CDC Class Driver character stream functions to use the correct avr-lib...
Dean Camera
2009-11-10
1
-3
/
+2
*
Added new stream creation function to the CDC Class drivers, to easily make s...
Dean Camera
2009-11-10
2
-0
/
+37
*
Spell check all source code variables, comments and strings.
Dean Camera
2009-11-09
3
-5
/
+5
[next]