Re: Submitting urbs from disconnect callback

2015-02-17 Thread Jakub KiciƄski
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

Re: Submitting urbs from disconnect callback

2015-02-17 Thread Alan Stern
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

Submitting urbs from disconnect callback

2015-02-17 Thread Jakub Kicinski
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