--cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Hello, motherboard on the new iBook2 reports to be compatible to "PowerBook4,2" so to make some things work (such as sleep mode) on this model should be applied this patch -- Valentin Podlovchenko, ____/| \ o.O| Tel: +7(095) 787-2058 (ext. 1245) =(_)= Fax: +7(095) 787-2056 U --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=koi8-r Content-Disposition: attachment; filename="new_ibook2.patch" diff -urN linux-2.4.18-ben0/arch/ppc/kernel/pmac_feature.c linux-2.4.18-ben0-my/arch/ppc/kernel/pmac_feature.c --- linux-2.4.18-ben0/arch/ppc/kernel/pmac_feature.c Tue Feb 26 17:34:34 2002 +++ linux-2.4.18-ben0-my/arch/ppc/kernel/pmac_feature.c Mon Mar 11 15:16:07 2002 @@ -1640,6 +1640,10 @@ PMAC_TYPE_IBOOK2, pangea_features, PMAC_MB_CAN_SLEEP | PMAC_MB_HAS_FW_POWER }, + { "PowerBook4,2", "new iBook 2", + PMAC_TYPE_IBOOK2, pangea_features, + PMAC_MB_CAN_SLEEP | PMAC_MB_HAS_FW_POWER + }, { "PowerMac4,2", "Flat panel iMac", PMAC_TYPE_FLAT_PANEL_IMAC, pangea_features, PMAC_MB_CAN_SLEEP --cNdxnHkX5QqsyA0e-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/