aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/DevChapter9.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...Dean Camera2010-05-301-2/+2
* Remove incorrect check for the current device state in the Set Configuration ...Dean Camera2010-05-131-3/+0
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-398/+398
* Fixed device state not being reset back to the default state if the host sets...Dean Camera2010-05-041-23/+23
* Fixed Set/Clear Feature requests directed to a non-configured endpoint not re...Dean Camera2010-04-141-14/+14
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-1/+1
* Start porting the USB core to the AVR32 UC3B.Dean Camera2010-02-231-1/+1
* Add more include protection macros to give the user warnings when they try to...Dean Camera2010-02-111-1/+2
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL...Dean Camera2009-12-211-7/+10
* Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.Dean Camera2009-12-201-3/+15
* Minor code cleanups for clarity.Dean Camera2009-11-111-15/+12
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-2/+2
* Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where pos...Dean Camera2009-11-041-19/+7
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-8/+3
* Fixed invalid data being returned when a GetStatus request is issued in Devic...Dean Camera2009-08-181-0/+2
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-14/+5
* Cleanup and optimization of the internal serial retrieval routines.Dean Camera2009-08-031-16/+10
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...Dean Camera2009-08-021-2/+2
* Extend the automatic serial number descriptor code to read out and send all 1...Dean Camera2009-07-281-3/+3
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-6/+34
* Fix small error in last commit preventing compilation in some circumstances.Dean Camera2009-07-161-1/+2
* Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...Dean Camera2009-07-161-11/+54
* Fix HID class device driver -- if a SetIDle request is issued with the LSB of...Dean Camera2009-07-151-45/+51
* Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...Dean Camera2009-07-131-39/+4
* Optimize unique serial number reading code for size -- remove atoi/toupper re...Dean Camera2009-06-211-13/+35
* Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in s...Dean Camera2009-06-211-1/+1
* Trim unique serial number created by the USE_INTERNAL_SERIAL option to 12 cha...Dean Camera2009-06-211-2/+2
* Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...Dean Camera2009-06-201-1/+31
* Changed per-device controller preprocessor checks over to per-device series f...Dean Camera2009-06-141-3/+3
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-221-3/+6
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-3/+3
* Fixed Device Mode not handling Set Feature and Clear Feature Chapter 9 reques...Dean Camera2009-05-131-1/+2
* Fix broken Set Feature/Clear Feature chapter 9 request (incorrect status stag...Dean Camera2009-05-101-6/+1
* Fixed inability to enumerate any devices while in host mode (broken in a prev...Dean Camera2009-05-071-1/+1
* Minor correction to the DevChapter9.c handling of Set and Clear feature reque...Dean Camera2009-05-061-20/+27
* Change device demos to cache the board button values in the same manner as th...Dean Camera2009-05-061-2/+2
* Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...Dean Camera2009-04-231-22/+27
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-60/+50
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-211-18/+18
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-27/+28
* Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...Dean Camera2009-04-051-1/+2
* Renamed NO_CLEARSET_FEATURE_REQUEST compile time token to NO_FEATURELESS_CONT...Dean Camera2009-03-111-2/+6
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+313