diff options
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/compat.h | 1 | ||||
-rw-r--r-- | v4l/versions.txt | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/v4l/compat.h b/v4l/compat.h index ad2d9df22..49c89ea2d 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -34,6 +34,7 @@ #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,23) #define set_freezable() #define cancel_delayed_work_sync cancel_rearming_delayed_work +#define DEFAULT_POLLMASK (POLLIN | POLLOUT | POLLRDNORM | POLLWRNORM) #endif #ifndef __pure diff --git a/v4l/versions.txt b/v4l/versions.txt index 0393e79b0..6d547a509 100644 --- a/v4l/versions.txt +++ b/v4l/versions.txt @@ -1,6 +1,9 @@ # Use this for stuff for drivers that don't compile [2.6.99] +[2.6.28] +USB_STV06XX + [2.6.26] # Needs camera.h VIDEO_PXA27x |