Age | Commit message (Collapse) | Author |
|
|
|
On Tue, Aug 2, 2011 at 10:56, Thomas Bächler <thomas@archlinux.org> wrote:
> Commit c49df20758e0f22778cfc93b598f2929f4c86272 prevented udev from
> creating broken symlinks for bluetooth hid devices. Unfortunately,
> it also removed the ID_INPUT=1 and ID_INPUT_{KEY,MOUSE}=1 properties
> from those devices. Xorg relies on these properties for cold- and
> hotplugging of input devices.
|
|
|
|
|
|
|
|
|
|
|
|
Skip event devices which don't have ID_INPUT_KEY set, to avoid running the long
list of rules more than necessary.
Note that we don't limit ourselves to ID_INPUT_KEYBOARD, as we might want to
fix extra buttons on e. g. fancy mouses or tablet screens, too.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We have not shipped it anyway, and is not necessary any more these days.
|
|
|
|
|
|
Many thanks to Tom Gundersen for identifying the issue.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We need to tag the power input button for multi-seat.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=444440
|
|
|
|
|
|
|
|
Thanks to Paolo Gherpelli <gherpelli@libero.it>!
|
|
|