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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...
Dean Camera
2010-07-30
4
-37
/
+60
*
Spell check all source files once again to find any typos.
Dean Camera
2010-07-29
2
-7
/
+7
*
Use static inline intermediatary functions in Endpoint.h to handle the maskin...
Dean Camera
2010-07-27
1
-14
/
+36
*
Move over message ID specific header data to unions inside the standard TMC h...
Dean Camera
2010-07-27
1
-2
/
+2
*
Rename reserved members of all structs so that they are uniformly named acros...
Dean Camera
2010-07-26
2
-7
/
+7
*
Update size of compiled Mouse demo in documentation, fix indenting in Device.h.
Dean Camera
2010-07-23
1
-1
/
+1
*
Convert over internal pseudo-function macros to true inline functions for add...
Dean Camera
2010-07-22
7
-861
/
+1137
*
Replace internal Pipe_BytesToEPSizeMask() routine with a new version which re...
Dean Camera
2010-07-21
1
-12
/
+10
*
Add missing const qualifiers to class drivers.
Dean Camera
2010-07-21
40
-245
/
+467
*
Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...
Dean Camera
2010-07-21
15
-46
/
+58
*
Add missing const qualifier to the parameters of the USB_GetNextDescriptorCom...
Dean Camera
2010-07-21
3
-208
/
+198
*
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
23
-40
/
+40
*
Removed the automated checking of event names in the demo, project and bootlo...
Dean Camera
2010-07-15
6
-19
/
+11
*
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
16
-41
/
+43
*
Add missing eol-style properties to new source files.
Dean Camera
2010-07-12
1
-52
/
+52
*
Make main readme file easier to read, and make documentation build instructio...
Dean Camera
2010-07-06
1
-2
/
+2
*
Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...
Dean Camera
2010-07-02
3
-50
/
+72
*
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
Dean Camera
2010-06-17
32
-846
/
+850
*
Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...
Dean Camera
2010-06-16
12
-23
/
+23
*
Fix HID parser documentation for the default maximum report/path/etc. element...
Dean Camera
2010-06-15
1
-2
/
+2
*
Change over Doxygen \note documentation to \pre where applicable.
Dean Camera
2010-06-15
12
-112
/
+107
*
Slight improvements to the reliability of the software UART in the XPLAINBrid...
Dean Camera
2010-06-12
1
-1
/
+1
*
Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pip...
Dean Camera
2010-06-12
2
-5
/
+8
*
Add missing ATTR_NON_NULL_PTR_ARG and ATTR_ALWAYS_INLINE attributes to class ...
Dean Camera
2010-06-08
10
-45
/
+63
*
Fixed incorrect function references in the Mass Storage Class driver document...
Dean Camera
2010-06-03
2
-2
/
+4
*
More documentation fixes.
Dean Camera
2010-06-03
5
-17
/
+17
*
Minor documentation cleanups.
Dean Camera
2010-06-03
18
-55
/
+55
*
Oops - descriptor pointer should be assigned, not incremented with the new ty...
Dean Camera
2010-06-02
1
-1
/
+1
*
Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C...
Dean Camera
2010-06-02
1
-16
/
+4
*
Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...
Dean Camera
2010-05-31
2
-50
/
+61
*
Small tweaks to ConfigDescriptor.c/.h to ensure pointers use the correct type...
Dean Camera
2010-05-30
2
-10
/
+8
*
Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...
Dean Camera
2010-05-30
3
-4
/
+7
*
Fix spacing of the function parameter descriptions in the Doxygen documentation.
Dean Camera
2010-05-29
17
-155
/
+155
*
The EEPROM stream read/write functions now use eeprom_update_byte() instead o...
Dean Camera
2010-05-26
2
-6
/
+6
*
Remove incorrect check for the current device state in the Set Configuration ...
Dean Camera
2010-05-13
1
-3
/
+0
*
Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and t...
Dean Camera
2010-05-13
2
-2
/
+6
*
Fix nasty bug in USBInterrupt.c which would cause a lockup if the control end...
Dean Camera
2010-05-11
1
-4
/
+4
*
Add new ReportType parameter to the HID class driver device callback and host...
Dean Camera
2010-05-09
16
-80
/
+82
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
77
-19811
/
+19811
*
Device mode class driver callbacks are now fired before the control request s...
Dean Camera
2010-05-07
5
-20
/
+15
*
Change over unix line-endings to dos line endings.
Dean Camera
2010-05-07
1
-1
/
+1
*
Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() functio...
Dean Camera
2010-05-06
5
-2
/
+56
*
Ensure that the CDC class drivers return 0 if the number of unread bytes is q...
Dean Camera
2010-05-06
2
-9
/
+18
*
Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interru...
Dean Camera
2010-05-04
2
-0
/
+4
*
Fixed Host mode HID class driver not sending the correct report type when HID...
Dean Camera
2010-05-04
1
-1
/
+1
*
Fixed device state not being reset back to the default state if the host sets...
Dean Camera
2010-05-04
2
-23
/
+24
*
Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...
Dean Camera
2010-05-03
4
-5
/
+27
*
The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() f...
Dean Camera
2010-04-29
2
-31
/
+27
[next]