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

Commit 214635f9 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

Revert "[media] media: em28xx - remove reset_resume interface"



The reset_resume call is needed, otherwise it will break resume
on some conditions, depending on the usb ehci/xhci controller.

This reverts commit b89193e0.

Reported-by: default avatarJohannes Stezenbach <js@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 7d4020c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3515,6 +3515,7 @@ static struct usb_driver em28xx_usb_driver = {
	.disconnect = em28xx_usb_disconnect,
	.suspend = em28xx_usb_suspend,
	.resume = em28xx_usb_resume,
	.reset_resume = em28xx_usb_resume,
	.id_table = em28xx_id_table,
};