]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: ch341: put reset_resume callback back.
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 May 2012 22:41:47 +0000 (15:41 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 May 2012 22:41:47 +0000 (15:41 -0700)
commit6ab0a2bea4108fe87d0372a5c4b82f6f2d5be3aa
treec73624131d251b8917a5c4e7359d8f12e8244d67
parent06a9d4e3d3c50555396381734cc6dd54a356548c
USB: serial: ch341: put reset_resume callback back.

A few patches ago, I removed the reset_resume callback, changing it to
resume instead.  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: Johan Hovold <jhovold@gmail.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/ch341.c