aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-i2c.c
diff options
context:
space:
mode:
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>2012-06-12 17:19:27 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-06-21 11:20:22 -0400
commit729841ed0f41cfae494ad5c50df86af427078442 (patch)
treeda72219cd2fa5986bc8ff327b20af8d8e831e615 /drivers/media/video/em28xx/em28xx-i2c.c
parent7bdc0fb14f106875c840d47b53f497f6e2b30382 (diff)
[media] em28xx: Add the DRX-K at I2C address 0x29 to the list of known I2C devices
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-i2c.c')
-rw-r--r--drivers/media/video/em28xx/em28xx-i2c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-i2c.c b/drivers/media/video/em28xx/em28xx-i2c.c
index 185db65b766e..1683bd9d51ee 100644
--- a/drivers/media/video/em28xx/em28xx-i2c.c
+++ b/drivers/media/video/em28xx/em28xx-i2c.c
@@ -475,6 +475,7 @@ static struct i2c_client em28xx_client_template = {
475 */ 475 */
476static char *i2c_devs[128] = { 476static char *i2c_devs[128] = {
477 [0x4a >> 1] = "saa7113h", 477 [0x4a >> 1] = "saa7113h",
478 [0x52 >> 1] = "drxk",
478 [0x60 >> 1] = "remote IR sensor", 479 [0x60 >> 1] = "remote IR sensor",
479 [0x8e >> 1] = "remote IR sensor", 480 [0x8e >> 1] = "remote IR sensor",
480 [0x86 >> 1] = "tda9887", 481 [0x86 >> 1] = "tda9887",