projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f56a4a
)
[media] add "lgdt330x" device name i2c_devs array
author
Wilson Michaels
<
[email protected]
>
Tue, 11 Nov 2014 22:43:51 +0000
(19:43 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Fri, 14 Nov 2014 20:26:49 +0000
(18:26 -0200)
This patch adds "lgdt330x" device name i2c_devs array used for debugging
Signed-off-by: Wilson Michaels <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/usb/em28xx/em28xx-i2c.c
patch
|
blob
|
history
diff --git
a/drivers/media/usb/em28xx/em28xx-i2c.c
b/drivers/media/usb/em28xx/em28xx-i2c.c
index 1048c1a23fb688daaeff7f0d1fc6af5b36702f0d..d22986dcd865575b652ad35279547b79cab4f984 100644
(file)
--- 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 = {
* incomplete list of known devices
*/
static char *i2c_devs[128] = {
+ [0x1c >> 1] = "lgdt330x",
[0x3e >> 1] = "remote IR sensor",
[0x4a >> 1] = "saa7113h",
[0x52 >> 1] = "drxk",