aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Common/RNDIS.h
Commit message (Collapse)AuthorAgeFilesLines
* Added new "Common" section to the class drivers, to hold all ↵Dean Camera2009-08-271-0/+6
| | | | | | mode-independant definitions for clarity. Moved SCSI command/sense constants into the Mass Storage Class driver, instead of the user-code.
* Fixed swapped paremeters in the HID state memory copy call while processing ↵Dean Camera2009-08-111-0/+1
| | | | | | | | | | a HID PUSH item in the HID report parser. Fixed memory corruption HID report parser when too many COLLECTION or PUSH items were processed. Make RNDIS device class driver include the CDC device class driver header, so that it can inherrit the required CDC functional descriptor macro. Make HID host class driver include the HID report parser.
* Reduce struct name pollution - group typedef struct names by class driver ↵Dean Camera2009-06-261-7/+7
| | | | name where appropriate.
* Clean up RNDIS demo type define names.Dean Camera2009-06-191-10/+10
|
* Break device mode class driver interfaces into seperate config and state ↵Dean Camera2009-06-181-35/+0
| | | | structs which are then combined, for clarity. Move device mode class driver interfaces back into the device mode class driver headers from the common class headers to make room for host class interfaces.
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-0/+274
Split out common defines/types from class drivers into a seperate common class driver directory. Make central USB Class driver dispatch headers, used for both device and host modes.