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
/
Common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...
Dean Camera
2009-11-26
2
-1
/
+114
*
Fixed incorrect values for REPORT_ITEM_TYPE_* enum values causing corrupt dat...
Dean Camera
2009-11-23
1
-3
/
+3
*
The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...
Dean Camera
2009-11-23
1
-0
/
+63
*
Make RNDISHost demo validate the set Packet Filter to ensure that it is being...
Dean Camera
2009-11-17
1
-5
/
+5
*
Spell check all source code variables, comments and strings.
Dean Camera
2009-11-09
2
-6
/
+6
*
Fixed HID host Class driver report send/receive report broken when issued thr...
Dean Camera
2009-11-09
1
-0
/
+8
*
Add missing Printer.h common class driver file.
Dean Camera
2009-11-04
1
-0
/
+71
*
Oops - Keyboard boot report structure should be an array of 6 keycodes.
Dean Camera
2009-09-20
1
-1
/
+1
*
Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...
Dean Camera
2009-09-20
1
-8
/
+39
*
Finish Still Image Host class driver.
Dean Camera
2009-09-09
1
-1
/
+1
*
Add StillImage Host Class Driver functions for opening and closing sessions. ...
Dean Camera
2009-09-02
1
-1
/
+1
*
Added documentation for the constants and enums of the new StillImage Host Cl...
Dean Camera
2009-09-01
1
-27
/
+33
*
Fixed StillImageHost not correctly freezing and unfreezing data pipes while w...
Dean Camera
2009-09-01
1
-4
/
+12
*
Added start of the Still Image Host Class driver demo and driver code.
Dean Camera
2009-08-30
1
-0
/
+43
*
Added new "Common" section to the class drivers, to hold all mode-independant...
Dean Camera
2009-08-27
8
-85
/
+163
*
Add SCSICodes.h to the Class Driver Common folder, and automatically include ...
Dean Camera
2009-08-26
1
-0
/
+85
*
Fixed swapped paremeters in the HID state memory copy call while processing a...
Dean Camera
2009-08-11
1
-0
/
+1
*
Fix redefinition warning when USB_DEVICE_ONLY is set on an AVR which does not...
Dean Camera
2009-07-30
1
-1
/
+1
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
3
-3
/
+3
*
Reduce struct name pollution - group typedef struct names by class driver nam...
Dean Camera
2009-06-26
5
-22
/
+29
*
Clean up RNDIS demo type define names.
Dean Camera
2009-06-19
2
-12
/
+12
*
Break device mode class driver interfaces into seperate config and state stru...
Dean Camera
2009-06-18
6
-164
/
+7
*
Pipe_GetErrorFlags() now returns additional error flags for overflow and unde...
Dean Camera
2009-06-16
1
-2
/
+2
*
Remove ConfigDescriptor.c/.h files from the ClassDriver Host demos, as they w...
Dean Camera
2009-06-15
1
-0
/
+67
*
Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.
Dean Camera
2009-06-14
6
-0
/
+1257