Displaying 2 results from an estimated 2 matches for "waitonshutdown".
2006 Jun 09
0
Cleaned up belkinunv diff
...ed
looking at making the newhidups belkin-hid subdriver have the wait and
wait-on-shutdown behaviour in the same was as belkinunv, and having just
gone back and gone "yuck!" at my huge comments in my revised belkinunv
source, I decided to clear out all the extraneous commentary in my
waitonshutdown modifications.... you know it's bad when you can't see the
code for the comments!
Anyway, I thought a cleaned-up version of the diff would be a good thing to
post on here.
I've made a couple of tweaks too... nothing major though;
- the first change comes out of me having a bit more...
2006 May 16
1
NUT: Belkin Universal driver - modification to -k behaviour (diff attached)
...alling it 0.07 ;-)
I haven't deleted any of my notes and things from the source file before
running the Diff, so you can hopefully see what my intentions were...
The modifications allow the driver to be used in its current form, as well
as in the modified form. This is controlled by a "waitonshutdown = true"
line being added to the UPS definition in ups.conf.
--
I'm also looking to modify the belkin_hid USB HID subdriver so that it
supports both the -x wait[=n]
and my modified -k behaviour, but I haven't really gotten anywhere on that
just yet... I only started with the belkinu...