diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-07-17 15:22:51 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-07-17 15:22:51 +0200 |
commit | 1e6d3773bcd5ad9840a9f611d9f63835e8bb47b3 (patch) | |
tree | 261faff0fa6e6c4d20877d3f015c008b33562070 /linux/drivers/media/video | |
parent | d940505f632b99c28f2ca8ed5d4aabbc5055398f (diff) | |
download | mediapointer-dvb-s2-1e6d3773bcd5ad9840a9f611d9f63835e8bb47b3.tar.gz mediapointer-dvb-s2-1e6d3773bcd5ad9840a9f611d9f63835e8bb47b3.tar.bz2 |
saa7115: use saa7115_auto instead of saa711x as the autodetect driver name.
From: Hans Verkuil <hverkuil@xs4all.nl>
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>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/saa7115.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/saa7115.c b/linux/drivers/media/video/saa7115.c index 5d99f8455..5488679ed 100644 --- a/linux/drivers/media/video/saa7115.c +++ b/linux/drivers/media/video/saa7115.c @@ -1567,7 +1567,7 @@ static int saa7115_remove(struct i2c_client *client) #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 26) static const struct i2c_device_id saa7115_id[] = { - { "saa711x", 1 }, /* autodetect */ + { "saa7115_auto", 1 }, /* autodetect */ { "saa7111", 0 }, { "saa7113", 0 }, { "saa7114", 0 }, |