]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: Speedtouch: add pre_reset and post_reset routines
authorAlan Stern <stern@rowland.harvard.edu>
Thu, 23 Oct 2008 17:35:13 +0000 (17:35 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 25 Oct 2008 21:32:38 +0000 (14:32 -0700)
commit08177861a152254ba025b751559e592757e31475
tree9ca112796eed92c33fd97081b8d6524d9184fd7e
parent837de9e1d92bb73408088f7b5849715d90925fee
USB: Speedtouch: add pre_reset and post_reset routines

commit 8fc7aeab3851ed8c3ecf28901ca2c6f0400955c7 upstream

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/atm/speedtch.c