projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b56248
)
USB: Support option_1port_device reset_resume function.
author
wlf
<wulf@rock-chips.com>
Thu, 8 May 2014 06:43:32 +0000
(14:43 +0800)
committer
wlf
<wulf@rock-chips.com>
Thu, 8 May 2014 06:43:32 +0000
(14:43 +0800)
drivers/usb/serial/option.c
patch
|
blob
|
history
diff --git
a/drivers/usb/serial/option.c
b/drivers/usb/serial/option.c
index 68fc9fe65936e712ba08e9f6825de4773b4cc9a9..0e961060bc8aed3708b21499391694a1ddd30155 100644
(file)
--- a/
drivers/usb/serial/option.c
+++ b/
drivers/usb/serial/option.c
@@
-1666,6
+1666,7
@@
static struct usb_serial_driver option_1port_device = {
#ifdef CONFIG_PM
.suspend = usb_wwan_suspend,
.resume = usb_wwan_resume,
+ .reset_resume = usb_wwan_resume,
#endif
};