summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/dvb-usb/af9015.c
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2012-06-12 02:20:01 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-04 07:56:30 -0300
commit53dc194f0c0b29c085baf33225b0c549876ad5f7 (patch)
tree2f49b0228527f67ad1bdff1feec5b67ed299df77 /drivers/media/dvb/dvb-usb/af9015.c
parentacaec14f3e75735aa473f881e540cdc6e43fabcc (diff)
[media] af9015: suspend/resume
Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/af9015.c')
-rw-r--r--drivers/media/dvb/dvb-usb/af9015.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/af9015.c b/drivers/media/dvb/dvb-usb/af9015.c
index 73ff4bbb89ce..a9d9f9a23450 100644
--- a/drivers/media/dvb/dvb-usb/af9015.c
+++ b/drivers/media/dvb/dvb-usb/af9015.c
@@ -1426,6 +1426,8 @@ static struct usb_driver af9015_usb_driver = {
.id_table = af9015_id_table,
.probe = dvb_usbv2_probe,
.disconnect = dvb_usbv2_disconnect,
+ .suspend = dvb_usbv2_suspend,
+ .resume = dvb_usbv2_resume,
.no_dynamic_id = 1,
.soft_unbind = 1,
};