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
/
HighLevel
/
DeviceStandardReq.c
Age
Commit message (
Expand
)
Author
2011-02-19
Initial restructuring of the core USB driver module to support multiple archi...
Dean
2011-02-10
Add static keyword to all project globals whose scope should be restricted to...
Dean
2011-01-01
Update copyright year on all source files.
Dean
2010-11-21
Remove internal USB_Device_NibbleToASCII() function in favour of manually inl...
Dean
2010-11-05
Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...
Dean
2010-10-28
Move Set Feature and Clear Feature control request feature selector values in...
Dean
2010-10-28
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
Dean
2010-10-24
Better algorithm to extract and convert the internal device serial number int...
Dean
2010-10-13
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean
2010-10-12
Fixed random enumeration failure while in device mode due to interrupts causi...
Dean
2010-09-29
Changed default value for the reset polarity parameter in the AVRISP-MKII pro...
Dean
2010-09-19
Rename internal suspend and wake up USB interrupt macros so that they follow ...
Dean
2010-09-13
Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigu...
Dean
2010-08-24
Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...
Dean
2010-07-21
Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...
Dean