> > What I managed to do so far is to write this rules file, my binary is > run as expected, and from it I manage to get an udev_device using > libudev. But I got stuck there, I couldn't find any way to set an udev > property using either libudev or devicekit-gobject from my binary. Do > you have any pointer to some doc or code showing how I can set these > properties ?
Never mind, seems like http://www.spinics.net/lists/hotplug/msg01978.html answers my question. It seems it's enough to write some PROPERTY=value strings on the standard output of my binary to set udev properties. Cheers, Christophe _______________________________________________ devkit-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/devkit-devel
