mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
spark_fp: re-added disabled code, no binary change
This commit is contained in:
@@ -232,6 +232,8 @@ int main(int argc, char **argv)
|
|||||||
ret = ioctl(fd, VFDSETPOWERONTIME, &t);
|
ret = ioctl(fd, VFDSETPOWERONTIME, &t);
|
||||||
break;
|
break;
|
||||||
case 'P':
|
case 'P':
|
||||||
|
#else
|
||||||
|
ret = ioctl(fd, VFDSTANDBY, &t);
|
||||||
#endif
|
#endif
|
||||||
ret = ioctl(fd, VFDPOWEROFF, &t);
|
ret = ioctl(fd, VFDPOWEROFF, &t);
|
||||||
/* driver always returns einval here...
|
/* driver always returns einval here...
|
||||||
|
Reference in New Issue
Block a user