aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-01-23 20:02:51 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-01-23 20:02:51 +0000
commit6c7ed7ecd6d4727e33ddb8c5e4321499a2b76151 (patch)
treeee950b43a3aaa32a72b7d24f65e0b179f00810cc /LUFA/ManPages/ChangeLog.txt
parent6d67b1df3cb8300612ad7b2f16e6bffe08fb8f30 (diff)
downloadlufa-6c7ed7ecd6d4727e33ddb8c5e4321499a2b76151.tar.gz
lufa-6c7ed7ecd6d4727e33ddb8c5e4321499a2b76151.tar.bz2
lufa-6c7ed7ecd6d4727e33ddb8c5e4321499a2b76151.zip
Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD and HID_DESCRIPTOR_JOYSTICK macros for easy automatic creation of basic USB HID device reports.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index df74a7c08..b4a836c70 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -17,7 +17,9 @@
* - Added basic driver example use code to the library documentation
* - Added new Endpoint_Null_Stream() and Pipe_Null_stream() functions
* - Added new ADC_GET_CHANNEL_MASK() convenience macro
- * - New HID report item macros (with HID_RI_ prefix) to allow for easy creation and editing of HID report descriptors
+ * - Added new HID report item macros (with HID_RI_ prefix) to allow for easy creation and editing of HID report descriptors
+ * - Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD and HID_DESCRIPTOR_JOYSTICK macros for easy automatic creation of
+ * basic USB HID device reports
* - Library Applications:
* - Added ability to write protect Mass Storage disk write operations from the host OS
*