Hello
I have to write a driver for a USB DSL modem, for that I want to implement some control functions.
To implement these function I do request to the modem using DeviceRequest, I send to the driver sendEncapsulatedCommand containing the command I want the modem perform for me. Whenn...