]> git.ipfire.org Git - thirdparty/systemd.git/commit
[PATCH] udev - reverse user query options
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Tue, 20 Jan 2004 03:40:32 +0000 (19:40 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:17 +0000 (21:13 -0700)
commitb2a21a35476b4780ef1fc68c60216117ab66fa2b
treec45467c4d55635e9ce80477e27e1175b5a7a927c
parent778050914360dfb469817e12a1080bbf98422ef2
[PATCH] udev - reverse user query options

Here we get the ability to query with the name of the node instead of
the device path. It uses a linear search over the whole database.

  kay@pim:~/src/udev.kay$ ./udev -q path -n video/webcam0
  /class/video4linux/video0

New version, with better function return codes for error handling.
udev.8
udev.c
udevdb.c
udevdb.h