diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-18 17:31:56 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-18 17:31:56 +0100 |
commit | 94a0e644a33260b89beb679752d5da322e1474c4 (patch) | |
tree | b04b56c59dcbc0945667f01ac0a680601d1afedc /linux | |
parent | 873a57b0339ac07df7fe9152c2eb3a3b469297a6 (diff) | |
download | mediapointer-dvb-s2-94a0e644a33260b89beb679752d5da322e1474c4.tar.gz mediapointer-dvb-s2-94a0e644a33260b89beb679752d5da322e1474c4.tar.bz2 |
cafe_ccic: stick in a comment with a request for test results
From: Hans Verkuil <hverkuil@xs4all.nl>
Due to lack of hardware this conversion to v4l2_device/v4l2_subdev is
untested. If all goes well I should be able to test it in about a month,
but just in case I can't manage that it should be made clear in the code
that this isn't tested.
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/cafe_ccic.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cafe_ccic.c b/linux/drivers/media/video/cafe_ccic.c index 4b4b67a20..2619d77ef 100644 --- a/linux/drivers/media/video/cafe_ccic.c +++ b/linux/drivers/media/video/cafe_ccic.c @@ -11,6 +11,12 @@ * * Written by Jonathan Corbet, corbet@lwn.net. * + * v4l2_device/v4l2_subdev conversion by: + * Copyright (C) 2009 Hans Verkuil <hverkuil@xs4all.nl> + * + * Note: this conversion is untested! Please contact the linux-media + * mailinglist if you can test this, together with the test results. + * * This file may be distributed under the terms of the GNU General * Public License, version 2. */ |