Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e51b85dcf56c87772b47a0781e6cfa88848b50b8
Commit:     e51b85dcf56c87772b47a0781e6cfa88848b50b8
Parent:     c3b9d9ab96becbd901bd31db0ea8174fcc02e83f
Author:     Tony Vroon <[EMAIL PROTECTED]>
AuthorDate: Thu Mar 22 23:31:08 2007 +0000
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Fri Apr 13 03:55:14 2007 +1000

    [POWERPC] PMU LED whitelisting of PowerMac 7,2 and 7,3
    
    This allows the PMU LED on both a PowerMac 7,2 (Dual G5 2.0GHz, June 2003)
    and a PowerMac 7,3 (Dual G5 2.0GHz, June 2004) to be controlled.
    The physical LED is never off, unlike an iBook/PowerBook LED.
    It is rather dim ("off") or very bright ("on").
    
    Signed-off-by: Tony Vroon <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 drivers/macintosh/via-pmu-led.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/drivers/macintosh/via-pmu-led.c b/drivers/macintosh/via-pmu-led.c
index ed8423f..f8d7a46 100644
--- a/drivers/macintosh/via-pmu-led.c
+++ b/drivers/macintosh/via-pmu-led.c
@@ -122,7 +122,9 @@ static int __init via_pmu_led_init(void)
        if (model == NULL)
                return -ENODEV;
        if (strncmp(model, "PowerBook", strlen("PowerBook")) != 0 &&
-           strncmp(model, "iBook", strlen("iBook")) != 0) {
+           strncmp(model, "iBook", strlen("iBook")) != 0 &&
+           strcmp(model, "PowerMac7,2") != 0 &&
+           strcmp(model, "PowerMac7,3") != 0) {
                of_node_put(dt);
                /* ignore */
                return -ENODEV;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to