diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-06 10:15:08 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:11 -0400 |
commit | a99e30d70bcb83bdd097945df282199ead9c9a4b (patch) | |
tree | 99a0481a2cfd3bb384c4b540eb19ad46d7420bb3 /drivers/media/video/vino.c | |
parent | cea0c681bef872d0618d87be078cb006665a6fdf (diff) |
V4L/DVB (10868): vino: add note that this conversion is untested.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/vino.c')
-rw-r--r-- | drivers/media/video/vino.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/video/vino.c b/drivers/media/video/vino.c index b62e030ba83a..675067f92d96 100644 --- a/drivers/media/video/vino.c +++ b/drivers/media/video/vino.c | |||
@@ -8,6 +8,12 @@ | |||
8 | * | 8 | * |
9 | * Based on the previous version of the driver for 2.4 kernels by: | 9 | * Based on the previous version of the driver for 2.4 kernels by: |
10 | * Copyright (C) 2003 Ladislav Michl <ladis@linux-mips.org> | 10 | * Copyright (C) 2003 Ladislav Michl <ladis@linux-mips.org> |
11 | * | ||
12 | * v4l2_device/v4l2_subdev conversion by: | ||
13 | * Copyright (C) 2009 Hans Verkuil <hverkuil@xs4all.nl> | ||
14 | * | ||
15 | * Note: this conversion is untested! Please contact the linux-media | ||
16 | * mailinglist if you can test this, together with the test results. | ||
11 | */ | 17 | */ |
12 | 18 | ||
13 | /* | 19 | /* |