aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Schaefer <fschaefer.oss@googlemail.com>2013-01-13 08:15:08 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-02-05 17:25:23 -0500
commit0b3966e40c99afeb89849b5cf7b100a3bb4271cd (patch)
treeaf860355dc3f79fceef54353a000230fda17127b
parentf62436a96a0678a4e8bc54e7b987be72977af9ce (diff)
[media] em28xx: add missing IR RC slave address to the list of known i2c devices
Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/usb/em28xx/em28xx-i2c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/em28xx/em28xx-i2c.c b/drivers/media/usb/em28xx/em28xx-i2c.c
index 9ae8f6051d8e..8532c1d4fd46 100644
--- a/drivers/media/usb/em28xx/em28xx-i2c.c
+++ b/drivers/media/usb/em28xx/em28xx-i2c.c
@@ -534,6 +534,7 @@ static struct i2c_client em28xx_client_template = {
534 * incomplete list of known devices 534 * incomplete list of known devices
535 */ 535 */
536static char *i2c_devs[128] = { 536static char *i2c_devs[128] = {
537 [0x3e >> 1] = "remote IR sensor",
537 [0x4a >> 1] = "saa7113h", 538 [0x4a >> 1] = "saa7113h",
538 [0x52 >> 1] = "drxk", 539 [0x52 >> 1] = "drxk",
539 [0x60 >> 1] = "remote IR sensor", 540 [0x60 >> 1] = "remote IR sensor",