[systemd-devel] [PATCH 1/2]add parameters checking for 'udevadm settle'

2013-10-23 Thread Yang Zhiyong
This patch adds parameters checking for 'udevadm settle' Signed-off-by: Yang Zhiyong yangzy.f...@cn.fujitsu.com --- src/udev/udevadm-settle.c | 15 --- 1 files changed, 12 insertions(+), 3 deletions(-) mode change 100644 = 100755 src/udev/udevadm-settle.c diff --git

[systemd-devel] [PATCH 2/2]add parameters checking for 'udevadm trigger'

2013-10-23 Thread Yang Zhiyong
This patch adds parameters checking for 'udevadm trigger' Signed-off-by: Yang Zhiyong yangzy.f...@cn.fujitsu.com --- src/udev/udevadm-trigger.c | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) mode change 100644 = 100755 src/udev/udevadm-trigger.c diff --git

[systemd-devel] udev battery level changed events

2013-10-23 Thread Bastien Nocera
Heya, I want to try and reduce wake-ups in UPower (some more), and wanted to disable polling of batteries when we have events sent for battery capacity changes. Unfortunately, I don't have hardware that does this properly (my laptop only sends out events when the state transitions, not when the

Re: [systemd-devel] udev battery level changed events

2013-10-23 Thread Martin Pitt
Hey Bastien, Bastien Nocera [2013-10-23 14:10 +0200]: Is there a way to reproduce those events on my system (using udevadm trigger I guess)? With an actual installation, you can synthesize change events with udevadm trigger, indeed. Or using some more fundamental tools, with something like

Re: [systemd-devel] udev battery level changed events

2013-10-23 Thread Martin Pitt
Bastien Nocera [2013-10-23 14:10 +0200]: I want to try and reduce wake-ups in UPower (some more), and wanted to disable polling of batteries when we have events sent for battery capacity changes. Unfortunately, I don't have hardware that does this properly (my laptop only sends out events

Re: [systemd-devel] tree-wide conversion from libdbus to libsystemd-bus

2013-10-23 Thread Peeters Simon
2013/10/23 Kay Sievers k...@vrfy.org: Most of the original plan outlined a couple of months ago is still valid: http://lists.freedesktop.org/archives/systemd-devel/2013-March/009797.html We now have all the major pieces to port to the new library available in the systemd tree. Converting

[systemd-devel] F19 network device naming

2013-10-23 Thread Nicholas Majeran
Hello: I have recently installed Fedora 19 on a Dell R620. I'm trying to grok the new device naming scheme put forth in systemd, but the results are a bit confusing. This box has four onboard ports -- those are all correctly labelled as eno[1-4]. However, when I begin to add in PCIe cards, I

[systemd-devel] [PATCH] correct udevadm manual

2013-10-23 Thread Yang Zhiyong
The existed option in 'src/udev/udevadm-test.c' is resolve-names instead of subsystem,so I corrected the manual. Signed-off-by: Yang Zhiyong yangzy.f...@cn.fujitsu.com --- man/udevadm.xml |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/udevadm.xml