Tell pmud we have sleep support on the 12" G4 PowerBook, this makes sure pmud
doesn't exit immediately and we get the correct events when running on battery,
etc.
Since sleep doesn't work, make sure you set:
	onBattery_sleep         = no
in /etc/pbbuttonsd.conf if running pbbuttonsd. Otherwise the machine will sleep
after 5 minutes and you can't wake it up again, since we don't know how to
reinit the nv chip.
 -- Guido Guenther <agx@sigxcpu.org>

--- 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,
