diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-11-04 10:01:45 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-11-04 10:01:45 -0300 |
commit | 3ccfc5b68eae5bd3cc527901249110598b033501 (patch) | |
tree | 2693c0a140fbcfcc948aa7eea3169231847076db /v4l | |
parent | d9b0c371afc00c929e543dcc3da27573105bf306 (diff) | |
download | mediapointer-dvb-s2-3ccfc5b68eae5bd3cc527901249110598b033501.tar.gz mediapointer-dvb-s2-3ccfc5b68eae5bd3cc527901249110598b033501.tar.bz2 |
Make ov7670 and cafe_ccic compile at v4l-dvb tree
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Those driver are developed using some stuff from newer kernels.
Maybe they may compile with kernels lower than 2.6.19, but upper than 2.6.16.
Anyway,since the targeted OLPC hardware is not available yet, IMO, it doesn't
make much sense to work on backporting the drivers to kernels lower than
kernel 2.6.19.
CC: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/versions.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/v4l/versions.txt b/v4l/versions.txt index d3fb72d4b..4f317a746 100644 --- a/v4l/versions.txt +++ b/v4l/versions.txt @@ -6,6 +6,10 @@ VIDEO_ZR36120 # This is also marked as broken VIDEO_PLANB +[2.6.19] +#Those two drivers were developed at kernel 2.6.19 +VIDEO_OV7670 +VIDEO_CAFE_CCIC # DVB_CORE_ATTACH relies on symbol_put_addr which hangs pre-2.6.17 [2.6.17] |