projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f2627c
)
[media] iguanair: ensure transmission mask is initialized
author
Sean Young
<sean@mess.org>
Sun, 6 Jan 2013 16:19:44 +0000
(13:19 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 5 Feb 2013 20:59:42 +0000
(18:59 -0200)
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/rc/iguanair.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/media/rc/iguanair.c
b/drivers/media/rc/iguanair.c
index b99b096d8a8f11d834b82f36061b47599d687712..b8b3e37e5c5789c279c8c88d62102991c1c87bf1 100644
(file)
--- 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) {