From: Alan Stern Date: Mon, 3 Dec 2007 20:42:10 +0000 (-0500) Subject: USB: repair USBDEVFS_CONNECT ioctl X-Git-Tag: v2.6.25-rc1~1075^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=885e97478bf95b46a7cff40df49c2bb1a5503afd;p=pandora-kernel.git USB: repair USBDEVFS_CONNECT ioctl For as long as I've known about it, the USBDEVFS_CONNECT ioctl hasn't done what it's supposed to. The current code reprobes _all_ the unbound USB interfaces; this patch (as1021) makes it reprobe only the interface for which it was called. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed