summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorHans Verkuil <devnull@localhost>2006-01-08 12:18:00 +0000
committerHans Verkuil <devnull@localhost>2006-01-08 12:18:00 +0000
commit6f81a0b73f54877119c581f646a123334bc3a5f9 (patch)
tree4ddf2d5ac9ddee357d8cefaa9945eacfc6d04e9d /v4l
parent73c5fb6887d21bdbe4c5aec07f132e0010a554da (diff)
downloadmediapointer-dvb-s2-6f81a0b73f54877119c581f646a123334bc3a5f9.tar.gz
mediapointer-dvb-s2-6f81a0b73f54877119c581f646a123334bc3a5f9.tar.bz2
msp3400: use v4l2_std_id and determine chip capabilities.
- Replace old norm by the v4l2_std_id values. - Add code to correctly detect the various capabilities of the various msp chips. It's not yet used, that's going to be the next step. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 1e130fdfc..8723ca834 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,16 @@
+2006-01-08 12:16 hverkuil
+
+ * linux/drivers/media/video/msp3400-driver.c: (msp_modus):
+ * linux/drivers/media/video/msp3400-kthreads.c: (msp3400c_setmode),
+ (msp3400c_thread), (msp3410d_thread), (msp34xxg_reset):
+ * linux/drivers/media/video/msp3400.h:
+ - Replace old norm by the v4l2_std_id values.
+ - Add code to correctly detect the various capabilities of the
+ various msp chips. It's not yet used, that's going to be the next
+ step.
+
+ Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
+
2006-01-08 12:00 mchehab
* linux/drivers/media/video/bt832.c: (bt832_command):