V4L/DVB (9168): Add support for MSI TV@nywhere Plus remote
authorBrian Rogers <brian_rogers@comcast.net>
Mon, 13 Oct 2008 11:37:06 +0000 (08:37 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 13 Oct 2008 11:57:34 +0000 (09:57 -0200)
The IR controller has a couple quirks. It won't respond until some other
device on the bus is probed. To work around that, probe 0x50 first.
Then, since it won't respond to a zero-byte read, probe with a one-byte
read.

Signed-off-by: Brian Rogers <brian_rogers@comcast.net>
[mchehab.redhat.com: Fix merge conflicts and remove an unused var]
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found