[PATCH] 2.4 Radeonfb patch for Asus L5

From: Pontus Fuchs
Date: Mon Oct 06 2003 - 06:02:30 EST


Hi,

This is the 2.4 version of the same patch that's now in 2.6.0-mm. It's
needed to the the flatpanel on the Asus L5 laptop working.

--- radeonfb.c.orig 2003-10-02 16:45:49.000000000 +0200
+++ radeonfb.c 2003-10-02 16:46:13.000000000 +0200
@@ -1485,7 +1485,7 @@
printk("radeonfb: detected LCD panel size from BIOS: %dx%d\n",
rinfo->panel_xres, rinfo->panel_yres);

- for(i=0; i<20; i++) {
+ for(i=0; i<21; i++) {
tmp0 = rinfo->bios_seg + readw(tmp+64+i*2);
if (tmp0 == 0)
break;



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/