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
/
HighLevel
/
ConfigDescriptor.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor documentation improvements.
Dean Camera
2011-01-08
1
-3
/
+3
*
Update copyright year on all source files.
Dean Camera
2011-01-01
1
-2
/
+2
*
Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio...
Dean Camera
2010-11-02
1
-2
/
+2
*
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
Dean Camera
2010-10-28
1
-1
/
+1
*
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean Camera
2010-10-13
1
-17
/
+18
*
More spell checking of all source files -- correct missed errors, switch to E...
Dean Camera
2010-07-30
1
-1
/
+1
*
Add missing const qualifiers to class drivers.
Dean Camera
2010-07-21
1
-4
/
+7
*
Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...
Dean Camera
2010-07-21
1
-4
/
+4
*
Add missing const qualifier to the parameters of the USB_GetNextDescriptorCom...
Dean Camera
2010-07-21
1
-1
/
+1
*
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
Dean Camera
2010-06-17
1
-29
/
+29
*
Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...
Dean Camera
2010-06-16
1
-2
/
+2
*
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
1
-48
/
+59
*
Small tweaks to ConfigDescriptor.c/.h to ensure pointers use the correct type...
Dean Camera
2010-05-30
1
-6
/
+4
*
Fix spacing of the function parameter descriptions in the Doxygen documentation.
Dean Camera
2010-05-29
1
-16
/
+16
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
1
-286
/
+286
*
Add file-level brief documentation.
Dean Camera
2010-03-29
1
-3
/
+7
*
Fix incorrect error when directly including the LUFA internal USB library com...
Dean Camera
2010-02-24
1
-1
/
+1
*
Revert changes made for the partial port to the AVR32 architecture.
Dean Camera
2010-02-24
1
-6
/
+2
*
More porting of the USB core to the AVR32.
Dean Camera
2010-02-23
1
-1
/
+1
*
Start porting the USB core to the AVR32 UC3B.
Dean Camera
2010-02-23
1
-1
/
+5
*
Add more include protection macros to give the user warnings when they try to...
Dean Camera
2010-02-11
1
-0
/
+5
*
Update copyright year to 2010.
Dean Camera
2009-12-30
1
-2
/
+2
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
1
-7
/
+7
*
Oops - wrong casting on the Configuration Descriptor pointer advance routine.
Dean Camera
2009-12-13
1
-1
/
+1
*
Use -pedantic compile time option to find and correct several minor code errors.
Dean Camera
2009-12-13
1
-1
/
+1
*
Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ...
Dean Camera
2009-11-24
1
-3
/
+3
*
Fix doxygen documentation - doxygen was getting confused on the variable-leng...
Dean Camera
2009-11-17
1
-5
/
+5
*
Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...
Dean Camera
2009-11-13
1
-3
/
+3
*
Update CDC Class Driver character stream functions to use the correct avr-lib...
Dean Camera
2009-11-10
1
-2
/
+2
*
Add optional pipe double banking support to the Host mode Class drivers.
Dean Camera
2009-11-07
1
-6
/
+6
*
Add double banking property to LUFA powered projects in the Projects director...
Dean Camera
2009-11-06
1
-1
/
+1
*
Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...
Dean Camera
2009-09-17
1
-0
/
+1
*
Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...
Dean Camera
2009-09-09
1
-14
/
+2
*
Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board drive...
Dean Camera
2009-08-31
1
-1
/
+1
*
Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...
Dean Camera
2009-08-31
1
-11
/
+25
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
1
-25
/
+25
*
Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n...
Dean Camera
2009-06-19
1
-2
/
+5
*
Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...
Dean Camera
2009-05-22
1
-0
/
+271