From 2eab3912ee9c8ea7f140534781fad51d7afb87bb Mon Sep 17 00:00:00 2001 From: martii Date: Sun, 27 Jan 2013 19:42:07 +0100 Subject: [PATCH] spark_fp: re-added disabled code, no binary change Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/9d5cb7b443d364a9d0a92cb9fa2ae301fca5ee5c Author: martii Date: 2013-01-27 (Sun, 27 Jan 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- tools/spark_fp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/spark_fp.c b/tools/spark_fp.c index 13646a2..70a6689 100644 --- a/tools/spark_fp.c +++ b/tools/spark_fp.c @@ -232,6 +232,8 @@ int main(int argc, char **argv) ret = ioctl(fd, VFDSETPOWERONTIME, &t); break; case 'P': +#else + ret = ioctl(fd, VFDSTANDBY, &t); #endif ret = ioctl(fd, VFDPOWEROFF, &t); /* driver always returns einval here...