projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5daed07
)
V4L/DVB (8380): saa7115: use saa7115_auto instead of saa711x as the autodetect driver...
author
Hans Verkuil
<hverkuil@xs4all.nl>
Thu, 17 Jul 2008 16:22:51 +0000
(13:22 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Sun, 20 Jul 2008 10:28:23 +0000
(07:28 -0300)
Having an _auto suffix is less ambiguous than a 'saa711x' identifier.
It's also used like this in the saa7127 driver.
Thanks to Jean Delvare for suggesting this.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/saa7115.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/saa7115.c
b/drivers/media/video/saa7115.c
index
f0baca7
..
bcd1c8f
100644
(file)
--- a/
drivers/media/video/saa7115.c
+++ b/
drivers/media/video/saa7115.c
@@
-1557,7
+1557,7
@@
static int saa7115_remove(struct i2c_client *client)
}
static const struct i2c_device_id saa7115_id[] = {
- { "saa711
x
", 1 }, /* autodetect */
+ { "saa711
5_auto
", 1 }, /* autodetect */
{ "saa7111", 0 },
{ "saa7113", 0 },
{ "saa7114", 0 },