aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Michaels <thebitpit@earthlink.net>2014-11-11 17:43:51 -0500
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-11-14 15:26:49 -0500
commit9aa785b1500a7bd40b736f31b341e204bd5fb174 (patch)
treed0b8f32fb5817526b72a481632cf2824dc39b3b6
parent7f56a4a710a19b6bce7a302485d000d3ab818592 (diff)
[media] add "lgdt330x" device name i2c_devs array
This patch adds "lgdt330x" device name i2c_devs array used for debugging Signed-off-by: Wilson Michaels <thebitpit@earthlink.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.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 1048c1a23fb6..d22986dcd865 100644
--- a/drivers/media/usb/em28xx/em28xx-i2c.c
+++ b/drivers/media/usb/em28xx/em28xx-i2c.c
@@ -877,6 +877,7 @@ static struct i2c_client em28xx_client_template = {
877 * incomplete list of known devices 877 * incomplete list of known devices
878 */ 878 */
879static char *i2c_devs[128] = { 879static char *i2c_devs[128] = {
880 [0x1c >> 1] = "lgdt330x",
880 [0x3e >> 1] = "remote IR sensor", 881 [0x3e >> 1] = "remote IR sensor",
881 [0x4a >> 1] = "saa7113h", 882 [0x4a >> 1] = "saa7113h",
882 [0x52 >> 1] = "drxk", 883 [0x52 >> 1] = "drxk",