1HAL-FIND-BY-CAPABILITY(1) General Commands Manual HAL-FIND-BY-CAPABILITY(1)
2
3
4
6 hal-find-by-capability - find device objects by capability matching
7
9 hal-find-by-capability [options]
10
11
13 hal-get-capability finds device object in the HAL device database by
14 looking at device capabilities. 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.14/spec/hal-spec.html depending on the
17 distribution.
18
19
21 The following options are supported:
22
23 --capability
24 The name of the capability.
25
26 --verbose
27 Verbose output.
28
29 --help Print out usage.
30
31 --version
32 Print the version.
33
34
36 If devices matching the given capability are found each UDI (Unique
37 Device Identifier) is printed on stdout and the program exits with exit
38 code 0. If no devices are found or an error occured, the program exits
39 with a non-zero exit code.
40
41
43 Please send bug reports to either the distribution or the HAL mailing
44 list, see http://lists.freedesktop.org/mailman/listinfo/hal on how to
45 subscribe.
46
47
49 hald(8), lshal(1), hal-set-property(1), hal-get-property(1), hal-find-
50 by-property(1), dbus-send(1)
51
52
54 Written by David Zeuthen <david@fubar.dk> with a lot of help from many
55 others.
56
57
58
59
60 HAL-FIND-BY-CAPABILITY(1)