diff options
author | Ziyan <jaraidaniel@gmail.com> | 2016-06-05 10:28:25 +0200 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2017-03-27 22:22:57 +0200 |
commit | 4d01a756f221c0af0c59f64052563d4d531b1031 (patch) | |
tree | 1fcfe6012d77bbda8be698d1bb328dc313bb4590 /libsensors | |
parent | 8756258a44b24d0a41481f14ac1ca328fbf3c6e2 (diff) | |
download | device_samsung_espressowifi-4d01a756f221c0af0c59f64052563d4d531b1031.zip device_samsung_espressowifi-4d01a756f221c0af0c59f64052563d4d531b1031.tar.gz device_samsung_espressowifi-4d01a756f221c0af0c59f64052563d4d531b1031.tar.bz2 |
espresso: Update device variant sysfs location
- in preparation for 3.4 kernel
Change-Id: I1b2ce649d539d71e4aeb053090fc1034288bcdf5
Diffstat (limited to 'libsensors')
-rw-r--r-- | libsensors/piranha_sensors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsensors/piranha_sensors.h b/libsensors/piranha_sensors.h index 6a2679f..7a0ae00 100644 --- a/libsensors/piranha_sensors.h +++ b/libsensors/piranha_sensors.h @@ -30,7 +30,7 @@ #define PIRANHA_SENSORS_NEEDED_API (1 << 0) #define PIRANHA_SENSORS_NEEDED_ORIENTATION (1 << 1) -#define DEVICE_VARIANT_SYSFS "/sys/board_properties/type" +#define DEVICE_VARIANT_SYSFS "/sys/board/type" struct piranha_sensors_device; |