The patch number 10723 was added via Hans Verkuil <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
Linux Media Mailing List <[email protected]>
------
From: Hans Verkuil <[email protected]>
ks0127: add supported ks0127 variants to the i2c device list.
Priority: normal
Signed-off-by: Hans Verkuil <[email protected]>
---
linux/drivers/media/video/ks0127.c | 2 ++
1 file changed, 2 insertions(+)
diff -r 62df5a5f931d -r 17d4a6ac4f16 linux/drivers/media/video/ks0127.c
--- a/linux/drivers/media/video/ks0127.c Thu Feb 19 15:50:27 2009 +0100
+++ b/linux/drivers/media/video/ks0127.c Thu Feb 19 15:51:16 2009 +0100
@@ -726,6 +726,8 @@ static int ks0127_legacy_probe(struct i2
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 26)
static const struct i2c_device_id ks0127_id[] = {
{ "ks0127", 0 },
+ { "ks0127b", 0 },
+ { "ks0122s", 0 },
{ }
};
MODULE_DEVICE_TABLE(i2c, ks0127_id);
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/17d4a6ac4f1610e9726a47a524dfe58de7176329
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits