[Pommed-commits] [SCM] pommed - hotkeys handler for Apple laptops branch, master, updated. 1.30-6-g9c048a0

Julien BLACHE jb at jblache.org
Sun Jan 10 10:16:30 UTC 2010


The following commit has been merged in the master branch:
commit e0e4ef3b99f7056ca9f8c41796ee9bdb6eb72278
Author: Julien BLACHE <jb at jblache.org>
Date:   Sun Jan 10 11:05:42 2010 +0100

    Add the MacBookPro5,4 (15" June 2009)

diff --git a/ChangeLog b/ChangeLog
index 7d38ced..4b7e275 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@ ChangeLog for pommed
 
 version 1.31:
 	- pommed: add IDs for newer wireless keyboard.
+	- pommed: add the MacBookPro5,4 (15" June 2009).
 
 version 1.30:
 	- pommed: fix a crasher in the i2c probe routine on pmac.
diff --git a/pommed/pommed.c b/pommed/pommed.c
index 518f3be..20cd174 100644
--- a/pommed/pommed.c
+++ b/pommed/pommed.c
@@ -278,6 +278,7 @@ struct machine_ops mb_mops[] = {
   {  /* MacBookPro5,1 (15" & 17", Core2 Duo, October 2008)
       * MacBookPro5,2 (17" June 2009)
       * MacBookPro5,3 (15" June 2009)
+      * MacBookPro5,4 (15" June 2009)
       * MacBookPro5,5 (13" June 2009) */
     .type = MACHINE_MACBOOKPRO_5,
     .lcd_backlight_probe = mbp_sysfs_backlight_probe,
@@ -679,6 +680,7 @@ check_machine_dmi(void)
   else if ((strcmp(buf, "MacBookPro5,1") == 0)
 	   || (strcmp(buf, "MacBookPro5,2") == 0)
 	   || (strcmp(buf, "MacBookPro5,3") == 0)
+	   || (strcmp(buf, "MacBookPro5,4") == 0)
 	   || (strcmp(buf, "MacBookPro5,5") == 0))
     ret = MACHINE_MACBOOKPRO_5;
   /* Core Duo MacBook (May 2006) */

-- 
pommed - hotkeys handler for Apple laptops



More information about the Pommed-commits mailing list