summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-02-19 11:51:16 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 12:42:58 -0300
commit18d135ad6dbd6f4a32759ac9bd74ac92c96ae182 (patch)
tree54ad095d75cde80eabc26a25fb2815ca77e57e8d
parent0750e9719ea42ce84af1e55183d6329d6b49ba5e (diff)
V4L/DVB (10723): ks0127: add supported ks0127 variants to the i2c device list.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/ks0127.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/ks0127.c b/drivers/media/video/ks0127.c
index 9ae94484da64..07c79250f8fd 100644
--- a/drivers/media/video/ks0127.c
+++ b/drivers/media/video/ks0127.c
@@ -724,6 +724,8 @@ static int ks0127_legacy_probe(struct i2c_adapter *adapter)
static const struct i2c_device_id ks0127_id[] = {
{ "ks0127", 0 },
+ { "ks0127b", 0 },
+ { "ks0122s", 0 },
{ }
};
MODULE_DEVICE_TABLE(i2c, ks0127_id);