commit | 7186364e46c3800635c283924bf25433d0a556a2 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 15 15:40:00 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 15 15:40:00 2012 -0700 |
tree | 56f00dd399c776aad84cbf2ee09a9974f032b9df | |
parent | 09c94e628ac3f871f06eaa7a5be266ca1aaa75a1 [diff] |
USB: serial: hook up reset_resume callback The callback is now hooked up for any USB to serial driver that wants it. We only register the callback if any of the usb-serial structures want it, this keeps the USB core happy. Thanks to Alan Stern for the ideas on how to do this. Cc: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>