[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Keyboard backlight support in the near future?



On Thu, Jan 22, 2004 at 02:52:58PM +0100, Colin Leroy wrote:
> Nope, i've got an iBook G4 :)
Which let's pmud exit immediately since this model doesn't claim to
have sleep support. You'll have to add PMAC_MC_CAN_SLEEP to your
PowerBook6,2 in pmac_features.h. The patch should be almost identical to
this one which I use on my 12" pbook:
--- arch/ppc/platforms/pmac_feature.c.orig      2003-11-17 18:28:07.000000000 +0100
+++ arch/ppc/platforms/pmac_feature.c   2003-11-17 18:27:15.000000000 +0100
@@ -2005,7 +2020,7 @@
        },
        {       "PowerBook6,1",                 "PowerBook G4 12\"",
                PMAC_TYPE_UNKNOWN_INTREPID,     intrepid_features,
-               PMAC_MB_HAS_FW_POWER | PMAC_MB_MOBILE,
+               PMAC_MB_CAN_SLEEP | PMAC_MB_HAS_FW_POWER | PMAC_MB_MOBILE,
        },
        {       "PowerMac7,2",                  "PowerMac G5",
                PMAC_TYPE_POWERMAC_G5,          g5_features,
Cheers,
 -- Guido

Attachment: signature.asc
Description: Digital signature


Reply to: