From: Frank Schaefer Date: Sun, 13 Jan 2013 13:15:08 +0000 (-0300) Subject: [media] em28xx: add missing IR RC slave address to the list of known i2c devices X-Git-Tag: v3.9-rc5~2^2~104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b3966e40c99afeb89849b5cf7b100a3bb4271cd;p=platform%2Fkernel%2Flinux-stable.git [media] em28xx: add missing IR RC slave address to the list of known i2c devices Signed-off-by: Frank Schäfer Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/usb/em28xx/em28xx-i2c.c b/drivers/media/usb/em28xx/em28xx-i2c.c index 9ae8f60..8532c1d 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 = { * incomplete list of known devices */ static char *i2c_devs[128] = { + [0x3e >> 1] = "remote IR sensor", [0x4a >> 1] = "saa7113h", [0x52 >> 1] = "drxk", [0x60 >> 1] = "remote IR sensor",