On Wed, Jan 21, 2015 at 01:11:39PM -0800, Isaac Dunham wrote:
> I've just released libsysdev 0.1.0.
> Source code may be found at:
> https://github.com/idunham/libsysdev/archive/0.1.0.tar.gz
> (I'll have to tag releases using a different approach.)
>
> There's an initial port of xf86-input-evdev t
On Wed, Jan 21, 2015 at 09:49:37PM -0500, Jude Nelson wrote:
> Hey, this is cool! Looking forward to putting it to use in libudev-compat,
> since it looks like I'll be needing a way to find a device file's sysfs
> path.
>
Glad to hear that it will be useful.
Is sysdev_devfd_to_syspath() or sysde
Hey, this is cool! Looking forward to putting it to use in libudev-compat,
since it looks like I'll be needing a way to find a device file's sysfs
path.
-Jude
On Wed, Jan 21, 2015 at 4:11 PM, Isaac Dunham wrote:
> Hello all,
>
> Those who've been following the list in the last couple days may
Hello all,
Those who've been following the list in the last couple days may have seen
some mention of libsysdev, a library that aims to provide an easy-to-use
API to get information about devices from sysfs.
It's available from git at:
git://github.com/idunham/libsysdev.git
I've just released lib