From 047ba0a62db8a078aa2f7d68d00cbf41406c0fb2 Mon Sep 17 00:00:00 2001 From: HiFiPhile Date: Tue, 15 Oct 2024 21:49:02 +0200 Subject: [PATCH] Add comment to BOS descriptor. --- examples/device/net_lwip_webserver/src/usb_descriptors.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/device/net_lwip_webserver/src/usb_descriptors.c b/examples/device/net_lwip_webserver/src/usb_descriptors.c index 28c6c7ace..cd800f521 100644 --- a/examples/device/net_lwip_webserver/src/usb_descriptors.c +++ b/examples/device/net_lwip_webserver/src/usb_descriptors.c @@ -196,6 +196,9 @@ uint8_t const * tud_descriptor_configuration_cb(uint8_t index) // BOS Descriptor //--------------------------------------------------------------------+ +/* Used to automatically load the NCM driver on Windows 10, otherwise manual driver install is needed. + Associate NCM interface with WINNCM driver. */ + /* Microsoft OS 2.0 registry property descriptor Per MS requirements https://msdn.microsoft.com/en-us/library/windows/hardware/hh450799(v=vs.85).aspx device should create DeviceInterfaceGUIDs. It can be done by driver and