On Tue, 2 Sep 2008, Finn Thain wrote:
J's kernel works OK with the PMU chip in my PB 150 (see log below). I also tried it on a Duo 280c, but it usually shuts the screen down when the PMU driver loads but not always (see log below). That doesn't stop ADB from working correctly however...
It turns out that a workaround for the Duo 280c is simply remove the call to pmu_enable_backlight(1) from pmu_init(). J, can you please try this on your powerbook? I'll try out a PMU version query, as Brad suggests, to see if there is a permanent fix. Finn Index: linux-2.6.26/drivers/macintosh/via-pmu68k.c =================================================================== --- linux-2.6.26.orig/drivers/macintosh/via-pmu68k.c 2008-07-14 07:51:29.000000000 +1000 +++ linux-2.6.26/drivers/macintosh/via-pmu68k.c 2008-09-05 17:08:02.000000000 +1000 @@ -258,7 +258,7 @@ pmu_init(void) pmu_fully_inited = 1; /* Enable backlight */ - pmu_enable_backlight(1); +// pmu_enable_backlight(1); printk("adb: PMU 68K driver v0.5 for Unified ADB.\n"); -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html