diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-08-04 23:25:03 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-08-04 23:25:03 +0200 |
commit | 617746e09795575c6258dd075ee7f0a44ce61e1e (patch) | |
tree | aea373f6ba388530839d2ed5da9cf47970e5a1ed /rules/rules.d/60-persistent-input.rules | |
parent | 869c9031608f0796bb4363d5de5db058fe96fedd (diff) |
rules: move input_id to default rules
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.
Diffstat (limited to 'rules/rules.d/60-persistent-input.rules')
-rw-r--r-- | rules/rules.d/60-persistent-input.rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rules/rules.d/60-persistent-input.rules b/rules/rules.d/60-persistent-input.rules index 65a6381fad..e7611f5706 100644 --- a/rules/rules.d/60-persistent-input.rules +++ b/rules/rules.d/60-persistent-input.rules @@ -4,7 +4,6 @@ ACTION=="remove", GOTO="persistent_input_end" SUBSYSTEM!="input", GOTO="persistent_input_end" SUBSYSTEMS=="bluetooth", GOTO="persistent_input_end" -ENV{ID_INPUT}=="", IMPORT{program}="input_id %p" SUBSYSTEMS=="usb", ENV{ID_BUS}=="", IMPORT{program}="usb_id --export %p" # determine class name for persistent symlinks |