Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b58ccfe authored by andrey@cozybit.com's avatar andrey@cozybit.com Committed by John W. Linville
Browse files

libertas: support USB persistence on suspend/resume (resend)



Handle .reset_resume() so that libertas can survive suspend/resume without
reloading the firmware.

Signed-off-by: default avatarAndrey Yurovsky <andrey@cozybit.com>
Acked-by: default avatarDeepak Saxena <dsaxena@laptop.org>
Acked-by: default avatarDan Williams <dcbw@redhat.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 6afe6828
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -925,6 +925,7 @@ static struct usb_driver if_usb_driver = {
	.id_table = if_usb_table,
	.suspend = if_usb_suspend,
	.resume = if_usb_resume,
	.reset_resume = if_usb_resume,
};

static int __init if_usb_init_module(void)