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
/
Class
/
Host
Commit message (
Expand
)
Author
Age
Files
Lines
*
Additional fixes to the MIDI host driver due to not unfreezing/re-freezing pi...
Dean Camera
2012-05-20
1
-4
/
+16
*
Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to ...
Dean Camera
2012-05-06
1
-8
/
+17
*
Reintegrate the FullEPAddresses development branch into trunk.
Dean Camera
2012-04-14
18
-549
/
+211
*
Re-enable cppcheck static analysis unused function checks after adding in spe...
Dean Camera
2012-03-25
1
-0
/
+1
*
Minor documentation fixes - change \note entries to \warning where appropriat...
Dean Camera
2012-02-24
3
-9
/
+8
*
Remove potentially unaligned uint32_t access in HIDParser.c, replace with sta...
Dean Camera
2012-02-20
4
-13
/
+5
*
All USB Class Driver configuration struct values are now non-const, to allow ...
Dean Camera
2012-02-19
10
-9
/
+11
*
Update file contributor copyrights for 2012.
Dean Camera
2012-02-04
18
-18
/
+18
*
Update file header copyrights for 2012.
Dean Camera
2012-02-04
18
-18
/
+18
*
Minor documentation improvements.
Dean Camera
2012-02-01
1
-1
/
+1
*
Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...
Dean Camera
2011-12-23
12
-28
/
+30
*
Don't validate the Device Descriptor's vendor ID when validating that a devic...
Dean Camera
2011-12-14
1
-3
/
+0
*
Altered the Mass Storage Host class driver so that SCSI data STALLs from the ...
Dean Camera
2011-12-01
1
-80
/
+22
*
Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).
Dean Camera
2011-11-28
1
-1
/
+1
*
Convert the LowLevel AndroidAccessory demo to use the new class driver consta...
Dean Camera
2011-11-24
1
-1
/
+1
*
Add new Android Open Accessory class driver to the library core and add a new...
Dean Camera
2011-11-24
10
-36
/
+811
*
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...
Dean Camera
2011-11-18
16
-16
/
+16
*
Fixed CDC class drivers not saving and sending all 16-bits of the control lin...
Dean Camera
2011-10-26
1
-7
/
+7
*
Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...
Dean Camera
2011-09-22
2
-0
/
+2
*
Fixed HID Parser's largest report size bit count not including the size of th...
Dean Camera
2011-09-17
1
-1
/
+1
*
Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq modul...
Dean Camera
2011-08-28
1
-1
/
+2
*
Remove redundant prototype for Audio_Host_StartStopStreaming() and Audio_Host...
Dean Camera
2011-08-28
1
-8
/
+6
*
Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun...
Dean Camera
2011-08-24
2
-7
/
+20
*
Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...
Dean Camera
2011-07-19
8
-8
/
+8
*
Add missing function attributes.
Dean Camera
2011-07-12
9
-41
/
+71
*
More endianness porting of the LUFA host mode class drivers.
Dean Camera
2011-07-11
8
-84
/
+84
*
Minor documentation and style fixes.
Dean Camera
2011-07-11
1
-4
/
+4
*
Fix HID_Host_SetIdlePeriod() function to send the correct request type to the...
Dean Camera
2011-07-05
2
-3
/
+3
*
Add missing function parameter to the new HID_Host_SetIdlePeriod() function.
Dean Camera
2011-07-04
1
-1
/
+2
*
Add missing function parameter to the new HID_Host_SetIdlePeriod() function.
Dean Camera
2011-07-04
2
-2
/
+4
*
Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver.
Dean Camera
2011-07-04
2
-0
/
+26
*
Minor internal macro renaming for the UC3 devices.
Dean Camera
2011-06-20
1
-2
/
+2
*
Add missing SVN eol-style properties to source files to prevent mixed end-of-...
Dean Camera
2011-06-16
2
-657
/
+657
*
Rename new Audio class driver functions, callbacks and events to ensure that ...
Dean Camera
2011-06-16
2
-12
/
+12
*
Rename Audio Host Class driver internal descriptor matching routines to be in...
Dean Camera
2011-06-14
2
-10
/
+10
*
Ensure that only the requested Audio class pipes are mapped to endpoints with...
Dean Camera
2011-06-13
2
-5
/
+9
*
Fix bugs in the Host mode Audio class driver.
Dean Camera
2011-06-12
2
-8
/
+20
*
Fix errors in the library Host mode Audio Class driver.
Dean Camera
2011-06-09
2
-9
/
+10
*
Add new Audio Class Driver Host demos.
Dean Camera
2011-06-09
2
-10
/
+39
*
Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()...
Dean Camera
2011-06-08
2
-6
/
+59
*
Remove warnings in the documentation for the library class drivers about sequ...
Dean Camera
2011-06-08
8
-42
/
+8
*
Added new Host mode Audio Class driver.
Dean Camera
2011-06-08
2
-0
/
+563
*
Massive corrections to the project documentation and code comments, thanks to...
Dean Camera
2011-06-05
2
-4
/
+4
*
Spell check library source code files.
Dean Camera
2011-06-01
1
-1
/
+1
*
Fixed incorrect signature in the CDC and DFU class bootloaders for the ATMEGA...
Dean Camera
2011-06-01
1
-1
/
+1
*
Add new USB_Host_SetInterfaceAltSetting() convenience function.
Dean Camera
2011-05-27
1
-13
/
+5
*
Fix broken Doxygen documentation.
Dean Camera
2011-05-19
1
-7
/
+7
*
Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_De...
Dean Camera
2011-05-18
2
-8
/
+5
*
Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...
Dean Camera
2011-04-04
3
-5
/
+5
*
Fixed Still Image Host class driver exiting the descriptor search routine pre...
Dean Camera
2011-03-03
1
-1
/
+1
[next]