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:
655ceff
)
[media] au6610: define reset_resume
author
Antti Palosaari
<crope@iki.fi>
Wed, 22 Aug 2012 21:52:05 +0000
(18:52 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sat, 15 Sep 2012 14:34:47 +0000
(11:34 -0300)
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>
drivers/media/usb/dvb-usb-v2/au6610.c
patch
|
blob
|
history
diff --git
a/drivers/media/usb/dvb-usb-v2/au6610.c
b/drivers/media/usb/dvb-usb-v2/au6610.c
index 05f2a8628142238fc3b5582f8bffecf7897f4bb5..c126b7005c19c3a3b4bee9b9ee9c3b4a95cd12e0 100644
(file)
--- a/
drivers/media/usb/dvb-usb-v2/au6610.c
+++ b/
drivers/media/usb/dvb-usb-v2/au6610.c
@@
-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,
};