K 10 svn:author V 5 silby K 8 svn:date V 27 2008-12-13T07:45:48.774338Z K 7 svn:log V 295 Quick change to r186026. One of the conditionals was: if (batt_sleep_ms) AcpiOsSleep(1); where the rest are all: if (batt_sleep_ms) AcpiOsSleep(batt_sleep_ms); I can't recall why that one was different, so change it to match the rest. Pointed out by: Christoph Mallon MFC after: 2 weeks END