diff options
| author | HiFiPhile <[email protected]> | 2024-10-15 21:49:02 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-10-15 21:49:02 +0200 |
| commit | 047ba0a62db8a078aa2f7d68d00cbf41406c0fb2 (patch) | |
| tree | 2182e90e05f1d816a0e58d211fe70fc369bdc6fa /examples | |
| parent | ad362c8ac41d1dd9102e4a25aa79f81a6248ec00 (diff) | |
Add comment to BOS descriptor.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/net_lwip_webserver/src/usb_descriptors.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
