aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/rc
diff options
context:
space:
mode:
authorSean Young <sean@mess.org>2013-01-06 13:19:44 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-02-05 18:59:42 -0200
commitd0aab6564d12add07572141ceb34c60046e93ac3 (patch)
tree76664f49828265e7f473adafbdfb33c459d46d3a /drivers/media/rc
parent6f2627c29f6619ebdbc6de8934b33c23b73be8e6 (diff)
[media] iguanair: ensure transmission mask is initialized
Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/rc')
-rw-r--r--drivers/media/rc/iguanair.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/rc/iguanair.c b/drivers/media/rc/iguanair.c
index b99b096d8a8..b8b3e37e5c5 100644
--- a/drivers/media/rc/iguanair.c
+++ b/drivers/media/rc/iguanair.c
@@ -512,6 +512,7 @@ static int iguanair_probe(struct usb_interface *intf,
rc->rx_resolution = RX_RESOLUTION;
iguanair_set_tx_carrier(rc, 38000);
+ iguanair_set_tx_mask(rc, 0);
ret = rc_register_device(rc);
if (ret < 0) {