Skip to content

Commit

Permalink
V4L/DVB (10723): ks0127: add supported ks0127 variants to the i2c dev…
Browse files Browse the repository at this point in the history
…ice list.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 0750e97 commit 18d135a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/media/video/ks0127.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 18d135a

Please sign in to comment.