> >I'll check that out - my kernel has the ioctl, it just doesn't work as >advertised (as in: claims there is no sleep support on Lombard, the >ioctl returns 0). The kernel is 2.4.14-pre8 in case you're wondering.
That's weird, it should work according to the source code... unsigned long can_sleep = 0; ioctl(fd, PMU_IOC_CAN_SLEEP, &can_sleep); Doesn't work ? Ben. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]