[media] mceusb: set a default rx timeout
authorJarod Wilson <jarod@redhat.com>
Thu, 16 Dec 2010 15:40:16 +0000 (12:40 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 20 Dec 2010 16:11:18 +0000 (14:11 -0200)
commit501aaa110a4269c99eff9736a81b5f93bb8b59be
tree3c95c0a89e6a7b7d7e2449ea0ece469105d3e4cb
parentd8cc7fd7e6371026c15254a35e618d2e5c5bf562
[media] mceusb: set a default rx timeout

Its possible for the call to read rx timeout from the hardware to fail,
in which case we end up with a bogus rx timeout value. Set a default one
when filling in the rc struct, and we'll just overwrite it later w/the
value from hardware, but if that read fails, we've at least got a sane
rx timeout value to work with (1000ms is the default value I've seen
returned on most if not all mceusb hardware).

Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/IR/mceusb.c