index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Demos
/
Host
/
ClassDriver
/
MouseHost
/
MouseHost.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update all demos, projects and bootloaders to indent all function parameters,...
Dean Camera
2010-07-21
1
-1
/
+2
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
1
-218
/
+218
*
Use puts_P() and printf_P() instead of the normal variants where possible in ...
Dean Camera
2010-04-28
1
-5
/
+5
*
USB_Init() no longer calls sei() to enable global interrupts - this must now ...
Dean Camera
2010-04-28
1
-0
/
+1
*
All Class Driver Host mode demos now correctly set the board LEDs to READY on...
Dean Camera
2010-03-25
1
-0
/
+1
*
Update copyright year to 2010.
Dean Camera
2009-12-30
1
-2
/
+2
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
1
-7
/
+7
*
Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...
Dean Camera
2009-11-13
1
-2
/
+2
*
Add optional pipe double banking support to the Host mode Class drivers.
Dean Camera
2009-11-07
1
-0
/
+3
*
Application documentation/comment cleanup.
Dean Camera
2009-10-08
1
-1
/
+1
*
Fix incorrect names for the HID Host protocol setting routines.
Dean Camera
2009-09-24
1
-1
/
+1
*
Finish initial draft of the Host Mode HID Class driver.
Dean Camera
2009-09-21
1
-6
/
+2
*
Add KeyboardHost HID Host Class driver demo to the library.
Dean Camera
2009-09-20
1
-3
/
+0
*
Finish Class Driver MouseHost demo. Update HID Host Class driver; boot protoc...
Dean Camera
2009-09-20
1
-6
/
+8
*
Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...
Dean Camera
2009-09-20
1
-2
/
+33
*
Added support for the officially recommended layout of the external periphera...
Dean Camera
2009-09-17
1
-6
/
+1
*
Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...
Dean Camera
2009-09-17
1
-0
/
+8
*
Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...
Dean Camera
2009-08-31
1
-3
/
+2
*
Add new functions to the HID host class driver, refine HID interface protocol...
Dean Camera
2009-08-11
1
-1
/
+0
*
Fixed swapped paremeters in the HID state memory copy call while processing a...
Dean Camera
2009-08-11
1
-1
/
+1
*
Fix issue in CDC device class driver where received data the size of the data...
Dean Camera
2009-08-11
1
-0
/
+5
*
Make Endpoint control transfers more reliable; early-abort when an incomplete...
Dean Camera
2009-08-06
1
-6
/
+6
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
1
-5
/
+5
*
Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...
Dean Camera
2009-08-02
1
-3
/
+2
*
State information for class drivers is now zeroed out during enumeration (bot...
Dean Camera
2009-07-27
1
-5
/
+0
*
Collapse configuration descriptor size retrieval and size testing into a sing...
Dean Camera
2009-07-27
1
-10
/
+3
*
Change Host mode class driver Pipe configuration routines -- better to let th...
Dean Camera
2009-07-27
1
-4
/
+24
*
Add new MouseHost Class Driver demo, unfinished, to allow for better testing ...
Dean Camera
2009-07-27
1
-0
/
+174
*
Optimize vendor/product description string display code in MassStorageHost.
Dean Camera
2009-06-26
1
-283
/
+0
*
Copy over schedulerless host demos to ClassDrivers directory, for later modif...
Dean Camera
2009-06-09
1
-0
/
+283
*
Deleted Host ClassDriver demos -- not yet started, faster to rebase new Class...
Dean Camera
2009-06-09
1
-331
/
+0
*
Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.
Dean Camera
2009-06-05
1
-0
/
+331