aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/StdDescriptors.h
diff options
context:
space:
mode:
authorLászló Monda <laci@monda.hu>2014-01-04 00:14:45 +0100
committerDean Camera <dean@fourwalledcubicle.com>2014-01-08 10:36:18 +1100
commit28cadf077e8dcbb5819f72110d7ca3eb3b0bc0f1 (patch)
tree23fccfbd74b69e394af57abc56afb5ccf62f790a /LUFA/Drivers/USB/Core/StdDescriptors.h
parent2e70de6194c4637efcf871cd878630bfaf99707e (diff)
downloadlufa-28cadf077e8dcbb5819f72110d7ca3eb3b0bc0f1.tar.gz
lufa-28cadf077e8dcbb5819f72110d7ca3eb3b0bc0f1.tar.bz2
lufa-28cadf077e8dcbb5819f72110d7ca3eb3b0bc0f1.zip
Add USB_STRING_DESCRIPTOR and make the Keyboard demo use it.
Diffstat (limited to 'LUFA/Drivers/USB/Core/StdDescriptors.h')
-rw-r--r--LUFA/Drivers/USB/Core/StdDescriptors.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/Drivers/USB/Core/StdDescriptors.h b/LUFA/Drivers/USB/Core/StdDescriptors.h
index 65c783bb5..cfd42c4d9 100644
--- a/LUFA/Drivers/USB/Core/StdDescriptors.h
+++ b/LUFA/Drivers/USB/Core/StdDescriptors.h
@@ -706,6 +706,9 @@
#endif
} ATTR_PACKED USB_Descriptor_String_t;
+ /** Convenience macro to easily create \ref USB_Descriptor_String_t instances without having to count characters. */
+ #define USB_STRING_DESCRIPTOR(string) {.Header = {.Size = sizeof(string), .Type = DTYPE_String}, .UnicodeString = string}
+
/** \brief Standard USB String Descriptor (USB-IF naming conventions).
*
* Type define for a standard string descriptor. Unlike other standard descriptors, the length