From eaed794617f0bfe60c163b20beac76c49fddfa7e Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Tue, 8 Nov 2005 16:37:02 +0000 Subject: - 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/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'v4l') 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 + 2005-11-08 14:01 mchehab * ../linux/drivers/media/video/Kconfig: -- cgit v1.2.3