diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-19 09:51:16 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:42:58 -0400 |
commit | 18d135ad6dbd6f4a32759ac9bd74ac92c96ae182 (patch) | |
tree | 54ad095d75cde80eabc26a25fb2815ca77e57e8d /drivers/media/video/ks0127.c | |
parent | 0750e9719ea42ce84af1e55183d6329d6b49ba5e (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>
Diffstat (limited to 'drivers/media/video/ks0127.c')
-rw-r--r-- | drivers/media/video/ks0127.c | 2 |
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) | |||
724 | 724 | ||
725 | static const struct i2c_device_id ks0127_id[] = { | 725 | static const struct i2c_device_id ks0127_id[] = { |
726 | { "ks0127", 0 }, | 726 | { "ks0127", 0 }, |
727 | { "ks0127b", 0 }, | ||
728 | { "ks0122s", 0 }, | ||
727 | { } | 729 | { } |
728 | }; | 730 | }; |
729 | MODULE_DEVICE_TABLE(i2c, ks0127_id); | 731 | MODULE_DEVICE_TABLE(i2c, ks0127_id); |