Even if bus is not hot-pluggable, the devices can be unbound from the
driver via sysfs, so we should not be using __exit annotations on
remove() methods. The only exception is drivers registered with
platform_driver_probe() which specifically disables sysfs bind/unbind
attributes.
Signed-off-by: D
On Sat, 23 Feb 2013, Seth Forshee wrote:
> On Sat, Feb 23, 2013 at 03:07:08PM +0100, Christian Lamparter wrote:
> > usb_submit_urb() is async, so unless the URB data structure is
> > bogus, the device is in the middle of a reset/is removed or OOM
> > it won't return with an -ENUMBER.
> >
> > Sinc
On Sunday, February 24, 2013 04:54:26 PM Alan Stern wrote:
> On Sat, 23 Feb 2013, Seth Forshee wrote:
> > On Sat, Feb 23, 2013 at 03:07:08PM +0100, Christian Lamparter wrote:
> > > usb_submit_urb() is async, so unless the URB data structure is
> > > bogus, the device is in the middle of a reset/is
On Sun, 24 Feb 2013, Christian Lamparter wrote:
> > The usbmon trace indicates that the data gets delivered to the device
> > as it should, but the device doesn't accept it for several seconds.
>
> Looking at the logs, I find myself wondering how the "88012fe19500"
> urb-complete ninja'd righ
Hi,
On Sunday 24 February 2013 04:14 AM, Rob Landley wrote:
On 02/18/2013 11:53:14 PM, Kishon Vijay Abraham I wrote:
The PHY framework provides a set of APIs for the PHY drivers to
create/destroy a PHY and APIs for the PHY users to obtain a reference
to the
PHY with or without using phandle. To
Hi,
On Sun, Feb 24, 2013 at 12:06:35AM +0100, Robert Jarzmik wrote:
> Hi Felipe,
>
> I tried today's version of linux-next tree (commit id
> b1714a88bee1ae, "Add linux-next specific files for 20130222").
>
> My PXA based platform bugs on bootup. I have no console available on my
> platform, just
Don't register anything non-generic under
the gadget's device as we don't really *own*
it.
Signed-off-by: Felipe Balbi
---
Hi Alex,
please take a look at this patch, if you don't reply to it
I will take it through my tree for this -rc cycle. I have sent
few weeks ago and didn't get a review.
c