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
/
HID.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean Camera
2010-10-13
1
-42
/
+43
*
Whitespace corrections.
Dean Camera
2010-10-01
1
-11
/
+11
*
Make Host mode Class drivers only set the class driver instance's state value...
Dean Camera
2010-09-30
1
-35
/
+11
*
Fix incorrectly named configuration descriptor callback routines in the host ...
Dean Camera
2010-09-30
1
-6
/
+12
*
Fix low level host mode demos not correctly fetching the next endpoint when a...
Dean Camera
2010-09-30
1
-22
/
+56
*
Move out many of the common class driver constants into grouped enums, to mak...
Dean Camera
2010-09-28
1
-14
/
+12
*
Added class specific descriptor type defines with standard USB-IF element nam...
Dean Camera
2010-09-09
1
-1
/
+1
*
Add missing const qualifiers to class drivers.
Dean Camera
2010-07-21
1
-4
/
+10
*
Add new ReportType parameter to the HID class driver device callback and host...
Dean Camera
2010-05-09
1
-10
/
+10
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
1
-362
/
+362
*
Fixed Host mode HID class driver not sending the correct report type when HID...
Dean Camera
2010-05-04
1
-1
/
+1
*
Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HAL...
Dean Camera
2010-03-24
1
-2
/
+3
*
Fix HID Host Class driver sending incorrect ReportType values to the device w...
Dean Camera
2010-02-14
1
-2
/
+2
*
Add more include protection macros to give the user warnings when they try to...
Dean Camera
2010-02-11
1
-1
/
+3
*
Inline USB management functions in the Class drivers which are standardized b...
Dean Camera
2010-01-05
1
-5
/
+0
*
Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...
Dean Camera
2010-01-04
1
-0
/
+3
*
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
*
Test with -Wextra, fix library warnings due to unused function parameters.
Dean Camera
2009-12-13
1
-1
/
+1
*
Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...
Dean Camera
2009-11-26
1
-7
/
+1
*
Fixed HID host Class driver report send/receive report broken when issued thr...
Dean Camera
2009-11-09
1
-2
/
+2
*
Add optional pipe double banking support to the Host mode Class drivers.
Dean Camera
2009-11-07
1
-3
/
+5
*
Add const attribute to class driver APIs.
Dean Camera
2009-11-03
1
-3
/
+3
*
Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size o...
Dean Camera
2009-09-30
1
-24
/
+39
*
Fixed issue in the HID Host class driver's HID_Host_SendReportByID() routine ...
Dean Camera
2009-09-30
1
-1
/
+1
*
Fix incorrect names for the HID Host protocol setting routines.
Dean Camera
2009-09-24
1
-2
/
+2
*
Add new attributes to the HID Report Parser and HID Host Mode Class driver to...
Dean Camera
2009-09-21
1
-0
/
+5
*
Finish initial draft of the Host Mode HID Class driver.
Dean Camera
2009-09-21
1
-56
/
+60
*
Add const qualifiers to Host mode Class drivers.
Dean Camera
2009-09-21
1
-7
/
+9
*
Finish Class Driver MouseHost demo. Update HID Host Class driver; boot protoc...
Dean Camera
2009-09-20
1
-11
/
+7
*
Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...
Dean Camera
2009-09-20
1
-3
/
+98
*
Added support for the officially recommended layout of the external periphera...
Dean Camera
2009-09-17
1
-3
/
+10
*
Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...
Dean Camera
2009-09-17
1
-4
/
+54
*
Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...
Dean Camera
2009-09-09
1
-6
/
+21
*
Add StillImage Host Class Driver functions for opening and closing sessions. ...
Dean Camera
2009-09-02
1
-4
/
+4
*
Added start of the Still Image Host Class driver demo and driver code.
Dean Camera
2009-08-30
1
-2
/
+2
*
Added CDC_Device_Flush() command to the CDC Device mode class driver.
Dean Camera
2009-08-13
1
-4
/
+6
*
Add new functions to the HID host class driver, refine HID interface protocol...
Dean Camera
2009-08-11
1
-3
/
+30
*
Fixed swapped paremeters in the HID state memory copy call while processing a...
Dean Camera
2009-08-11
1
-2
/
+12
*
Fix issue in CDC device class driver where received data the size of the data...
Dean Camera
2009-08-11
1
-0
/
+8
*
Commit for 090810rc1 release.
Dean Camera
2009-08-05
1
-0
/
+2
*
State information for class drivers is now zeroed out during enumeration (bot...
Dean Camera
2009-07-27
1
-0
/
+2
*
Change Host mode class driver Pipe configuration routines -- better to let th...
Dean Camera
2009-07-27
1
-15
/
+4
*
Add new MouseHost Class Driver demo, unfinished, to allow for better testing ...
Dean Camera
2009-07-27
1
-0
/
+100
*
Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.
Dean Camera
2009-06-14
1
-0
/
+36