25 lines
700 B
Diff
25 lines
700 B
Diff
From 22008251d617054271a65f29178e2df74dd3e33c Mon Sep 17 00:00:00 2001
|
|
From: Bhushan Shah <bshah@kde.org>
|
|
Date: Fri, 9 Apr 2021 16:22:49 +0530
|
|
Subject: [PATCH 1/5] drivers/usb: add reset_resume callback
|
|
|
|
---
|
|
drivers/usb/serial/option.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
|
|
index c6969ca728390..21aeb7dc8f6ee 100644
|
|
--- a/drivers/usb/serial/option.c
|
|
+++ b/drivers/usb/serial/option.c
|
|
@@ -2105,6 +2105,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
|
|
};
|
|
|
|
--
|
|
2.31.1
|
|
|