* Added var $platform which is similar to $i2c and accommodates the conversion
authorPhilip Kovacs <pkovacs@users.sourceforge.net>
Mon, 13 Aug 2007 00:28:48 +0000 (00:28 +0000)
committerPhilip Kovacs <pkovacs@users.sourceforge.net>
Mon, 13 Aug 2007 00:28:48 +0000 (00:28 +0000)
commit33943bda7c5fc2138ddc2146d8a5fe119a280b3e
tree33446142c343a48160624d1737211fdcc311ebc6
parentdc676df5563870cf7b901244ced1a669dfdd396d
* Added var $platform which is similar to $i2c and accommodates the conversion
    of many devices from /sys/bus/i2c/devices to /sys/bus/platform/devices.
* Removed config item post_21_kernel since it forced all i2c device lookups
    to go to /sys/bus/platform/devices and some people may need a mix of both
    i2c and platform devices.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@917 7f574dfc-610e-0410-a909-a81674777703
ChangeLog
README
doc/config_settings.xml
doc/conky.1
doc/variables.xml
src/conky.c
src/conky.h
src/freebsd.c
src/linux.c
src/netbsd.c