* [PATCH 1/3] em28xx: add missing IR RC slave address to the list of known i2c devices
@ 2013-01-13 14:15 Frank Schäfer
2013-01-13 14:25 ` Frank Schäfer
0 siblings, 1 reply; 2+ messages in thread
From: Frank Schäfer @ 2013-01-13 14:15 UTC (permalink / raw)
To: mchehab; +Cc: linux-media, Frank Schäfer
Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
---
drivers/media/usb/em28xx/em28xx-i2c.c | 1 +
1 Datei geändert, 1 Zeile hinzugefügt(+)
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",
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH 1/3] em28xx: add missing IR RC slave address to the list of known i2c devices
2013-01-13 14:15 [PATCH 1/3] em28xx: add missing IR RC slave address to the list of known i2c devices Frank Schäfer
@ 2013-01-13 14:25 ` Frank Schäfer
0 siblings, 0 replies; 2+ messages in thread
From: Frank Schäfer @ 2013-01-13 14:25 UTC (permalink / raw)
To: Mauro Carvalho Chehab; +Cc: Linux Media Mailing List, Frank Schäfer
Am 13.01.2013 15:15, schrieb Frank Schäfer:
> Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
> ---
> drivers/media/usb/em28xx/em28xx-i2c.c | 1 +
> 1 Datei geändert, 1 Zeile hinzugefügt(+)
>
> 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",
Sorry...I've made a mistake with "git format-patch"...
There are no patches 2/3 and 3/3.
Regards,
Frank
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-13 14:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-13 14:15 [PATCH 1/3] em28xx: add missing IR RC slave address to the list of known i2c devices Frank Schäfer
2013-01-13 14:25 ` Frank Schäfer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.