All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Small vesa modedb fix
@ 2004-05-23 21:11 John Zielinski
  0 siblings, 0 replies; only message in thread
From: John Zielinski @ 2004-05-23 21:11 UTC (permalink / raw)
  To: linux-fbdev-devel

[-- Attachment #1: Type: text/plain, Size: 35 bytes --]

Noticed a typo in modedb.c.

John


[-- Attachment #2: modedb_vesa_1920x1440-75_fix --]
[-- Type: text/plain, Size: 594 bytes --]

diff -urNX dontdiff linux-2.6.6/drivers/video/modedb.c linux/drivers/video/modedb.c
--- linux-2.6.6/drivers/video/modedb.c	2004-05-09 22:32:29.000000000 -0400
+++ linux/drivers/video/modedb.c	2004-05-23 17:14:21.000000000 -0400
@@ -371,7 +371,7 @@
 	{ NULL, 60, 1920, 1440, 4273, 344, 128, 56, 1, 200, 3,
 	  FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },
 	/* 33 1920x1440-75 VESA */
-	{ NULL, 60, 1920, 1440, 3367, 352, 144, 56, 1, 224, 3,
+	{ NULL, 75, 1920, 1440, 3367, 352, 144, 56, 1, 224, 3,
 	  FB_SYNC_VERT_HIGH_ACT, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },
 };
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-05-23 21:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-23 21:11 [PATCH] Small vesa modedb fix John Zielinski

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.