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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added CDC_Device_Flush() command to the CDC Device mode class driver.
Dean Camera
2009-08-13
1
-4
/
+0
*
Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory wou...
Dean Camera
2009-08-07
1
-11
/
+2
*
Make Endpoint control transfers more reliable; early-abort when an incomplete...
Dean Camera
2009-08-06
1
-2
/
+11
*
Make Control Endpoint stream transfers more reliable by adding in early abort...
Dean Camera
2009-08-05
3
-31
/
+26
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
6
-46
/
+34
*
Cleanup and optimization of the internal serial retrieval routines.
Dean Camera
2009-08-03
2
-16
/
+11
*
Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...
Dean Camera
2009-08-02
2
-3
/
+3
*
Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the co...
Dean Camera
2009-07-31
2
-3
/
+5
*
Cleanup USBMode.h to simplify preprocessor logic.
Dean Camera
2009-07-29
1
-0
/
+6
*
Extend the automatic serial number descriptor code to read out and send all 1...
Dean Camera
2009-07-28
1
-3
/
+3
*
Corrected new Pipe_IsEndpointBound() function.
Dean Camera
2009-07-26
1
-2
/
+2
*
Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions.
Dean Camera
2009-07-26
3
-4
/
+37
*
Slight changes to TeensyHID bootloader to ensure it builds under the 2KB boun...
Dean Camera
2009-07-21
2
-28
/
+12
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
10
-57
/
+193
*
Move unfinished SideShow source files to nested Lib directory for clarity.
Dean Camera
2009-07-20
3
-9
/
+4
*
Fixed PrinterHost demo Printer_GetDeviceID() routine not removing the Device ...
Dean Camera
2009-07-20
3
-9
/
+20
*
Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failures on devices with en...
Dean Camera
2009-07-19
1
-1
/
+1
*
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
3
-17
/
+90
*
Fix HID class device driver -- if a SetIDle request is issued with the LSB of...
Dean Camera
2009-07-15
2
-45
/
+55
*
Fix broken Pipe stream function templates due to mixed const/no const use in ...
Dean Camera
2009-07-13
1
-6
/
+6
*
Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...
Dean Camera
2009-07-13
9
-879
/
+752
*
Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl...
Dean Camera
2009-07-13
2
-14
/
+101
*
Seperated out parts of the PrinterHost incomplete demo into a seperate Lib su...
Dean Camera
2009-07-13
2
-9
/
+9
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
9
-84
/
+484
*
Optimize vendor/product description string display code in MassStorageHost.
Dean Camera
2009-06-26
2
-1
/
+3
*
Fixed MassStorage demo not clearing the reset flag when a Mass Storage Reset ...
Dean Camera
2009-06-23
1
-2
/
+1
*
Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...
Dean Camera
2009-06-23
3
-3
/
+6
*
Fixed CDCHost demo unfreezing IN pipes during configuration, rather than duri...
Dean Camera
2009-06-23
2
-1
/
+28
*
Corrected the ADC driver for the ATMEGA16U4 and ATMEGA32U4 (thanks to Opendou...
Dean Camera
2009-06-22
1
-2
/
+0
*
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
2
-11
/
+2
*
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
2
-1
/
+43
*
Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...
Dean Camera
2009-06-19
2
-2
/
+2
*
Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...
Dean Camera
2009-06-18
4
-2
/
+62
*
Pipe_GetErrorFlags() now returns additional error flags for overflow and unde...
Dean Camera
2009-06-16
1
-1
/
+10
*
Added new USB_Host_SetDeviceConfiguration() convenience function. Change over...
Dean Camera
2009-06-16
2
-0
/
+30
*
Fix errors from last commit.
Dean Camera
2009-06-14
2
-7
/
+5
*
Changed per-device controller preprocessor checks over to per-device series f...
Dean Camera
2009-06-14
6
-30
/
+37
*
Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...
Dean Camera
2009-06-08
5
-19
/
+11
*
Removed new Start of Frame event from the library; performance suffered far t...
Dean Camera
2009-06-02
1
-5
/
+0
*
Commit of new class abstraction APIs for all device demos other than the MIDI...
Dean Camera
2009-06-01
5
-13
/
+22
*
Fix broken Host mode, from the recent API changes.
Dean Camera
2009-05-26
1
-1
/
+1
*
Fix all device mode demos broken in the recent API changes.
Dean Camera
2009-05-26
1
-3
/
+2
*
Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...
Dean Camera
2009-05-22
3
-16
/
+31
*
USB_IsConnected is now cleared before the USB_Disconnect() event is fired in ...
Dean Camera
2009-05-19
2
-3
/
+9
*
Rewritten event system to remove all macros, to make user code clearer.
Dean Camera
2009-05-18
9
-87
/
+46
*
Create a new function pointer type in StreamCallbacks.h for endpoint/pipe str...
Dean Camera
2009-05-15
5
-20
/
+32
*
Removed all user pipe/endpoint interrupt APIs, added internal library support...
Dean Camera
2009-05-14
2
-69
/
+0
[next]