index
:
suspect-devices/lufa
master
fork to update the benito, midimonster and other suspect devices products
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
DevChapter9.c
Age
Commit message (
Expand
)
Author
2010-07-21
Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...
Dean
2010-05-30
Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...
Dean
2010-05-13
Remove incorrect check for the current device state in the Set Configuration ...
Dean
2010-05-08
Add svn:eol-style property to source files, so that the line endings are corr...
Dean
2010-05-04
Fixed device state not being reset back to the default state if the host sets...
Dean
2010-04-14
Fixed Set/Clear Feature requests directed to a non-configured endpoint not re...
Dean
2010-02-24
Revert changes made for the partial port to the AVR32 architecture.
Dean
2010-02-23
Start porting the USB core to the AVR32 UC3B.
Dean
2010-02-11
Add more include protection macros to give the user warnings when they try to...
Dean
2009-12-30
Update copyright year to 2010.
Dean
2009-12-28
Fix MIT license language to make its intent clearer.
Dean
2009-12-21
Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL...
Dean
2009-12-20
Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.
Dean
2009-11-11
Minor code cleanups for clarity.
Dean
2009-11-07
Add optional pipe double banking support to the Host mode Class drivers.
Dean
2009-11-04
Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where pos...
Dean
2009-09-09
Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...
Dean
2009-08-18
Fixed invalid data being returned when a GetStatus request is issued in Devic...
Dean
2009-08-05
Renamed all library events to properly seperate out Device and Host mode even...
Dean
2009-08-03
Cleanup and optimization of the internal serial retrieval routines.
Dean
2009-08-02
Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...
Dean
2009-07-28
Extend the automatic serial number descriptor code to read out and send all 1...
Dean
2009-07-21
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean
2009-07-16
Fix small error in last commit preventing compilation in some circumstances.
Dean
2009-07-16
Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...
Dean
2009-07-15
Fix HID class device driver -- if a SetIDle request is issued with the LSB of...
Dean
2009-07-13
Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...
Dean
2009-06-21
Optimize unique serial number reading code for size -- remove atoi/toupper re...
Dean
2009-06-21
Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in s...
Dean
2009-06-21
Trim unique serial number created by the USE_INTERNAL_SERIAL option to 12 cha...
Dean
2009-06-20
Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...
Dean
2009-06-14
Changed per-device controller preprocessor checks over to per-device series f...
Dean
2009-05-22
Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...
Dean
2009-05-18
Rewritten event system to remove all macros, to make user code clearer.
Dean
2009-05-13
Fixed Device Mode not handling Set Feature and Clear Feature Chapter 9 reques...
Dean
2009-05-10
Fix broken Set Feature/Clear Feature chapter 9 request (incorrect status stag...
Dean
2009-05-07
Fixed inability to enumerate any devices while in host mode (broken in a prev...
Dean
2009-05-06
Minor correction to the DevChapter9.c handling of Set and Clear feature reque...
Dean
2009-05-06
Change device demos to cache the board button values in the same manner as th...
Dean
2009-04-23
Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...
Dean
2009-04-22
USB_HostRequest renamed to USB_ControlRequest, entire control request header ...
Dean
2009-04-21
Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...
Dean
2009-04-16
Fixed GenericHIDHost demo report write routine incorrect for control type req...
Dean
2009-04-05
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...
Dean
2009-03-11
Renamed NO_CLEARSET_FEATURE_REQUEST compile time token to NO_FEATURELESS_CONT...
Dean
2009-03-04
Updated makefiles to reflect new dfu-ee programming target invocations (suppl...
Dean