From: Romain Dolbeau <dolbeau@irisa.fr>
To: marcelo.tosatti@cyclades.com, linux-kernel@vger.kernel.org
Subject: [PATCH][2.4] Smaill fix to pm3fb & MAINTAINERS
Date: Thu, 26 Feb 2004 11:30:21 +0100 [thread overview]
Message-ID: <403DCABD.8010205@irisa.fr> (raw)
[-- Attachment #1: Type: text/plain, Size: 168 bytes --]
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
[-- Attachment #2: patch.pm3fb --]
[-- Type: text/plain, Size: 2113 bytes --]
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@irisa.fr
+M: dolbeau@caps-entreprise.com
L: linux-fbdev-devel@lists.sourceforge.net
-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
reply other threads:[~2004-02-26 10:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=403DCABD.8010205@irisa.fr \
--to=dolbeau@irisa.fr \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.tosatti@cyclades.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.