summaryrefslogtreecommitdiffstats
path: root/argument.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Find hwmon path based on input path typeMatt Spinler2018-03-071-2/+2
| | | | | | | | | | | | | | | | If the input path starts with /devices, find the hwmon path using the findHwmonFromDevPath function, otherwise use findHwmonFromOFPath. Also change the argument name to something more generic. Did not change the argument's short name so the service file isn't coupled to this change. Tested: Tested with both paths. Change-Id: I5feb8a897fc86117b102ce44584ed977282cb955 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* Add cmdline --of-name optionBrad Bishop2017-01-171-1/+3
| | | | | | | | Add an option for passing hwmon instances via the open firmware device path. This allows udev triggers based on the path. Change-Id: Icffc9734208204a052dc2910500df88136590e7d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Remove use of std::endlBrad Bishop2017-01-171-5/+5
| | | | | | | isocpp/CppCoreGuidelines#357 Change-Id: Iebfb13e4e03859e66811b6a6c9a3fe9d1b8f85a5 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add Vim modelinesBrad Bishop2017-01-121-0/+2
| | | | | Change-Id: I23f30cd9be56089498089f8b12abe3f3e186b525 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Run astyleBrad Bishop2017-01-121-2/+7
| | | | | Change-Id: Iba20bab3093f15339760d4f782cc6d6e89156ab0 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Add licensesBrad Bishop2017-01-111-0/+15
| | | | | | | Add licenses to all implementation files. Change-Id: Ia7ba2f01e706a26fadb4331fe31254d9d7b5fd8c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Convert build process to autotoolsMatthew Barth2016-10-131-0/+58
Replaced the use of a manual Makefile with the use of autotools to automatically verify and generate the necessary build files. Follow the steps outlined within the README.md file to build the package. Change-Id: Ieed870c63b2bef83b3741dd22e413c25916ed408 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
OpenPOWER on IntegriCloud