From: Lennart Poettering Date: Tue, 13 Jul 2010 00:40:24 +0000 (+0200) Subject: udev: use prettier subsystem paths for bluetooth devices, too X-Git-Tag: v3~10 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=17df43e32c6fc5119c3e7823d39ed129d823e919 udev: use prettier subsystem paths for bluetooth devices, too --- diff --git a/src/99-systemd.rules b/src/99-systemd.rules index ee8deaa5f..6d4379ec9 100644 --- a/src/99-systemd.rules +++ b/src/99-systemd.rules @@ -28,6 +28,7 @@ SUBSYSTEM=="block", ENV{DM_NAME}!="", ENV{SYSTEMD_ALIAS}="/dev/mapper/$env{DM_NA # http://git.kernel.org/?p=linux/hotplug/udev.git;a=blob;f=libudev/libudev-enumerate.c;h=da831449dcaf5e936a14409e8e68ab12d30a98e2;hb=HEAD#l742 SUBSYSTEM=="net", KERNEL!="lo", TAG="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/net/devices/%k" +SUBSYSTEM=="bluetooth", TAG="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/bluetooth/devices/%k" SUBSYSTEM=="bluetooth", TAG="systemd", ENV{SYSTEMD_WANTS}="bluetooth.target" SUBSYSTEM=="printer", TAG="systemd", ENV{SYSTEMD_WANTS}="printer.target"