From: Alan Stern Date: Mon, 20 Oct 2008 13:52:12 +0000 (-0400) Subject: USB: Speedtouch: add pre_reset and post_reset routines X-Git-Tag: v2.6.28-rc1~33^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fc7aeab3851ed8c3ecf28901ca2c6f0400955c7;p=pandora-kernel.git 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 Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed