V4L/DVB (13234): IR device at I2C address 0x7a
authorJean Delvare <khali@linux-fr.org>
Fri, 2 Oct 2009 11:47:22 +0000 (08:47 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 5 Dec 2009 20:41:02 +0000 (18:41 -0200)
commitaef02aa1e2593b39f808b2b8ae928699087b96dc
treee92d1745616924b65e6e209060625e75e0181318
parent43e16ea241cab1f4d4206307b2f6eacbaf4dc335
V4L/DVB (13234): IR device at I2C address 0x7a

The i2c core prevents us from probing I2C address 0x7a because it's
not a valid 7-bit address (reserved for 10-bit addressing.) So we must
stop probing this address, and explicitly list all adapters which use
it. Under the assumption that only the Upmost Purple TV adapter uses
this invalid address, this fix should do the trick.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: hermann pitton <hermann-pitton@arcor.de>
Acked-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/saa7134/saa7134-input.c
This page took 0.025083 seconds and 5 git commands to generate.