[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201206081028.07229.oneukum@suse.de>
Date: Fri, 8 Jun 2012 10:28:07 +0200
From: Oliver Neukum <oneukum@...e.de>
To: Stefani Seibold <stefani@...bold.net>
Cc: "linux-kernel" <linux-kernel@...r.kernel.org>,
Greg KH <gregkh@...uxfoundation.org>, alan@...rguk.ukuu.org.uk,
linux-usb@...r.kernel.org, Alan Stern <stern@...land.harvard.edu>
Subject: Re: RFC: remove usb_device pointer from usb_skeleton.c
Am Freitag, 8. Juni 2012, 09:18:55 schrieb Stefani Seibold:
> The connected flag could be also replaced by a "intf->condition ==
> USB_INTERFACE_BOUND", which can be hided by a macro.
No, I am sorry, it cannot. You'd know the interface is bound, but not necessarily
to your driver or even the same "incarnation" of your driver. The fundamental
problem is that we have no data structure describing the binding between a device
and a driver so we cannot refcount that.
As a consequence all refcounting just ensures that the device and interface
data structures stay in memory, but we can make only very limited (read-only)
use of them after a disconnection.
Regards
Oliver
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists