[Pommed-commits] [SCM] pommed - hotkeys handler for Apple laptops branch, master, updated. 1.34-4-g2b2d702

Julien BLACHE jb at jblache.org
Wed Oct 27 17:10:59 UTC 2010


The following commit has been merged in the master branch:
commit 2b2d702e9921225ae555624842849516b44492e8
Author: Julien BLACHE <jb at jblache.org>
Date:   Wed Oct 27 19:09:14 2010 +0200

    No keyboard backlight on the MacBookAir3,*

diff --git a/pommed/kbd_backlight.h b/pommed/kbd_backlight.h
index 8db909c..6a737f4 100644
--- a/pommed/kbd_backlight.h
+++ b/pommed/kbd_backlight.h
@@ -72,8 +72,7 @@ has_kbd_backlight(void)
 	  || (mops->type == MACHINE_MACBOOKPRO_7)
 	  || (mops->type == MACHINE_MACBOOK_5)
 	  || (mops->type == MACHINE_MACBOOKAIR_1)
-	  || (mops->type == MACHINE_MACBOOKAIR_2)
-	  || (mops->type == MACHINE_MACBOOKAIR_3));
+	  || (mops->type == MACHINE_MACBOOKAIR_2));
 }
 #endif /* __powerpc__ */
 

-- 
pommed - hotkeys handler for Apple laptops



More information about the Pommed-commits mailing list