Hi,
I have written a usb host driver which is vendor specific. I am sending vendor specific request to device which has to reset the device.
But it is not happening.
Observation: vendor specific request is success
Expected Result:
usb 1-4: new high speed USB device using ehci_hcd and address 7
usb 1-4: USB disconnect, address 7
usb 1-4: new high speed USB device using ehci_hcd and address 8
Actual result:
usb 1-4: new high speed USB device using ehci_hcd and address 13
Please help me to resolve this
thanks in advance