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>
This commit is contained in:
Hans Verkuil 2009-02-19 11:51:16 -03:00 коммит произвёл Mauro Carvalho Chehab
Родитель 0750e9719e
Коммит 18d135ad6d
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -724,6 +724,8 @@ static int ks0127_legacy_probe(struct i2c_adapter *adapter)
static const struct i2c_device_id ks0127_id[] = { static const struct i2c_device_id ks0127_id[] = {
{ "ks0127", 0 }, { "ks0127", 0 },
{ "ks0127b", 0 },
{ "ks0122s", 0 },
{ } { }
}; };
MODULE_DEVICE_TABLE(i2c, ks0127_id); MODULE_DEVICE_TABLE(i2c, ks0127_id);