diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-15 12:25:10 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-15 12:25:10 -0200 |
commit | 6c960a5f6ca8df030653648f416116e635fb4589 (patch) | |
tree | 42452b816b518aa87f6f4a7f236f88916b4df2fe /v4l/versions.txt | |
parent | 7efa1876cdc179b39023f28706cba80d6db20652 (diff) | |
download | mediapointer-dvb-s2-6c960a5f6ca8df030653648f416116e635fb4589.tar.gz mediapointer-dvb-s2-6c960a5f6ca8df030653648f416116e635fb4589.tar.bz2 |
Adds the proper compatibility code for radio-si470x and stk-webcam
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Make radio-si470x and stk-webcam backward compatible with older kernels.
This patch adds compat.h header for those files, reorder include order
and adds USB_DEVICE_AND_INTERFACE_INFO macro. Thiw way, stk-webcam is
backward compatible with 2.6.22, and radio-si470x with kernel 2.6.20.
The backports weren't tested, but compile fine.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/versions.txt')
-rw-r--r-- | v4l/versions.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/v4l/versions.txt b/v4l/versions.txt index b03b4b4aa..958be1de9 100644 --- a/v4l/versions.txt +++ b/v4l/versions.txt @@ -3,13 +3,15 @@ # This driver is marked at kernel as broken VIDEO_PLANB -[2.6.23] -#This driver requires USB_DEVICE_AND_INTERFACE_INFO -CONFIG_USB_STKWEBCAM - [2.6.22] #This driver requires I2C probe/remove fields VIDEO_TCM825X +# This driver requires list_first_entry +CONFIG_USB_STKWEBCAM + +[2.6.20] +#This driver requires HID_REQ_GET_REPORT +USB_SI470X [2.6.19] #This driver were developed at kernel 2.6.19, requiring vmalloc_user/remap_vmalloc_range |