media/rc: Send sync space information on the lirc device
authorAustin Lund <austin.lund@gmail.com>
Thu, 24 Jul 2014 10:40:20 +0000 (07:40 -0300)
committerBen Hutchings <ben@decadent.org.uk>
Fri, 6 Mar 2015 00:39:19 +0000 (00:39 +0000)
commitc0a74eb2b093cd781f216306cc5a1e5825835d74
treeecb66b6fde308ea6583d85b75248d4d8fb00a1ad
parent1c41da27b53bca2b97b24653b55dd690e3bfd8bc
media/rc: Send sync space information on the lirc device

commit a8f29e89f2b54fbf2c52be341f149bc195b63a8b upstream.

Userspace expects to see a long space before the first pulse is sent on
the lirc device.  Currently, if a long time has passed and a new packet
is started, the lirc codec just returns and doesn't send anything.  This
makes lircd ignore many perfectly valid signals unless they are sent in
quick sucession.  When a reset event is delivered, we cannot know
anything about the duration of the space.  But it should be safe to
assume it has been a long time and we just set the duration to maximum.

Signed-off-by: Austin Lund <austin.lund@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/media/rc/ir-lirc-codec.c