--- xorg-server-1.15.1/xkb/xkb.c +++ xorg-server-1.15.1/xkb/xkb.c @@ -5982,6 +5982,7 @@ nkn.changed |= XkbNKN_GeometryMask; XkbSendNewKeyboardNotify(dev, &nkn); +#if 0 /* Update the map and LED info on the device itself, as well as * any slaves if it's an MD, or its MD if it's an SD and was the * last device used on that MD. */ @@ -6005,6 +6006,7 @@ XkbFreeSrvLedInfo(old_sli); } } +#endif } if ((new != NULL) && (new != xkb)) { XkbFreeKeyboard(new, XkbAllComponentsMask, TRUE);