[Nut-upsdev] patch: Fix [-Wunused-but-set-variable]

2011-10-03 Thread Regid Ichira
Description: Fix warning: variable set but not used [-Wunused-but-set-variable]. bugs.debian.org/633756. Related drivers were not tested. Last-Update: Sat, 13 Aug 2011 14:04:48 +0300 Index: b/drivers/belkinunv.c

[Nut-upsdev] FSP UPS EP-650 /1K and other, NUT port for mipsel routers like avm fritz!box, firmware usb interface issues

2011-10-03 Thread thomas schorpp
Am 01.10.2011 07:53, schrieb thomas schorpp: Stated above, same for the FSP EP-1K, except of temperature and battery voltage: battery.charge: 100 battery.runtime: 4000 battery.voltage: 27.40 battery.voltage.nominal: 24.0 beeper.status: enabled device.type: ups driver.flag.novendor: enabled

[Nut-upsdev] FSP UPS EP-650 /1K and other, NUT port for mipsel routers like avm fritz!box, firmware usb interface issues

2011-10-03 Thread thomas schorpp
Sorry, I did not know reverse engineering is forbidden in this project, not stated in Your developers guide, removed and repost. y tom Am 01.10.2011 07:53, schrieb thomas schorpp: Stated above, same for the FSP EP-1K, except of temperature and battery voltage: battery.charge: 100

Re: [Nut-upsdev] patch: Replace many usleep and some sleep calls with nanosleep

2011-10-03 Thread Arnaud Quette
Hi Regid, 2011/10/3 Stuart D Gathman stu...@bmsi.com: On 10/03/2011 01:02 PM, Regid Ichira wrote: -             usleep(25); +             struct timespec delay = {0, 250e6}; nanosleep(delay, NULL); Would it be better to define a local version of usleep in terms of nanosleep?  I suspect