diff options
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 51cd09311..a71275440 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,21 @@ +2005-11-08 16:33 rmcc + + * ../linux/drivers/media/common/ir-common.c: + * ../linux/drivers/media/video/ir-kbd-i2c.c: (get_key_pinnacle): + * ../linux/drivers/media/video/saa7134/saa7134-core.c: + (saa7134_hwinit2): + * ../linux/drivers/media/video/saa7134/saa7134-input.c: + * ../linux/include/media/ir-common.h: + * ../linux/include/media/ir-kbd-i2c.h: + + - The pinnacle handler & remote are common to saa7134 PCI boards + and em28xx USB boards, so the keymap was moved to ir-common and the + keyhandler is back to ir-kbd-i2c + - request_module("ir-kbd-i2c") is no longer necessary at saa7134-core + since saa7134.ko now depends on ir-kbd-i2c.ko to get the keyhandler + + Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org> + 2005-11-08 14:01 mchehab * ../linux/drivers/media/video/Kconfig: |