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
*
Ensure device address latch bit is not set at the same time as the new addres...
Dean Camera
2010-09-19
4
-13
/
+25
*
Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US...
Dean Camera
2010-09-15
4
-35
/
+2
*
Fix incorrect documentation on the Get Descriptor standard request.
Dean Camera
2010-09-15
1
-4
/
+6
*
Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigu...
Dean Camera
2010-09-13
3
-16
/
+16
*
Minor documentation phrasing changes.
Dean Camera
2010-09-12
1
-5
/
+5
*
Added PRNT_Host_SendByte() and PRNT_Host_Flush() functions to the Host mode P...
Dean Camera
2010-09-11
2
-13
/
+95
*
Whitespace corrections.
Dean Camera
2010-09-09
4
-41
/
+41
*
Added class specific descriptor type defines with standard USB-IF element nam...
Dean Camera
2010-09-09
6
-101
/
+460
*
Added new PRNT_Host_BytesReceived() and PRNT_Host_ReceiveByte() functions to ...
Dean Camera
2010-09-07
2
-13
/
+91
*
Must save and restore the endpoint/pipe interrupt enable flags during reconfi...
Dean Camera
2010-09-07
2
-0
/
+8
*
Fix bug in Pipe_ConfigurePipe() breaking already configured pipes that was ac...
Dean Camera
2010-09-05
1
-7
/
+17
*
Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...
Dean Camera
2010-09-05
9
-26
/
+104
*
Reduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down from 1500ms to improve dev...
Dean Camera
2010-09-04
1
-3
/
+4
*
Added board hardware driver support for the Olimex AVR-USB-162 development bo...
Dean Camera
2010-09-03
1
-3
/
+3
*
Clarify in the project documentation files what the each of the different USB...
Dean Camera
2010-08-31
1
-4
/
+4
*
Better documentation for the Endpoint_ConfigureEndpoint() and Pipe_ConfigureP...
Dean Camera
2010-08-24
3
-29
/
+55
*
Fixed LowLevel PrinterHost demo not sending control requests to the attached ...
Dean Camera
2010-08-24
1
-4
/
+4
*
Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...
Dean Camera
2010-08-24
2
-3
/
+3
*
Fix Doxygen typos in Device.h.
Dean Camera
2010-08-24
1
-3
/
+3
*
Optimise Endpoint_ConfigureEndpoint_Prv() function to produce smaller code wh...
Dean Camera
2010-08-22
1
-0
/
+11
*
Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...
Dean Camera
2010-08-22
14
-1143
/
+1294
*
Changed all Device mode LowLevel demos and Device Class drivers so that the c...
Dean Camera
2010-08-22
5
-31
/
+16
*
Moved calls to Device mode Class Driver events to after the request has been ...
Dean Camera
2010-08-22
2
-8
/
+11
*
Added compile time error to the AVRISP-MKII project when built for the U4 chi...
Dean Camera
2010-08-22
1
-0
/
+2
*
Clarify in the documentation that the Audio demos and driver is for the Audio...
Dean Camera
2010-08-21
3
-7
/
+7
*
Fixed critical pipe/endpoint memory allocation issue where the bank memory ad...
Dean Camera
2010-08-20
2
-17
/
+75
*
Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage ...
Dean Camera
2010-08-20
1
-0
/
+5
*
Fixed USB_GetHIDReportItemInfo() function modifying the given report item's d...
Dean Camera
2010-08-10
2
-6
/
+8
*
Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...
Dean Camera
2010-08-09
3
-140
/
+111
*
Fix XPLAINBridge project discarding characters from the USB interface due to ...
Dean Camera
2010-08-01
5
-32
/
+27
*
Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...
Dean Camera
2010-07-30
1
-1
/
+1
*
More spell checking of all source files -- correct missed errors, switch to E...
Dean Camera
2010-07-30
7
-8
/
+8
*
Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha...
Dean Camera
2010-07-30
4
-37
/
+60
*
Spell check all source files once again to find any typos.
Dean Camera
2010-07-29
2
-7
/
+7
*
Use static inline intermediatary functions in Endpoint.h to handle the maskin...
Dean Camera
2010-07-27
1
-14
/
+36
*
Move over message ID specific header data to unions inside the standard TMC h...
Dean Camera
2010-07-27
1
-2
/
+2
*
Rename reserved members of all structs so that they are uniformly named acros...
Dean Camera
2010-07-26
2
-7
/
+7
*
Update size of compiled Mouse demo in documentation, fix indenting in Device.h.
Dean Camera
2010-07-23
1
-1
/
+1
*
Convert over internal pseudo-function macros to true inline functions for add...
Dean Camera
2010-07-22
7
-861
/
+1137
*
Replace internal Pipe_BytesToEPSizeMask() routine with a new version which re...
Dean Camera
2010-07-21
1
-12
/
+10
*
Add missing const qualifiers to class drivers.
Dean Camera
2010-07-21
40
-245
/
+467
*
Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...
Dean Camera
2010-07-21
15
-46
/
+58
*
Add missing const qualifier to the parameters of the USB_GetNextDescriptorCom...
Dean Camera
2010-07-21
3
-208
/
+198
*
Fixed MIDI_Device_SendEventPacket() not correctly waiting for the endpoint to...
Dean Camera
2010-07-20
1
-1
/
+1
*
Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.
Dean Camera
2010-07-19
23
-40
/
+40
*
Removed the automated checking of event names in the demo, project and bootlo...
Dean Camera
2010-07-15
6
-19
/
+11
*
Fixed HID device class driver still using PrevReportINBuffer for GetReport co...
Dean Camera
2010-07-15
1
-1
/
+1
*
Added const attributes to some of the class driver function parameters that w...
Dean Camera
2010-07-13
16
-41
/
+43
*
Add missing eol-style properties to new source files.
Dean Camera
2010-07-12
1
-52
/
+52
*
Make main readme file easier to read, and make documentation build instructio...
Dean Camera
2010-07-06
1
-2
/
+2
[next]