fs5, there is no such thing. All hardware compatibility in Linux comes from the kernel and all Linux distros all have the same features when it comes to power savings, well almost as long as they are all using the same versions of Kernels or close to it, which most newer versions are using 2.6x something.
Since you are running RedHat and asking this question, it doesn't sound like you've ever compiled your kernel.
Most likely since you're running RH, you have all the options compiled in the kernel, but this is what you need to check first.
You need to open up a kernel and look under:
Power management options (ACPI, APM) --->
You'll want [*] Power Management support compiled in:
"Power Management" means that parts of your computer are shut
off or put into a power conserving "sleep" mode if they are not
being used. There are two competing standards for doing this: APM
and ACPI. If you want to use either one, say Y here and then also
to the requisite support below.
What you have asked for is typical, with new users to Linux that are not aware, that ALL hardware support and features come from Kernel support and what you may of seen of in the past, with some sort of GUI working with hardware support is that, this software was just a frontend of sorts to the kernel is all, allowing a simpler way of working those feartures, but you stil need to have the kernel support compiled into the kernel.
Then you need power daemons running in the background such as APMD:
http://www.worldvisions.ca/~apenwarr/apmd/
I suggest, like I tell other people in here that need Linux support, going about it in a forum is the wrong way, you will always end up with one thing fixed then another problem later that needs solving.
I've run Linux for 7 years and I know what I'm saying and that is, if you need help SEEK it on IRC.
Use IRC and chat on ---> irc.freenode.net and join the #redhat channel, but at least now you have some direction as to what you need and that is the kernel support.
ALOHA
😉