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
*
Revert changes made for the partial port to the AVR32 architecture.
Dean Camera
2010-02-24
1
-1
/
+1
*
Start porting the USB core to the AVR32 UC3B.
Dean Camera
2010-02-23
1
-1
/
+1
*
Add more include protection macros to give the user warnings when they try to...
Dean Camera
2010-02-11
1
-1
/
+2
*
Update copyright year to 2010.
Dean Camera
2009-12-30
1
-2
/
+2
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
1
-7
/
+7
*
Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL...
Dean Camera
2009-12-21
1
-7
/
+10
*
Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.
Dean Camera
2009-12-20
1
-3
/
+15
*
Minor code cleanups for clarity.
Dean Camera
2009-11-11
1
-15
/
+12
*
Add optional pipe double banking support to the Host mode Class drivers.
Dean Camera
2009-11-07
1
-2
/
+2
*
Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where pos...
Dean Camera
2009-11-04
1
-19
/
+7
*
Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...
Dean Camera
2009-09-09
1
-8
/
+3
*
Fixed invalid data being returned when a GetStatus request is issued in Devic...
Dean Camera
2009-08-18
1
-0
/
+2
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
1
-14
/
+5
*
Cleanup and optimization of the internal serial retrieval routines.
Dean Camera
2009-08-03
1
-16
/
+10
*
Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...
Dean Camera
2009-08-02
1
-2
/
+2
*
Extend the automatic serial number descriptor code to read out and send all 1...
Dean Camera
2009-07-28
1
-3
/
+3
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
1
-6
/
+34
*
Fix small error in last commit preventing compilation in some circumstances.
Dean Camera
2009-07-16
1
-1
/
+2
*
Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...
Dean Camera
2009-07-16
1
-11
/
+54
*
Fix HID class device driver -- if a SetIDle request is issued with the LSB of...
Dean Camera
2009-07-15
1
-45
/
+51
*
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