[Resending because gmane cut off the To: header in Pavel's email, sorry.] Pavel Machek <pavel@xxxxxxx> wrote: > Hi! > [...] >> So there's a reason why the anti-shock protection is set at a rather [+] >> sensitive level... >> >> The real right answer though is to buy one of the laptop drives (such >> as the Seagate Momentus 7200.2 or 7200.3) which has the anti-shock >> detection built directly into the hard drive. That way you don't have >> to have a daemon that sits in the OS waking up the CPU some 20 to 30 >> times a second and burning up your battery even when the laptop is >> idle. > > Hmm, when the laptop is idle, "right thing" is to spin the disk down, > and at that point you no longer need to poll the accelerometer... Not quite, I'm afraid. Even if the disk isn't spinning, we still have to make sure that it won't spin up in a precarious situation. Of course, if it wasn't user space but some kernel routine that consults the accelerometer and decides when to stop I/O, then we could indeed stop querying the accelerometer while the disk is in standby mode and delay a subsequent spin up for the time required to gather the necessary accelerometer data. However, as I have explained before, it is not quite trivial to implement all this in kernel space and I'd like to get head unloading merged first. Regards, Elias -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html