projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f12088
)
[media] gl861: reset_resume support
author
Antti Palosaari
<crope@iki.fi>
Tue, 21 Aug 2012 12:08:51 +0000
(09:08 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sat, 15 Sep 2012 12:19:43 +0000
(09:19 -0300)
It survives now on reset_resume.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/dvb-usb-v2/gl861.c
patch
|
blob
|
history
diff --git
a/drivers/media/usb/dvb-usb-v2/gl861.c
b/drivers/media/usb/dvb-usb-v2/gl861.c
index cf29f43e35984ee15033cf4ad57331067c1c6f6c..df78811f5234fc821e81baa62ee266de79a08654 100644
(file)
--- a/
drivers/media/usb/dvb-usb-v2/gl861.c
+++ b/
drivers/media/usb/dvb-usb-v2/gl861.c
@@
-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,
};