← Back to team overview

mactel-support team mailing list archive

[Bug 129869] Re: Macbook Pro Third Generation HAL Support

 

** Also affects: mactel-support
   Importance: Undecided
       Status: New

** Changed in: mactel-support
       Status: New => Fix Released

-- 
Macbook Pro Third Generation HAL Support
https://bugs.launchpad.net/bugs/129869
You received this bug notification because you are a member of Mactel
Support, which is the registrant for Mactel Support.

Status in Hardware Abstraction Layer (HAL): Fix Released
Status in Mactel Support: Fix Released
Status in Source Package "hal" in Ubuntu: Fix Released

Bug description:
Binary package hint: hal

This is a small one. To enable Macbook Keyboard Backlight and Brightness control with the F# keys, this file requires some editing:

/usr/share/hal/fdi/policy/10osvendor/10-macbookpro-utils.fdi

Since there's no entry for the new Macbooks, whose ID is "MacBookPro3,1". You need to add this in order to make the keys work (well, they dont actually *work* as of now, but at least they get detected when you press them):

        <match key="system.hardware.product" string="MacBookPro3,1">
          <spawn udi="/org/freedesktop/Hal/devices/macbook_pro_light_sensor"/>
          <spawn udi="/org/freedesktop/Hal/devices/macbook_pro_keyboard_backlight"/>
          <spawn udi="/org/freedesktop/Hal/devices/macbook_pro_lcd_panel"/>
        </match>

The important part is the STRING thing in the first line.