would regress commit

commit c7634498d4cd42c8571805122224dc2d0e44a585
Author: Daniel Stone <dan...@fooishbar.org>
Date:   Tue May 3 02:59:53 2011 +0100

    XKB: Remove duplicate keymap-copying loop
    
    Previously we had:
        foreach (device + slaves of device) {
            XkbCopyDeviceKeymap(i, device);
            [...]
        }
        if (device was last slave of its MD) {
            XkbCopyDeviceKeymap(master, device);
        }
    and now:
        foreach (device + slaves of device + MD if device was last slave) {
            XkbCopyDeviceKeymap(i, device);
            [...]
        }
    
    As an extra bonus, when changing the keymap on a slave device, we now
    ensure the LED info on the master is kept in sync.
    
    Signed-off-by: Daniel Stone <dan...@fooishbar.org>
    Reviewed-by: Peter Hutterer <peter.hutte...@who-t.net>

so, say you have another keyboard attached (laptop docked, etc), numlock
status is synced with both

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1247668

Title:
  NumLock turned off on layout switch

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1247668/+subscriptions

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

Reply via email to