hal: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Tue Jan 9 13:45:00 PST 2007


 hald/linux/acpi.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 479ea978bb394cc36f4d5bd35cc96f9e71d4fff9 (from 7f835bfad5cd68579ff109b80f3adaaa2d156c77)
Author: Martin Pitt <martin.pitt at ubuntu.com>
Date:   Tue Jan 9 16:44:57 2007 -0500

    fix Omnibook LCD brightness levels
    
    reportedly [1] the Omnibook LCD panel has 11 brightness levels, not 8.
    
    Thanks,
    
    Martin
    
    [1] https://launchpad.net/ubuntu/+source/hal/+bug/44962

diff --git a/hald/linux/acpi.c b/hald/linux/acpi.c
index 6011562..a7bae05 100644
--- a/hald/linux/acpi.c
+++ b/hald/linux/acpi.c
@@ -777,7 +777,7 @@ laptop_panel_refresh (HalDevice *d, ACPI
 	} else if (acpi_type == ACPI_TYPE_OMNIBOOK_DISPLAY) {
 		type = "omnibook";
 		desc = "Omnibook LCD Panel";
-		br_levels = 8;
+		br_levels = 11;
 	} else if (acpi_type == ACPI_TYPE_SONYPI_DISPLAY) {
 		type = "sonypi";
 		desc = "Sony LCD Panel";


More information about the hal-commit mailing list