[PATCH][2.4] Smaill fix to pm3fb & MAINTAINERS

From: Romain Dolbeau
Date: Thu Feb 26 2004 - 05:31:25 EST


Hello,

The attached patch update my Permedia3 driver
to my latest version, and fix my MAINTAINERS
entry. It was created against 2.4.26-pre1.

TIA,

--
Romain Dolbeau
diff -ur linux-2.4.26-pre1/drivers/video/pm3fb.c linux-2.4.26-pre1-pm3/drivers/video/pm3fb.c
--- linux-2.4.26-pre1/drivers/video/pm3fb.c 2002-08-03 02:39:45.000000000 +0200
+++ linux-2.4.26-pre1-pm3/drivers/video/pm3fb.c 2004-02-26 11:19:23.000000000 +0100
@@ -19,6 +19,7 @@
* $Header: /cvsroot/linux/drivers/video/pm3fb.c,v 1.1 2002/02/25 19:11:06 marcelo Exp $
*
* CHANGELOG:
+ * Wed Nov 13 11:19:34 MET 2002, v 1.4.11C: option flatpanel: wasn't available in module, fixed.
* Mon Feb 11 10:35:48 MET 2002, v 1.4.11B: Cosmetic update.
* Wed Jan 23 14:16:59 MET 2002, v 1.4.11: Preliminary 2.5.x support, patch for 2.5.2.
* Wed Nov 28 11:08:29 MET 2001, v 1.4.10: potential bug fix for SDRAM-based board, patch for 2.4.16.
@@ -3756,6 +3757,8 @@
MODULE_PARM_DESC(printtimings, "print the memory timings of the card(s)");
MODULE_PARM(forcesize, PM3_MAX_BOARD_MODULE_ARRAY_SHORT);
MODULE_PARM_DESC(forcesize, "force specified memory size");
+MODULE_PARM(flatpanel, PM3_MAX_BOARD_MODULE_ARRAY_SHORT);
+MODULE_PARM_DESC(flatpanel, "flatpanel (LCD) support (preliminary)");
/*
MODULE_SUPPORTED_DEVICE("Permedia3 PCI boards")
MODULE_GENERIC_TABLE(gtype,name)
@@ -3800,6 +3803,11 @@
sprintf(ts, ",depth:%d:%d", i, depth[i]);
strncat(g_options, ts, PM3_OPTIONS_SIZE - strlen(g_options));
}
+ if (flatpanel[i])
+ {
+ sprintf(ts, ",flatpanel:%d:", i);
+ strncat(g_options, ts, PM3_OPTIONS_SIZE - strlen(g_options));
+ }
}
g_options[PM3_OPTIONS_SIZE - 1] = '\0';
DPRINTK(1, "pm3fb use options: %s\n", g_options);
diff -ur linux-2.4.26-pre1/MAINTAINERS linux-2.4.26-pre1-pm3/MAINTAINERS
--- linux-2.4.26-pre1/MAINTAINERS 2004-02-26 11:06:21.000000000 +0100
+++ linux-2.4.26-pre1-pm3/MAINTAINERS 2004-02-26 11:20:03.000000000 +0100
@@ -1456,9 +1456,9 @@

PERMEDIA 3 FRAMEBUFFER DRIVER
P: Romain Dolbeau
-M: dolbeau@xxxxxxxx
+M: dolbeau@xxxxxxxxxxxxxxxxxxx
L: linux-fbdev-devel@xxxxxxxxxxxxxxxxxxxxx
-W: http://www.irisa.fr/prive/dolbeau/pm3fb/pm3fb.html
+W: http://www.caps-entreprise.com/private/dolbeau/pm3fb/pm3fb.html
S: Maintained

PHILIPS NINO PALM PC