aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-29 12:42:25 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-29 12:42:25 +0000
commitdc83f73ca34610aaf48962abeb06fb21d9bde23b (patch)
tree4ab726d9cfd4353c0040be1f97023d97abb26933 /LUFA
parentd83d87e1b8aa8c76e062f01588066d9ab4233828 (diff)
downloadlufa-dc83f73ca34610aaf48962abeb06fb21d9bde23b.tar.gz
lufa-dc83f73ca34610aaf48962abeb06fb21d9bde23b.tar.bz2
lufa-dc83f73ca34610aaf48962abeb06fb21d9bde23b.zip
Added new GenericHID device demo application.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ChangeLog.txt4
-rw-r--r--LUFA/VIDAndPIDValues.txt2
2 files changed, 5 insertions, 1 deletions
diff --git a/LUFA/ChangeLog.txt b/LUFA/ChangeLog.txt
index 0b00a898b..e7ead5b18 100644
--- a/LUFA/ChangeLog.txt
+++ b/LUFA/ChangeLog.txt
@@ -44,6 +44,8 @@
* - Fixed documentation typos and preprocessor checks relating to misspellings of the USE_RAM_DESCRIPTORS token (thanks to Ian Gregg)
* - Fixed USBTask.h not conditionally including HostChapter9.h only when CAN_BE_DEVICE is defined (thanks to Ian Gregg)
* - Fixed incorrect ADC driver init register manipulation (thanks to Tobias)
+ * - Added new GenericHID device demo application
+ *
*
* \section Sec_ChangeLog090209 Version 090209
*
@@ -99,6 +101,7 @@
* - Fixed CDC Host demo not searching through both CDC interfaces for endpoints
* - Fixed incorrect Product String descriptor length in the DFU class bootloader
*
+ *
* \section Sec_ChangeLog081224 Version 081224
*
* - MyUSB name changed to LUFA, the Lightweight USB Framework for AVRs
@@ -149,6 +152,7 @@
* - Changed prototype of GetDescriptor, so that it now returns the descriptor size (or zero if the descriptor doesn't exist)
* rather than passing the size back to the caller through a parameter and returning a boolean
*
+ *
* \section Sec_ChangeLog153 Version 1.5.3 - Released 2nd October, 2008
*
* - Fixed CDC bootloader using pgmspace macros for some descriptors inappropriately
diff --git a/LUFA/VIDAndPIDValues.txt b/LUFA/VIDAndPIDValues.txt
index 04a6060c9..de0896d04 100644
--- a/LUFA/VIDAndPIDValues.txt
+++ b/LUFA/VIDAndPIDValues.txt
@@ -216,7 +216,7 @@
* 0x204F
* </td>
* <td>
- * ** Not Currently Allocated **
+ * Generic HID Demo Application
* </td>
* </tr>
*