summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2008-07-17 18:45:00 +0200
committerHans Verkuil <hverkuil@xs4all.nl>2008-07-17 18:45:00 +0200
commitad2b972483262f7b5865dbfc824303de2c82b3aa (patch)
treef57077fd117283d8bd03d1fa93e38fd08de14c82 /v4l
parent7b7b6e145e1bf05cdf3e5d82e8f30b288ad9e15a (diff)
downloadmediapointer-dvb-s2-ad2b972483262f7b5865dbfc824303de2c82b3aa.tar.gz
mediapointer-dvb-s2-ad2b972483262f7b5865dbfc824303de2c82b3aa.tar.bz2
videodev: add support for kernels < 2.6.19
From: Hans Verkuil <hverkuil@xs4all.nl> Add the necessary compatibility code to handle the struct device/struct class_device differences. It was too much work (with uncertain benefits) to convert several drivers to handle kernels <2.6.19, so they are not built on these older kernels. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/versions.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/v4l/versions.txt b/v4l/versions.txt
index a95cceeee..46e2673c0 100644
--- a/v4l/versions.txt
+++ b/v4l/versions.txt
@@ -26,6 +26,15 @@ USB_SI470X
[2.6.19]
#This driver were developed at kernel 2.6.19, requiring vmalloc_user/remap_vmalloc_range
VIDEO_CAFE_CCIC
+#struct device vs struct class_device issues
+USB_ET61X251
+USB_SN9C102
+USB_PWC
+USB_PWC_DEBUG
+USB_OV511
+USB_STV680
+USB_S2255
+VIDEO_USBVISION
# Uses remap_vmalloc_range()
[2.6.18]