We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76579d2 commit c7b364eCopy full SHA for c7b364e
include/zephyr/usb/usbd.h
@@ -629,8 +629,11 @@ static inline void *usbd_class_get_private(const struct usbd_class_data *const c
629
*
630
* This macro defines a descriptor node that, when added to the device context,
631
* is automatically used as the serial number string descriptor. A valid serial
632
- * number is generated from HWID (HWINFO= whenever this string descriptor is
633
- * requested.
+ * number is obtained from @ref hwinfo_interface whenever this string
+ * descriptor is requested.
634
+ *
635
+ * @note The HWINFO driver must be available and the Kconfig option HWINFO
636
+ * enabled.
637
638
* @param d_name String descriptor node identifier.
639
*/
0 commit comments