Skip to content

Commit

Permalink
[media] au6610: define reset_resume
Browse files Browse the repository at this point in the history
After qt1010 change that device seems to survive from 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 655ceff commit f5a8a78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/usb/dvb-usb-v2/au6610.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ static struct usb_driver au6610_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 f5a8a78

Please sign in to comment.