From: "Antonino A. Daplas" Add ddc/i2c support for i810fb. This will allow the driver to get display information, especially for monitors with fickle timings. The i2c support depends on CONFIG_FB_I810_GTF. Changed __init* to __devinit* Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton --- drivers/video/Kconfig | 5 drivers/video/i810/Makefile | 2 drivers/video/i810/i810-i2c.c | 257 +++++++++++++++++++++++++++++++++++++++++ drivers/video/i810/i810.h | 13 ++ drivers/video/i810/i810_main.c | 173 ++++++++++++++++++++------- drivers/video/i810/i810_main.h | 7 + 6 files changed, 412 insertions(+), 45 deletions(-) diff -puN drivers/video/i810/i810.h~i810fb-add-i2c-ddc-support drivers/video/i810/i810.h --- 25/drivers/video/i810/i810.h~i810fb-add-i2c-ddc-support Thu Sep 1 17:04:58 2005 +++ 25-akpm/drivers/video/i810/i810.h Thu Sep 1 17:04:58 2005 @@ -16,6 +16,9 @@ #include #include #include +#include +#include +#include #include