aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-17 10:02:19 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-17 10:02:19 +0000
commitc3758ac5ef70cb609289ed6f34ba7e7be7ab8841 (patch)
treeaf4d3b2ff9749a4ad432e41e27b09d18ae00e541 /LUFA/Drivers/USB/Class/Device
parent021b1b567e8686d4addccb53511b7f5447392267 (diff)
downloadlufa-c3758ac5ef70cb609289ed6f34ba7e7be7ab8841.tar.gz
lufa-c3758ac5ef70cb609289ed6f34ba7e7be7ab8841.tar.bz2
lufa-c3758ac5ef70cb609289ed6f34ba7e7be7ab8841.zip
Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.
Add new HotmailNotifier project, which changes a LED's colour based on the user's unread email count as sent from Windows Live Messenger.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Device')
-rw-r--r--LUFA/Drivers/USB/Class/Device/HID.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/Class/Device/HID.h b/LUFA/Drivers/USB/Class/Device/HID.h
index d51327c39..f92ffd749 100644
--- a/LUFA/Drivers/USB/Class/Device/HID.h
+++ b/LUFA/Drivers/USB/Class/Device/HID.h
@@ -89,7 +89,8 @@
*/
uint8_t PrevReportINBufferSize; /**< Size in bytes of the given input report buffer. This is used to create a
* second buffer of the same size within the driver so that subsequent reports
- * can be compared.
+ * can be compared. If the user app is to determine when reports are to be sent
+ * exclusively (i.e. \ref PrevReportINBuffer is NULL) this value is ignored.
*/
} Config; /**< Config data for the USB class interface within the device. All elements in this section
* <b>must</b> be set or the interface will fail to enumerate and operate correctly.