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
...
*
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
*
More AVR32 UC3B architecture ports - USB device mode applications can now be ...
Dean Camera
2011-02-27
2
-0
/
+9
*
More updates to remove architecture-specific comments from the documentation,...
Dean Camera
2011-02-20
1
-1
/
+1
*
Start update of documentation to support possible multiple architectures in t...
Dean Camera
2011-02-20
2
-4
/
+0
*
Initial restructuring of the core USB driver module to support multiple archi...
Dean Camera
2011-02-19
7
-7
/
+14
*
Add new ARCH option to the makefiles to (eventually) specify the target devic...
Dean Camera
2011-02-19
7
-7
/
+7
*
Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send...
Dean Camera
2011-01-30
4
-16
/
+85
*
Removed SerialStream module, rolled functionality into the base USART Serial ...
Dean Camera
2011-01-30
1
-2
/
+7
*
Fixed several functions in the Host mode Still Image Class driver returning a...
Dean Camera
2011-01-16
1
-4
/
+4
*
Minor documentation corrections for the new HID report item constant defines.
Dean Camera
2011-01-16
1
-1
/
+0
*
New HID report item macros (with HID_RI_ prefix) to allow for easy creation a...
Dean Camera
2011-01-16
4
-862
/
+1
*
Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...
Dean Camera
2011-01-10
14
-54
/
+25
*
Minor documentation improvements.
Dean Camera
2011-01-08
8
-37
/
+38
*
Update copyright year on all source files.
Dean Camera
2011-01-01
17
-34
/
+34
*
Documentation improvements - put driver example code into its own section, fi...
Dean Camera
2010-12-26
8
-8
/
+8
*
Fixed HID hpst class driver incorrectly binding to HID devices that do not ha...
Dean Camera
2010-12-02
1
-1
/
+4
*
Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be more...
Dean Camera
2010-12-02
14
-61
/
+236
*
Minor documentation improvements.
Dean Camera
2010-11-03
1
-16
/
+16
*
Fixed MIDI class driver send routines silently discarding packets if the endp...
Dean Camera
2010-11-03
1
-9
/
+6
*
Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio...
Dean Camera
2010-11-02
7
-102
/
+122
[prev]
[next]