V4L/DVB (10723): ks0127: add supported ks0127 variants to the i2c device list.
authorHans Verkuil <hverkuil@xs4all.nl>
Thu, 19 Feb 2009 14:51:16 +0000 (11:51 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:42:58 +0000 (12:42 -0300)
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/ks0127.c

index 9ae9448..07c7925 100644 (file)
@@ -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);