فهرست منبع

cdc_ether: fix autosuspend for mbm devices

Autosuspend works until you bring the wwan interface up, then the
device does not enter autosuspend anymore.

The following patch fixes the problem by setting the .manage_power
field in the mbm_info struct to the same as in the cdc_info struct
(cdc_manager_power).

Signed-off-by: Torgny Johansson <torgny.johansson@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Torgny Johansson 15 سال پیش
والد
کامیت
55964d72d6
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      drivers/net/usb/cdc_ether.c

+ 1 - 0
drivers/net/usb/cdc_ether.c

@@ -431,6 +431,7 @@ static const struct driver_info mbm_info = {
 	.bind = 	cdc_bind,
 	.bind = 	cdc_bind,
 	.unbind =	usbnet_cdc_unbind,
 	.unbind =	usbnet_cdc_unbind,
 	.status =	cdc_status,
 	.status =	cdc_status,
+	.manage_power =	cdc_manage_power,
 };
 };
 
 
 /*-------------------------------------------------------------------------*/
 /*-------------------------------------------------------------------------*/