From: Hans Verkuil <[email protected]>

Signed-off-by: Hans Verkuil <[email protected]>
---
 drivers/staging/media/solo6x10/solo6x10.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/media/solo6x10/solo6x10.h 
b/drivers/staging/media/solo6x10/solo6x10.h
index d24b3cd..e404ec7 100644
--- a/drivers/staging/media/solo6x10/solo6x10.h
+++ b/drivers/staging/media/solo6x10/solo6x10.h
@@ -112,8 +112,8 @@
 #define SOLO_CLOCK_MHZ                 108
 
 #ifndef V4L2_BUF_FLAG_MOTION_ON
-#define V4L2_BUF_FLAG_MOTION_ON                0x0400
-#define V4L2_BUF_FLAG_MOTION_DETECTED  0x0800
+#define V4L2_BUF_FLAG_MOTION_ON                0x10000
+#define V4L2_BUF_FLAG_MOTION_DETECTED  0x20000
 #endif
 
 #ifndef V4L2_CID_MOTION_ENABLE
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to