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
---
man/udevadm.xml |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/udevadm.xml b/man/udevadm.xml
index d0b257d..415bb7
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 do
2013/10/23 Kay Sievers :
> 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 tools is ha
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 eve
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
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 b
This patch adds parameters checking for 'udevadm trigger'
Signed-off-by: Yang Zhiyong
---
src/udev/udevadm-trigger.c | 16 ++--
1 files changed, 14 insertions(+), 2 deletions(-)
mode change 100644 => 100755 src/udev/udevadm-trigger.c
diff --git a/src/udev/udevadm-trigger.c b/src/u
This patch adds parameters checking for 'udevadm settle'
Signed-off-by: Yang Zhiyong
---
src/udev/udevadm-settle.c | 15 ---
1 files changed, 12 insertions(+), 3 deletions(-)
mode change 100644 => 100755 src/udev/udevadm-settle.c
diff --git a/src/udev/udevadm-settle.c b/src/udev/u