[systemd-devel] [PATCH] gudev: add device::get_sysfs_attr_keys and device::has_sysfs_attr

2014-02-22 Thread Andreas Fuchs
For gudev -> gudevdevice: - Add support for get_sysfs_attr_keys() - Add support for has_sysfs_attr() Signed-off-by: Andreas Fuchs --- src/gudev/gudevdevice.c | 53 + src/gudev/gudevdevice.h | 3 +++ 2 files changed, 56 insertions(+) diff --gi

Re: [systemd-devel] [PATCH/RFC] gudev: add device::get_sysfs_attr_keys() and device::has_sysfs_attr()

2014-02-22 Thread Andreas Fuchs
Ok, I'll try my luck with git send-email then. I was unaware of this gmail-oddity. Sorry about that. Any ideas, why lubudev consideres so many things as attributes ? Cheers, Andreas 2014-02-14 1:07 GMT+01:00 Lennart Poettering : > On Mon, 13.01.14 21:19, Andreas Fuchs (andu...@g

[systemd-devel] [PATCH/RFC] gudev: add device::get_sysfs_attr_keys() and device::has_sysfs_attr()

2014-01-13 Thread Andreas Fuchs
d ? RFC2: Since this is my first patch, please comment on any changes it needs and I'll iterate. Thank you... Signed-off-by: Andreas Fuchs --- src/gudev/gudevdevice.c | 53 + src/gudev/gudevdevice.h | 3 +++ 2 files changed, 56 insertions(+) dif