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
/
RNDIS.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...
Dean Camera
2011-11-18
1
-414
/
+0
*
Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...
Dean Camera
2011-09-22
1
-0
/
+3
*
More endianness porting of the LUFA device mode class drivers.
Dean Camera
2011-07-11
1
-11
/
+22
*
Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De...
Dean Camera
2011-05-18
1
-10
/
+13
*
Add structure padding to the appropriate descriptor structures to maintain co...
Dean Camera
2011-03-11
1
-13
/
+13
*
Start update of documentation to support possible multiple architectures in t...
Dean Camera
2011-02-20
1
-2
/
+0
*
Initial restructuring of the core USB driver module to support multiple archi...
Dean Camera
2011-02-19
1
-1
/
+1
*
Add new ARCH option to the makefiles to (eventually) specify the target devic...
Dean Camera
2011-02-19
1
-1
/
+1
*
Oops - fix type preventing compilation of demos using the class drivers.
Dean Camera
2011-01-08
1
-1
/
+1
*
Minor documentation improvements.
Dean Camera
2011-01-08
1
-2
/
+2
*
Update copyright year on all source files.
Dean Camera
2011-01-01
1
-2
/
+2
*
Documentation improvements - put driver example code into its own section, fi...
Dean Camera
2010-12-26
1
-1
/
+1
*
Move RNDISConstants.h into the RNDIS class driver common definition header.
Dean Camera
2010-10-28
1
-1
/
+92
*
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
Dean Camera
2010-10-28
1
-1
/
+1
*
All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...
Dean Camera
2010-10-24
1
-4
/
+4
*
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean Camera
2010-10-13
1
-25
/
+26
*
Fix up incorrect version numbers in demo/project descriptors.
Dean Camera
2010-09-28
1
-3
/
+6
*
Move out many of the common class driver constants into grouped enums, to mak...
Dean Camera
2010-09-28
1
-7
/
+8
*
Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...
Dean Camera
2010-07-30
1
-1
/
+1
*
More spell checking of all source files -- correct missed errors, switch to E...
Dean Camera
2010-07-30
1
-1
/
+1
*
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
Dean Camera
2010-06-17
1
-12
/
+12
*
Minor documentation cleanups.
Dean Camera
2010-06-03
1
-8
/
+8
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
1
-303
/
+303
*
Add briefs for the library core structures.
Dean Camera
2010-03-29
1
-13
/
+54
*
Add file-level brief documentation.
Dean Camera
2010-03-29
1
-0
/
+7
*
Add more include protection macros to give the user warnings when they try to...
Dean Camera
2010-02-11
1
-1
/
+9
*
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
*
Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...
Dean Camera
2009-11-26
1
-1
/
+2
*
Added new "Common" section to the class drivers, to hold all mode-independant...
Dean Camera
2009-08-27
1
-0
/
+6
*
Fixed swapped paremeters in the HID state memory copy call while processing a...
Dean Camera
2009-08-11
1
-0
/
+1
*
Reduce struct name pollution - group typedef struct names by class driver nam...
Dean Camera
2009-06-26
1
-7
/
+7
*
Clean up RNDIS demo type define names.
Dean Camera
2009-06-19
1
-10
/
+10
*
Break device mode class driver interfaces into seperate config and state stru...
Dean Camera
2009-06-18
1
-35
/
+0
*
Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.
Dean Camera
2009-06-14
1
-0
/
+274