commit | 8fc7aeab3851ed8c3ecf28901ca2c6f0400955c7 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Mon Oct 20 09:52:12 2008 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Oct 22 10:05:28 2008 -0700 |
tree | 1d32732e0a829c63b1b4c91ce541b98a147cf75f | |
parent | 8aafdf6a1528b0672a0527be473d9be5a12289d3 [diff] |
USB: Speedtouch: add pre_reset and post_reset routines This patch (as1150) fixes a problem in the speedtch driver. When it resets the modem during probe it will be unbound from the other interfaces it has claimed, because it doesn't define a pre_reset and a post_reset method. The patch defines "do-nothing" methods. This fixes Bugzilla #11767. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>