summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/dvb-usb/m920x.c
diff options
context:
space:
mode:
authorAntonio Ospite <ospite@studenti.unina.it>2012-12-10 17:37:15 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-12-27 16:33:51 -0200
commit68511a7553b773a29808b5f9efe26e89df152c3d (patch)
treeb7e92e25d33244daffd898591f7376abcb41d70d /drivers/media/usb/dvb-usb/m920x.c
parent9d5394c2a19f8a74cb55ce83027bad1808b373b5 (diff)
downloadlinux-stable-68511a7553b773a29808b5f9efe26e89df152c3d.tar.gz
linux-stable-68511a7553b773a29808b5f9efe26e89df152c3d.tar.bz2
linux-stable-68511a7553b773a29808b5f9efe26e89df152c3d.zip
[media] m920x: send the RC init sequence also when rc.core is used
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb/m920x.c')
-rw-r--r--drivers/media/usb/dvb-usb/m920x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb/m920x.c b/drivers/media/usb/dvb-usb/m920x.c
index a70c5eaf0600..8888b8c2f8e5 100644
--- a/drivers/media/usb/dvb-usb/m920x.c
+++ b/drivers/media/usb/dvb-usb/m920x.c
@@ -84,7 +84,7 @@ static int m920x_init(struct dvb_usb_device *d, struct m920x_inits *rc_seq)
int adap_enabled[M9206_MAX_ADAPTERS] = { 0 };
/* Remote controller init. */
- if (d->props.rc.legacy.rc_query) {
+ if (d->props.rc.legacy.rc_query || d->props.rc.core.rc_query) {
deb("Initialising remote control\n");
ret = m920x_write_seq(d->udev, M9206_CORE, rc_seq);
if (ret != 0) {