1HAL-FIND-BY-PROPERTY(1) General Commands Manual HAL-FIND-BY-PROPERTY(1)
2
3
4
6 hal-find-by-property - find device objects by property matching
7
9 hal-find-by-property [options]
10
11
13 hal-get-property finds device object in the HAL device database by
14 looking at device properties. For more information about both the big
15 picture and specific HAL properties, refer to the HAL spec which can be
16 found in /usr/share/doc/hal-0.5.9/spec/hal-spec.html depending on the
17 distribution.
18
19
21 The following options are supported:
22
23 --key The name of the property.
24
25 --string
26 String value of the property
27
28 --verbose
29 Verbose output.
30
31 --help Print out usage.
32
33 --version
34 Print the version.
35
36
38 If devices matching the given property are found each UDI (Unique
39 Device Identifier) is printed on stdout and the program exits with exit
40 code 0. If no devices are found or an error occured, the program exits
41 with a non-zero exit code.
42
43
45 Please send bug reports to either the distribution or the HAL mailing
46 list, see http://lists.freedesktop.org/mailman/listinfo/hal on how to
47 subscribe.
48
49
51 hald(8), lshal(1), hal-set-property(1), hal-get-property(1), hal-find-
52 by-capability(1), dbus-send(1)
53
54
56 Written by David Zeuthen <david@fubar.dk> with a lot of help from many
57 others.
58
59
60
61
62 HAL-FIND-BY-PROPERTY(1)