index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
DevChapter9.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...
Dean Camera
2009-07-13
1
-39
/
+4
*
Optimize unique serial number reading code for size -- remove atoi/toupper re...
Dean Camera
2009-06-21
1
-13
/
+35
*
Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in s...
Dean Camera
2009-06-21
1
-1
/
+1
*
Trim unique serial number created by the USE_INTERNAL_SERIAL option to 12 cha...
Dean Camera
2009-06-21
1
-2
/
+2
*
Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...
Dean Camera
2009-06-20
1
-1
/
+31
*
Changed per-device controller preprocessor checks over to per-device series f...
Dean Camera
2009-06-14
1
-3
/
+3
*
Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...
Dean Camera
2009-05-22
1
-3
/
+6
*
Rewritten event system to remove all macros, to make user code clearer.
Dean Camera
2009-05-18
1
-3
/
+3
*
Fixed Device Mode not handling Set Feature and Clear Feature Chapter 9 reques...
Dean Camera
2009-05-13
1
-1
/
+2
*
Fix broken Set Feature/Clear Feature chapter 9 request (incorrect status stag...
Dean Camera
2009-05-10
1
-6
/
+1
*
Fixed inability to enumerate any devices while in host mode (broken in a prev...
Dean Camera
2009-05-07
1
-1
/
+1
*
Minor correction to the DevChapter9.c handling of Set and Clear feature reque...
Dean Camera
2009-05-06
1
-20
/
+27
*
Change device demos to cache the board button values in the same manner as th...
Dean Camera
2009-05-06
1
-2
/
+2
*
Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...
Dean Camera
2009-04-23
1
-22
/
+27
*
USB_HostRequest renamed to USB_ControlRequest, entire control request header ...
Dean Camera
2009-04-22
1
-60
/
+50
*
Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...
Dean Camera
2009-04-21
1
-18
/
+18
*
Fixed GenericHIDHost demo report write routine incorrect for control type req...
Dean Camera
2009-04-16
1
-27
/
+28
*
Move StdRequestType.h, StreamCallbacks.h, USBMode.h from the LowLevel USB dri...
Dean Camera
2009-04-05
1
-1
/
+2
*
Renamed NO_CLEARSET_FEATURE_REQUEST compile time token to NO_FEATURELESS_CONT...
Dean Camera
2009-03-11
1
-2
/
+6
*
Moved all source to the trunk directory.
Dean Camera
2009-02-23
1
-0
/
+313