Skip to content

Commit

Permalink
[media] dvb_usb_v2: ce6230, rtl28xxu use .reset_resume
Browse files Browse the repository at this point in the history
All these seems to survive .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 Aug 15, 2012
1 parent 04966aa commit 78fa590
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/usb/dvb-usb-v2/ce6230.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ static struct usb_driver ce6230_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
1 change: 1 addition & 0 deletions drivers/media/usb/dvb-usb-v2/rtl28xxu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,7 @@ static struct usb_driver rtl28xxu_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 78fa590

Please sign in to comment.