mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
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 b89193e0b0
.
Reported-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
8e2c8717c1
commit
90a5dbef1a
@ -3524,6 +3524,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,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user