commit | 885e97478bf95b46a7cff40df49c2bb1a5503afd | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Mon Dec 03 15:42:10 2007 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Feb 01 14:34:53 2008 -0800 |
tree | ddb8bc5e8a7ace8971cf4a472bb9b3a100db7c73 | |
parent | badef819229d455493ba97253dd0e4097b995624 [diff] |
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 <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>