diff options
author | Ricardo Cerqueira <devnull@localhost> | 2006-01-08 01:20:04 +0000 |
---|---|---|
committer | Ricardo Cerqueira <devnull@localhost> | 2006-01-08 01:20:04 +0000 |
commit | 3c0895a37511816c7ded2787e119e016705ff160 (patch) | |
tree | 0d8f7a4b3978164bb0e05b11646ca1e7eb7f6de2 /v4l | |
parent | 5cac981da5fdce6e96e8664cc06adbabc38cad03 (diff) | |
download | mediapointer-dvb-s2-3c0895a37511816c7ded2787e119e016705ff160.tar.gz mediapointer-dvb-s2-3c0895a37511816c7ded2787e119e016705ff160.tar.bz2 |
SAA7134: GPIO IRQ improvements
From: Peter Missel <peter.missel@onlinehome.de>
saa7134-core.c saa7134_irq(): 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.
saa7134-core.c saa7134_hwinit2(): 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.
saa7134-input.c flyvideo_codes[]: Replace numpad keys with normal ones. Put
meaning to mystery keys. Change some key definitions to have their functions
match their labels better. Fix typos.
saa7134-input.c flydvb_codes[]: Added new table for the larger remote that
comes with the LifeView FlyDVB series.
saa7134-input.c build_key(): In IRQ mode, signal key-down and then key-up
straight in one go.
Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 25 |
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), |