diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2012-12-10 21:37:15 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-12-27 19:33:51 +0100 |
commit | 68511a7553b773a29808b5f9efe26e89df152c3d (patch) | |
tree | b7e92e25d33244daffd898591f7376abcb41d70d /drivers/media/usb/dvb-usb | |
parent | [media] m920x: Fix CodingStyle issues (diff) | |
download | linux-68511a7553b773a29808b5f9efe26e89df152c3d.tar.xz linux-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')
-rw-r--r-- | drivers/media/usb/dvb-usb/m920x.c | 2 |
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) { |