1
0
Fork 0

[media] gl861: reset_resume support

It survives now on reset_resume.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
hifive-unleashed-5.1
Antti Palosaari 2012-08-21 09:08:51 -03:00 committed by Mauro Carvalho Chehab
parent 7f12088798
commit 0b8623cadd
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ static struct usb_driver gl861_usb_driver = {
.disconnect = dvb_usbv2_disconnect,
.suspend = dvb_usbv2_suspend,
.resume = dvb_usbv2_resume,
.reset_resume = dvb_usbv2_reset_resume,
.no_dynamic_id = 1,
.soft_unbind = 1,
};