Still not fixed in Intrepid. 
Comparing this entry and 
https://bugs.launchpad.net/ubuntu/+source/hotkey-setup/+bug/178860, it would be 
sensible to change the micro-star-infinity.hk to be the config of Infinity and 
MS-1057 (factory name of s262), and make a new one for the PR- series (because 
of the webcam button). It would require a change in the hotkey-setup script 
something like this:

        MICRO-STAR*)
        case "$name" in
            *INFINITY*|*MS-1057*)
            . /usr/share/hotkey-setup/micro-star-infinity.hk
            ;;
            *PR2??)
            . /usr/share/hotkey-setup/micro-star-pr.hk
            ;;
        esac
        ;;

And we would need a copy of the micro-star-infinity.hk named micro-star-pr.hk 
which contains the webcam's button's bind. (See in Bug #178860).
I attached the patch for the hotkey-setup script.

** Attachment added: "hotkey-setup.patch"
   http://launchpadlibrarian.net/19697429/hotkey-setup.patch

-- 
Brightness keys support for MSI MegaBook S262
https://bugs.launchpad.net/bugs/83058
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to