table of contents
other versions
- wheezy 0.5.14-8
 
| HAL-GET-PROPERTY(1) | General Commands Manual | HAL-GET-PROPERTY(1) | 
NAME¶
hal-get-property - get a property from a device objectSYNOPSIS¶
hal-get-property [options]DESCRIPTION¶
hal-get-property retrieves a property from a device object in the HAL device database. For more information about both the big picture and specific HAL properties, refer to the HAL spec which can be found in /usr/share/doc/hal-doc/spec/hal-spec.html depending on the distribution.OPTIONS¶
The following options are supported:- --udi
 - The UDI (Unique Device Identifier) of the device object.
 
- --key
 - The name of the property.
 
- --hex
 - Show int32/uint64 values in hex (without a leading 0x).
 
- --verbose
 - Verbose output.
 
- --help
 - Print out usage.
 
- --version
 - Print the version.