summaryrefslogtreecommitdiff
path: root/v4l/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r--v4l/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 0e1271ba3..6400aae2a 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,28 @@
+2006-01-08 01:13 rmcc
+
+ * linux/drivers/media/video/saa7134/saa7134-core.c: (saa7134_irq),
+ (saa7134_hwinit2):
+ * linux/drivers/media/video/saa7134/saa7134-input.c: (build_key):
+
+ - Separate GPIO16 and GPIO18 handling. Call IR-remote-GPIO handler
+ only if the GPIO IRQ is "owned" by it. Added infrastructure to branch
+ out to a future I2C-IR IRQ handler.
+
+ - Enable only the one GPIO pin and edge to trigger an IRQ that
+ is wired as keyup/keydown mask. IRQ will only be generated for
+ an actual key-down event.
+
+ - Put meaning to mystery keys. Change some key definitions to have
+ their functions match their labels better. Fix typos.
+
+ - Added new table for the larger remote that comes with the LifeView
+ FlyDVB series.
+
+ - In IRQ mode, signal key-down and then key-up straight in one go.
+
+ Signed-off-by: Peter Missel <peter.missel@onlinehome.de>
+ Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
+
2006-01-07 21:28 mchehab
* linux/drivers/media/video/bt832.c: (bt832_hexdump), (bt832_init),