voidcoder wrote:
>
> Hi guys,
>
> thank you, the powered hub thing has been already
> tested and works OK (at least we found a couple of
> hubs which do the work). It is my fault for not providing
> the full details on what we've tried so far, sorry.
>
> For various reasons we would prefer a temporary s/w
> solution with a delayed shut down, hence the only
> reason for this post. If anyone of you windows gurus
> know a way for customizing the power down sequence
> to delay the power cut please share your thoughts.
>
> I believe it is pretty simple, as I mentioned before
> there is plenty s/w around capable of doing smth.
> after the OS completed its job but before the power
> off (e.g. acronis clone image and so on). I just need
> to add a simple app/script to block the power off for
> n seconds. Nothing fancy or complex. The only question
> is how do I insert this extra step into the power down
> sequence?
>
>
> Thanks.
>
Have you considered posting the question in a Windows
driver group ? Or a group involving PC storage ?
Programmers may not hang out in the groups this
is posted in.
microsoft.public.development.device.drivers
comp.sys.ibm.pc.hardware.storage
There is an example of a protocol issue here.
http://support.microsoft.com/kb/286733
If the device works while you use a powered hub,
that should be sufficient for a demonstration of
the technology. If you're honest, you can always
explain you are working on the cache flushing protocol,
and ensuring that Windows knows the device "supports
caching" and thus needs some kind of command sent
to it to flush caches.
I used to do demos, like the kind you're trying to
do, and if you use two guys, a slick guy to talk
fast, with a second rodent-like individual who runs
around and fiddles the hardware (that is me), you
can cover up just about any sin the hardware may have :-)
Been there, done that.
Paul