Skip to content

Commit

Permalink
[media] gl861: reset_resume support
Browse files Browse the repository at this point in the history
It survives now on reset_resume.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Sep 15, 2012
1 parent 7f12088 commit 0b8623c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/usb/dvb-usb-v2/gl861.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 0b8623c

Please sign in to comment.