aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-07-04 09:18:50 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-07-04 09:18:50 +0000
commit61861c548eabf6863af57a9aa20103fcd3a9aced (patch)
treeebbc80b96ffb5f1c6d452ece696282f46b004412 /LUFA/ManPages
parentb7759958674db4c4256e6e3919431791709acee2 (diff)
downloadlufa-61861c548eabf6863af57a9aa20103fcd3a9aced.tar.gz
lufa-61861c548eabf6863af57a9aa20103fcd3a9aced.tar.bz2
lufa-61861c548eabf6863af57a9aa20103fcd3a9aced.zip
Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 619c67716..9b473114f 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -22,6 +22,7 @@
* - Added new SPI_GetCurrentMode() function to the SPI peripheral driver
* - Added board hardware driver support for the EVK1100 board
* - Added board hardware driver support for the EVK1104 board
+ * - Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver
* - Library Applications:
* - Added RNDIS device mode to the Webserver project
* - Added new incomplete AndroidAccessoryHost Host LowLevel demo