On Tue, 17 Feb 2015 15:58:30 -0500 (EST), Alan Stern wrote:
> On Tue, 17 Feb 2015, Jakub Kicinski wrote:
> > Hi,
> >
> > I have a usb network device where part of functionality is implemented
> > in firmware. To communicate with the firmware I need to submit bulk
> > URBs to one of the EPs. Unfo
On Tue, 17 Feb 2015, Jakub Kicinski wrote:
> Hi,
>
> I have a usb network device where part of functionality is implemented
> in firmware. To communicate with the firmware I need to submit bulk
> URBs to one of the EPs. Unfortunately when device is being unbound or
> the driver is removed from
Hi,
I have a usb network device where part of functionality is implemented
in firmware. To communicate with the firmware I need to submit bulk
URBs to one of the EPs. Unfortunately when device is being unbound or
the driver is removed from the kernel EPs are disabled before
.disconnect() is cal