I'd like to have a rule that does this: zx2c4@thinkpad /etc/udev/rules.d $ cat 90-hotkeys.rules DRIVER=="thinkpad_acpi", ATTR{hotkey_mask}=ATTR{hotkey_recommended_mask}
Unfortunately, it "doesn't work." This works: zx2c4@thinkpad /etc/udev/rules.d $ cat 90-hotkeys.rules DRIVER=="thinkpad_acpi", ATTR{hotkey_mask}="123" But assigning one to another does not. Any advice? Thanks, Jason
_______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel