microsoft / NCM-Driver-for-Windows

The Windows NCM drivers (host-side and function-side) are the NetAdapterCx based NIC drivers that implements Network Control Model (CDC NCM) specification defined by USB-IF
MIT License
67 stars 25 forks source link

where can I get a ncm ms_os_descriptor sample? #19

Closed optlee closed 11 months ago

optlee commented 11 months ago

As the title, I have make a device which implement NCM USBD function on linux. But it can't be enum on Win11 correctly. I found that os descriptor is a must on windows. Pls help me with a sample. Thanks!