Skip to content

Commit

Permalink
[media] iguanair: ensure transmission mask is initialized
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Sean Young authored and Mauro Carvalho Chehab committed Feb 5, 2013
1 parent 6f2627c commit d0aab65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/rc/iguanair.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d0aab65

Please sign in to comment.