Pavel
Thu Jun 02 13:03:59 CDT 2005
Have you noticed that IBM uses special kind of drives with this system.
The most important here is that the head parks immediately, not
waiting for the disk to spin down. The whole process must complete in ~ 300 ms.
What I am afraid of is that the OEM wants to sell a purely software solution,
not really feasible with "economy class" noname disks.
--PA
"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message news:eLZij3zZFHA.3032@TK2MSFTNGP10.phx.gbl...
> Add a disk filter driver (lower), which will be "kinda power policy owner"
> and will request the device power IRP after getting a notification about the
> acceleration.
> The notification is sent by the accelerometer driver. Design your way of
> sending such a notification - Ex callback object or such.
>
> --
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> maxim@storagecraft.com
>
http://www.storagecraft.com
>
> "ms news" <awinner@walkabout-comp.com> wrote in message
> news:%23QkhIqfZFHA.3032@TK2MSFTNGP10.phx.gbl...
> > I work for an OEM of a tablet PC, we want to do something simalar to IBM's
> > 'Active Protection system', where they use an acceloromitor to detect when
> > the tablet is dropped and shutdown the hard drive. In looking through the
> > DDK documantation I'm at a loss as to where to start, I though about
> > writing a HD filter driver and when needed sending a shutdown packet to the
> > hard disk driver but then how do I keep the rest of the system from bringing
> > it back up too soon?
> >
> > Thanks,
> >
> >
>
>