| ▲ | Retr0id 8 hours ago | |
I'm unfamiliar with the Windows platform but that sounds like something that still requires executing code locally. | ||
| ▲ | monegator 8 hours ago | parent [-] | |
Not sure what you mean. Anyway OS 2.0 descriptors are a custom USB descriptor that basically tells the device to use WinUSB as the driver. The burden then is in the application that will have to implement the read/writes to the endpoints instead of using higher level functions provided by the custom driver. If you ever developed software with libUSB, using WinUSB on the windows side makes things super easy for cross platform development, and you don't have to go through all the pain to have a signed driver. Win-win in my book. | ||