diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-05-27 15:32:23 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-05-27 15:32:23 -0300 |
commit | 9c9fd460173573929daf32f42a502283a9aaae26 (patch) | |
tree | a6b7c0cc7cbb0789f837508394263ccaf1df31ca /v4l/versions.txt | |
parent | fa6bf06d0bc8a417de4d20da09191a12baf5b6a4 (diff) | |
download | mediapointer-dvb-s2-9c9fd460173573929daf32f42a502283a9aaae26.tar.gz mediapointer-dvb-s2-9c9fd460173573929daf32f42a502283a9aaae26.tar.bz2 |
Building system: Restore compilation with kernels older than 2.6.29
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Mostly due to ir-kdb-i2c, but also due to two new drivers, compilation
with kernels older than 2.6.29 were broken.
This quick and dirty changeset, generated semi-automatically, restaures
backport to the subsystem by adding lots of #ifs.
It is possible to write a much more small changeset that would restore
backport without adding so many ifs, but, due to the lack of time, this
will also solve it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l/versions.txt')
-rw-r--r-- | v4l/versions.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/v4l/versions.txt b/v4l/versions.txt index eb206b520..1e3527dc0 100644 --- a/v4l/versions.txt +++ b/v4l/versions.txt @@ -4,6 +4,9 @@ [2.6.29] # Needs defines that are only available from 2.6.29 VIDEO_PXA27x +# Needs the newer I2C binding model +VIDEO_ADV7343 +VIDEO_THS7303 [2.6.28] USB_STV06XX |