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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added keyboard modifier masks (HID_KEYBOARD_MODIFER_*) to the HID class drive...
Dean Camera
2010-02-07
1
-12
/
+38
*
Add documentation to the USB Class Drivers module on how to use the Host mode...
Dean Camera
2010-02-02
1
-0
/
+109
*
Replace the Webserver demo's uIP with the latest code ripped from the Contiki...
Dean Camera
2010-02-02
1
-0
/
+109
*
Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REM...
Dean Camera
2010-02-01
1
-2
/
+2
*
Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction int...
Dean Camera
2010-02-01
5
-6
/
+26
*
Be doubly-certain that the incomming CDC class driver's endpoint/pipe is flus...
Dean Camera
2010-01-28
2
-10
/
+26
*
Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints sh...
Dean Camera
2010-01-25
4
-115
/
+15
*
Cleanup and partially fix AVRISP-MKII project's TPI programming support.
Dean Camera
2010-01-25
1
-9
/
+34
*
Clean up and add more comments to the AVRISP-MKII project. Make sure the SPI_...
Dean Camera
2010-01-17
1
-3
/
+9
*
Fix incorrect preprocessor checks in the PLL prescaler mask determination cod...
Dean Camera
2010-01-16
1
-2
/
+2
*
Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllers
Dean Camera
2010-01-15
1
-2
/
+4
*
Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse ...
Dean Camera
2010-01-12
1
-0
/
+17
*
Fix XPLAIN Dataflash and LED drivers.
Dean Camera
2010-01-07
1
-1
/
+1
*
Added support to the MIDI Class drivers for packed data, where multiple MIDI ...
Dean Camera
2010-01-05
6
-11
/
+89
*
Inline USB management functions in the Class drivers which are standardized b...
Dean Camera
2010-01-05
17
-118
/
+116
*
Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...
Dean Camera
2010-01-04
13
-11
/
+136
*
Fix CDC blocking streams in Host mode locking up when the device is removed.
Dean Camera
2010-01-04
1
-0
/
+3
*
Fixed blocking CDC streams not aborting when the host is disconnected.
Dean Camera
2010-01-04
1
-0
/
+3
*
Clean up MassStorageKeyboard demo.
Dean Camera
2010-01-03
1
-1
/
+1
*
Update copyright year to 2010.
Dean Camera
2009-12-30
73
-146
/
+146
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
73
-511
/
+511
*
Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL...
Dean Camera
2009-12-21
3
-7
/
+16
*
Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.
Dean Camera
2009-12-20
6
-28
/
+63
*
Fixed USB_CurrentMode not being reset to USB_MODE_NONE when the USB interface...
Dean Camera
2009-12-18
1
-1
/
+1
*
Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.
Dean Camera
2009-12-17
4
-17
/
+20
*
The SImage_Host_SendBlockHeader() and SImage_Host_ReceiveBlockHeader() Still ...
Dean Camera
2009-12-16
2
-7
/
+22
*
Fix a bug in the Still Image Host Class driver where the returned block statu...
Dean Camera
2009-12-15
1
-2
/
+0
*
Test with -Wextra, fix library warnings due to unused function parameters.
Dean Camera
2009-12-13
10
-11
/
+22
*
Oops - wrong casting on the Configuration Descriptor pointer advance routine.
Dean Camera
2009-12-13
1
-1
/
+1
*
Use -pedantic compile time option to find and correct several minor code errors.
Dean Camera
2009-12-13
4
-32
/
+32
*
Fix inverted bit-banged USART logic in the AVRISP project for PDI programming...
Dean Camera
2009-12-09
1
-1
/
+1
*
Fix incorrect definition of Endpoint_BytesInEndpoint() for the U4 parts.
Dean Camera
2009-12-09
1
-2
/
+4
*
Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...
Dean Camera
2009-12-09
5
-10
/
+12
*
Add new USB_Host_GetDeviceStringDescriptor() convenience function.
Dean Camera
2009-12-06
2
-0
/
+32
*
Fixed Mass Storage Host Class driver and Low Level demo not clearing the erro...
Dean Camera
2009-12-04
2
-2
/
+9
*
Fix double oops -- Host mode settle delay was still being ignored due to inve...
Dean Camera
2009-12-04
2
-4
/
+4
*
Oops - fix Host mode pre-enumeration settle delay being ignored leading to fa...
Dean Camera
2009-12-04
1
-2
/
+0
*
Fix incorrect const'ness of the ReportItem parameter in USB_SetHIDReportItemI...
Dean Camera
2009-12-04
2
-2
/
+2
*
Fixed HID Parser not distributing the Usage Min and Usage Max values across a...
Dean Camera
2009-12-04
2
-9
/
+38
*
Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent da...
Dean Camera
2009-11-30
3
-0
/
+51
*
Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 a...
Dean Camera
2009-11-29
3
-21
/
+20
*
Add to the existing CDC Class Driver's CreateStream() function documentation ...
Dean Camera
2009-11-29
2
-2
/
+4
*
Better checking of whether a packet is received in the RNDISEthernetHost Clas...
Dean Camera
2009-11-27
1
-4
/
+4
*
Complete RNDIS Host Class driver code - add SendPacket function.
Dean Camera
2009-11-26
3
-2
/
+56
*
Remove documentation of deleted parameters from the RNDIS Host Class driver's...
Dean Camera
2009-11-26
1
-2
/
+0
*
Fix RNDIS Device Class driver - RNDISConstants.h has moved out to the Common ...
Dean Camera
2009-11-26
1
-1
/
+0
*
Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...
Dean Camera
2009-11-26
16
-44
/
+769
*
Fix typo in the StillImageHost LowLevel demo, and the CDC Host Class Driver.
Dean Camera
2009-11-25
1
-2
/
+2
*
Fix build and Doxygen errors.
Dean Camera
2009-11-25
1
-2
/
+2
*
Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...
Dean Camera
2009-11-25
6
-21
/
+66
[prev]
[next]