aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device
Commit message (Expand)AuthorAgeFilesLines
* Fix doxygen documentation - doxygen was getting confused on the variable-leng...Dean Camera2009-11-174-8/+14
* Cleanups to the MassStorage Device demos, and the MassStorage Device Class dr...Dean Camera2009-11-152-25/+39
* Add blocking versions of the CDC Class driver streams, for applications requi...Dean Camera2009-11-122-0/+31
* Add beginnings of a RNDIS Ethernet Host demo.Dean Camera2009-11-121-23/+21
* Update CDC Class Driver character stream functions to use the correct avr-lib...Dean Camera2009-11-101-3/+2
* Added new stream creation function to the CDC Class drivers, to easily make s...Dean Camera2009-11-102-0/+35
* Spell check all source code variables, comments and strings.Dean Camera2009-11-096-24/+24
* Fixed HID host Class driver report send/receive report broken when issued thr...Dean Camera2009-11-091-17/+14
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-1/+1
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-061-1/+1
* Add optional double-banking support to the Device mode Class Drivers, on a pe...Dean Camera2009-11-0611-16/+28
* Add const attribute to class driver APIs.Dean Camera2009-11-031-5/+5
* Make HID device class driver ignore the previous HID report comparison buffer...Dean Camera2009-10-262-5/+15
* Make HID device class driver reselect the correct endpoint after the user cal...Dean Camera2009-10-261-0/+3
* Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d...Dean Camera2009-10-086-40/+40
* Changed Audio Class driver sample read/write functions to be inline, to reduc...Dean Camera2009-10-032-82/+85
* Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean Camera2009-09-201-2/+2
* Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...Dean Camera2009-09-171-1/+1
* Fixed MIDI Device Class driver not sending/receiving MIDI packets of the corr...Dean Camera2009-09-143-4/+4
* Revert changed CDC_Device_Flush() prototype accidentially changed in the last...Dean Camera2009-09-101-1/+3
* Prevent the CDC Device Class driver from sending empty IN packets on every se...Dean Camera2009-09-102-13/+17
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-021-1/+1
* Add extra check for OUT ZLP in the CDC Device Class driver service task to qu...Dean Camera2009-08-311-0/+5
* Fixed Device mode HID Class driver not explicitly initializing the ReportSize...Dean Camera2009-08-271-4/+4
* Added new "Common" section to the class drivers, to hold all mode-independant...Dean Camera2009-08-271-1/+0
* Added extra note about missing OUT endpoint configuration to the HID Device m...Dean Camera2009-08-271-0/+4
* Fixed Device mode HID Class driver always sending IN reports, even when no da...Dean Camera2009-08-271-3/+3
* Add SCSICodes.h to the Class Driver Common folder, and automatically include ...Dean Camera2009-08-261-1/+2
* More work on the Mass Storage Host mode Class driver.Dean Camera2009-08-266-47/+49
* Updated Benito project -- added hardware interrupt and software buffering for...Dean Camera2009-08-251-0/+3
* Added return values to the CDC and MIDI class driver transmit functions.Dean Camera2009-08-164-20/+43
* Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...Dean Camera2009-08-161-1/+3
* Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean Camera2009-08-132-13/+25
* Added flag to the HID report parser to indicate if a device has multiple repo...Dean Camera2009-08-111-12/+5
* Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event.Dean Camera2009-08-111-1/+1
* Document CDC Host class driver functions and enums.Dean Camera2009-08-111-1/+1
* Completion of initial CDC host mode class driver.Dean Camera2009-08-112-4/+6
* Fix issue in CDC device class driver where received data the size of the data...Dean Camera2009-08-111-0/+3
* Changed over manual loops waiting for endpoints to be ready to use the librar...Dean Camera2009-08-051-12/+2
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-0512-25/+25
* Fix issue with CDC device demos causing broken communications when the device...Dean Camera2009-08-041-3/+3
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...Dean Camera2009-08-021-1/+1
* Fix demos based on the device mode HID class driver, as well as the driver it...Dean Camera2009-07-312-25/+25
* Add new HID_Device_MillisecondElapsed() function to the HID device Class driv...Dean Camera2009-07-302-0/+13
* Ensure that the previous HID reports in the HID device class driver are kept ...Dean Camera2009-07-302-5/+5
* Fix to HID device mode Class driver, so that new reports are compared against...Dean Camera2009-07-302-17/+29
* Fix incorrect configuration in the ClassDriver AudioOutput demo.Dean Camera2009-07-302-19/+33
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-2712-13/+19
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-216-30/+31
* Add extra tests to the MassStorage device demo and class driver for validatin...Dean Camera2009-07-211-0/+2