summaryrefslogtreecommitdiff
path: root/v4l/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r--v4l/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 002250c1c..c464e7940 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,25 @@
+2005-12-08 15:45 mchehab
+
+ * linux/Documentation/dvb/get_dvb_firmware:
+ - Updated firmware names
+
+ * linux/drivers/media/common/saa7146_core.c:
+ (saa7146_pgtable_free):
+ - kfree (NULL) is valid.
+
+ * linux/drivers/media/common/saa7146_fops.c:
+ (saa7146_buffer_queue), (saa7146_buffer_finish),
+ (saa7146_buffer_next):
+ - assert_spin_locked() is the new way
+
+ * linux/drivers/media/common/saa7146_video.c:
+ (saa7146_video_do_ioctl), (buffer_prepare):
+ * linux/drivers/media/dvb/dvb-usb/dibusb-common.c:
+ (dibusb_i2c_xfer):
+ - small fixes to make in sync with kernel
+
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
+
2005-12-08 15:10 mchehab
* linux/drivers/media/dvb/dvb-core/dvb_filter.c: