aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device
Commit message (Expand)AuthorAgeFilesLines
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-5/+1
* More AVR32 achitecture ports.Dean Camera2010-02-241-1/+5
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-1112-7/+48
* Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure er...Dean Camera2010-02-081-4/+7
* Be doubly-certain that the incomming CDC class driver's endpoint/pipe is flus...Dean Camera2010-01-281-3/+10
* Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse ...Dean Camera2010-01-121-0/+17
* Added support to the MIDI Class drivers for packed data, where multiple MIDI ...Dean Camera2010-01-053-6/+46
* Inline USB management functions in the Class drivers which are standardized b...Dean Camera2010-01-055-38/+38
* Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...Dean Camera2010-01-045-7/+36
* Fixed blocking CDC streams not aborting when the host is disconnected.Dean Camera2010-01-041-0/+3
* Update copyright year to 2010.Dean Camera2009-12-3012-24/+24
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-2812-84/+84
* Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.Dean Camera2009-12-171-1/+2
* Test with -Wextra, fix library warnings due to unused function parameters.Dean Camera2009-12-134-4/+15
* Add to the existing CDC Class Driver's CreateStream() function documentation ...Dean Camera2009-11-291-1/+2
* Fix RNDIS Device Class driver - RNDISConstants.h has moved out to the Common ...Dean Camera2009-11-261-1/+0
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-263-103/+4
* Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_De...Dean Camera2009-11-232-5/+8
* 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