| /* Disk protection for HP machines. |
| * Copyright 2008 Eric Piel |
| * Copyright 2009 Pavel Machek <pavel@suse.cz> |
| void write_int(char *path, int i) |
| int fd = open(path, O_RDWR); |
| if (write(fd, buf, strlen(buf)) != strlen(buf)) { |
| write_int("/sys/class/leds/hp::hddprotect/brightness", on); |
| void protect(int seconds) |
| write_int("/sys/block/sda/device/unload_heads", seconds*1000); |
| // /sys/class/power_supply/AC0/online |
| // /proc/acpi/button/lid/LID/state |
| int main(int argc, char* argv[]) |
| fd = open("/dev/freefall", O_RDONLY); |
| signal(SIGALRM, ignore_me); |
| ret = read(fd, &count, sizeof(count)); |
| if ((ret == -1) && (errno == EINTR)) { |
| /* Alarm expired, time to unpark the heads */ |
| if (ret != sizeof(count)) { |
| if (1 || on_ac() || lid_open()) { |