From: David Brownell Date: Tue, 19 Apr 2005 00:39:25 +0000 (-0700) Subject: [PATCH] USB: revert "fix" to usb_set_interface() X-Git-Tag: v2.6.12-rc3~26^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a81e7ecca369afee0b07b4758d8c32542ffc587a;p=pandora-kernel.git [PATCH] USB: revert "fix" to usb_set_interface() This reverts a recent change to usb_set_interface(). The change worked around a quirk in certain devices, but doing this in usbcore creates needless regressions for other devices. More appropriate fixes won't put such handling in usbcore. Basically it's tricky to do a full software reset of USB device state, since the devices don't all act the same. This adds a note to the kerneldoc for the usb_reset_configuration() call to highlight the quirk this was working around: endpoint data toggles not being reset. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed