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
/
Device
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add missing const qualifiers to class drivers.
Dean Camera
2010-07-21
7
-38
/
+66
*
Fixed MIDI_Device_SendEventPacket() not correctly waiting for the endpoint to...
Dean Camera
2010-07-20
1
-1
/
+1
*
Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.
Dean Camera
2010-07-19
6
-6
/
+6
*
Fixed HID device class driver still using PrevReportINBuffer for GetReport co...
Dean Camera
2010-07-15
1
-1
/
+1
*
Added const attributes to some of the class driver function parameters that w...
Dean Camera
2010-07-13
7
-16
/
+16
*
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
Dean Camera
2010-06-17
6
-144
/
+144
*
Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...
Dean Camera
2010-06-16
2
-4
/
+4
*
Change over Doxygen \note documentation to \pre where applicable.
Dean Camera
2010-06-15
3
-32
/
+32
*
Slight improvements to the reliability of the software UART in the XPLAINBrid...
Dean Camera
2010-06-12
1
-1
/
+1
*
Add missing ATTR_NON_NULL_PTR_ARG and ATTR_ALWAYS_INLINE attributes to class ...
Dean Camera
2010-06-08
4
-18
/
+28
*
More documentation fixes.
Dean Camera
2010-06-03
1
-12
/
+12
*
Minor documentation cleanups.
Dean Camera
2010-06-03
5
-11
/
+11
*
Fix spacing of the function parameter descriptions in the Doxygen documentation.
Dean Camera
2010-05-29
3
-19
/
+19
*
Add new ReportType parameter to the HID class driver device callback and host...
Dean Camera
2010-05-09
2
-16
/
+17
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
12
-2786
/
+2786
*
Device mode class driver callbacks are now fired before the control request s...
Dean Camera
2010-05-07
5
-20
/
+15
*
Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() functio...
Dean Camera
2010-05-06
2
-0
/
+21
*
Ensure that the CDC class drivers return 0 if the number of unread bytes is q...
Dean Camera
2010-05-06
1
-3
/
+8
*
The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() f...
Dean Camera
2010-04-29
2
-31
/
+27
*
Fixed HID Device Class Driver not allocating a temporary buffer when the host...
Dean Camera
2010-04-20
2
-4
/
+9
*
Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...
Dean Camera
2010-04-13
1
-0
/
+1
*
Add briefs for the library core structures.
Dean Camera
2010-03-29
6
-7
/
+31
*
Add file-level brief documentation.
Dean Camera
2010-03-29
6
-0
/
+42
*
Revert changes made for the partial port to the AVR32 architecture.
Dean Camera
2010-02-24
1
-5
/
+1
*
More AVR32 achitecture ports.
Dean Camera
2010-02-24
1
-1
/
+5
*
Add more include protection macros to give the user warnings when they try to...
Dean Camera
2010-02-11
12
-7
/
+48
*
Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure er...
Dean Camera
2010-02-08
1
-4
/
+7
*
Be doubly-certain that the incomming CDC class driver's endpoint/pipe is flus...
Dean Camera
2010-01-28
1
-3
/
+10
*
Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse ...
Dean Camera
2010-01-12
1
-0
/
+17
*
Added support to the MIDI Class drivers for packed data, where multiple MIDI ...
Dean Camera
2010-01-05
3
-6
/
+46
*
Inline USB management functions in the Class drivers which are standardized b...
Dean Camera
2010-01-05
5
-38
/
+38
*
Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...
Dean Camera
2010-01-04
5
-7
/
+36
*
Fixed blocking CDC streams not aborting when the host is disconnected.
Dean Camera
2010-01-04
1
-0
/
+3
*
Update copyright year to 2010.
Dean Camera
2009-12-30
12
-24
/
+24
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
12
-84
/
+84
*
Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.
Dean Camera
2009-12-17
1
-1
/
+2
*
Test with -Wextra, fix library warnings due to unused function parameters.
Dean Camera
2009-12-13
4
-4
/
+15
*
Add to the existing CDC Class Driver's CreateStream() function documentation ...
Dean Camera
2009-11-29
1
-1
/
+2
*
Fix RNDIS Device Class driver - RNDISConstants.h has moved out to the Common ...
Dean Camera
2009-11-26
1
-1
/
+0
*
Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...
Dean Camera
2009-11-26
3
-103
/
+4
*
Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_De...
Dean Camera
2009-11-23
2
-5
/
+8
*
Fix doxygen documentation - doxygen was getting confused on the variable-leng...
Dean Camera
2009-11-17
4
-8
/
+14
*
Cleanups to the MassStorage Device demos, and the MassStorage Device Class dr...
Dean Camera
2009-11-15
2
-25
/
+39
*
Add blocking versions of the CDC Class driver streams, for applications requi...
Dean Camera
2009-11-12
2
-0
/
+31
*
Add beginnings of a RNDIS Ethernet Host demo.
Dean Camera
2009-11-12
1
-23
/
+21
*
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
/
+35
*
Spell check all source code variables, comments and strings.
Dean Camera
2009-11-09
6
-24
/
+24
*
Fixed HID host Class driver report send/receive report broken when issued thr...
Dean Camera
2009-11-09
1
-17
/
+14
*
Add optional pipe double banking support to the Host mode Class drivers.
Dean Camera
2009-11-07
1
-1
/
+1
[prev]
[next]