]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: sierra: put reset_resume callback back.
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 May 2012 22:43:19 +0000 (15:43 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 May 2012 22:43:19 +0000 (15:43 -0700)
commit9e21fe550729c37ea90fe0108cc76e53b220b68e
tree6dc78a824a209ef615d97778c7a9a0e31c0d2883
parentd6c344cf46c262e07beaa42021c727e76089daa6
USB: serial: sierra: put reset_resume callback back.

A few patches ago, I removed the reset_resume callback in this driver.
Now that the usb-serial core supports reset_resume, put this driver
callback back as well, so it should work identically to how it was
originally.

Now if this function really is doing what it should be doing, well,
that's a different story, but we are at least doing the identical thing
that we were before...

Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Johan Hovold <jhovold@gmail.com>
Cc: Anton Samokhvalov <pg83@yandex.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/sierra.c