Perfect, thanks!
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
Jason A. Donenfeld [2013-06-20 17:36 +0200]:
> 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}
Try
DRIVER=="thinkpad_acpi", ATTR{hotkey_mask}="$attr{hotkey_recommended_
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",