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
/
Device
/
HID.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed all Device mode LowLevel demos and Device Class drivers so that the c...
Dean Camera
2010-08-22
1
-15
/
+8
*
Fixed HID device class driver still using PrevReportINBuffer for GetReport co...
Dean Camera
2010-07-15
1
-1
/
+1
*
Add new ReportType parameter to the HID class driver device callback and host...
Dean Camera
2010-05-09
1
-14
/
+14
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
1
-194
/
+194
*
Device mode class driver callbacks are now fired before the control request s...
Dean Camera
2010-05-07
1
-2
/
+1
*
Fixed HID Device Class Driver not allocating a temporary buffer when the host...
Dean Camera
2010-04-20
1
-3
/
+7
*
Add more include protection macros to give the user warnings when they try to...
Dean Camera
2010-02-11
1
-0
/
+2
*
Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before...
Dean Camera
2010-01-04
1
-6
/
+0
*
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
*
Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_De...
Dean Camera
2009-11-23
1
-2
/
+4
*
Add double banking property to LUFA powered projects in the Projects director...
Dean Camera
2009-11-06
1
-1
/
+1
*
Add optional double-banking support to the Device mode Class Drivers, on a pe...
Dean Camera
2009-11-06
1
-1
/
+2
*
Make HID device class driver ignore the previous HID report comparison buffer...
Dean Camera
2009-10-26
1
-4
/
+7
*
Make HID device class driver reselect the correct endpoint after the user cal...
Dean Camera
2009-10-26
1
-0
/
+3
*
Fixed Device mode HID Class driver not explicitly initializing the ReportSize...
Dean Camera
2009-08-27
1
-4
/
+4
*
Fixed Device mode HID Class driver always sending IN reports, even when no da...
Dean Camera
2009-08-27
1
-3
/
+3
*
Added flag to the HID report parser to indicate if a device has multiple repo...
Dean Camera
2009-08-11
1
-12
/
+5
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
1
-1
/
+1
*
Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...
Dean Camera
2009-08-02
1
-1
/
+1
*
Fix demos based on the device mode HID class driver, as well as the driver it...
Dean Camera
2009-07-31
1
-9
/
+9
*
Add new HID_Device_MillisecondElapsed() function to the HID device Class driv...
Dean Camera
2009-07-30
1
-0
/
+6
*
Ensure that the previous HID reports in the HID device class driver are kept ...
Dean Camera
2009-07-30
1
-4
/
+2
*
Fix to HID device mode Class driver, so that new reports are compared against...
Dean Camera
2009-07-30
1
-10
/
+15
*
State information for class drivers is now zeroed out during enumeration (bot...
Dean Camera
2009-07-27
1
-0
/
+2
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
1
-9
/
+5
*
Add explicit guards to all device mode tasks to ensure the device is connecte...
Dean Camera
2009-07-21
1
-1
/
+1
*
Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...
Dean Camera
2009-07-16
1
-1
/
+1
*
Fix HID class device driver -- if a SetIDle request is issued with the LSB of...
Dean Camera
2009-07-15
1
-8
/
+15
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
1
-3
/
+3
*
Break device mode class driver interfaces into seperate config and state stru...
Dean Camera
2009-06-18
1
-17
/
+17
*
Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.
Dean Camera
2009-06-14
1
-0
/
+5
*
Changed to new device mode Class Driver function name prefixes to make way fo...
Dean Camera
2009-06-11
1
-6
/
+6
*
Added multiple Report ID support to the HID class driver. Removed OUT endpoin...
Dean Camera
2009-06-05
1
-32
/
+13
*
Removed new Start of Frame event from the library; performance suffered far t...
Dean Camera
2009-06-02
1
-22
/
+4
*
Commit of new class abstraction APIs for all device demos other than the MIDI...
Dean Camera
2009-06-01
1
-0
/
+211