hidden hit counter
Help!

Safely Remove Hardware? Does it turn off Power?

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Device Driver RSS
Next:  HELP - Watchdog Timer Function  
Author Message
Jim Applebury
External


Since: Apr 04, 2006
Posts: 1



PostPosted: Tue Apr 04, 2006 4:36 pm    Post subject: Safely Remove Hardware? Does it turn off Power?
Archived from groups: microsoft>public>windowsxp>device_driver>dev (more info?)

I've been trying to research for our Computer Club whether or not the "Safely
Remove Hardware" applet actually turns off the power to the device and if
does, does it wait for the device to be physically removed before returning
power to the port?

I've noted the light on my USB flash drive goes out after sending the remove
command which seems to support this. I've also seen reference to the D3
power state when this command is sent but I've seen different D3 states
referenced on hot-pluggable devices.

I sure will appreciate any and all input.
Thanks,
Jim
Back to top
Doron Holan MS1
External


Since: Jan 28, 2004
Posts: 61



PostPosted: Tue Apr 04, 2006 5:55 pm    Post subject: Re: Safely Remove Hardware? Does it turn off Power? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

it depends on the bus. the underlying bus driver will turn the device off.
it will be powered on when the device is restarted or if the device is
removed and reinserted.

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"Jim Applebury" <Jim Applebury RemoveThis @discussions.microsoft.com> wrote in message
news:1108BEA0-245F-4EE3-A13C-0BAA439A20E6@microsoft.com...
> I've been trying to research for our Computer Club whether or not the
> "Safely
> Remove Hardware" applet actually turns off the power to the device and if
> does, does it wait for the device to be physically removed before
> returning
> power to the port?
>
> I've noted the light on my USB flash drive goes out after sending the
> remove
> command which seems to support this. I've also seen reference to the D3
> power state when this command is sent but I've seen different D3 states
> referenced on hot-pluggable devices.
>
> I sure will appreciate any and all input.
> Thanks,
> Jim
Back to top
Jim Applebury
External


Since: Apr 04, 2006
Posts: 2



PostPosted: Tue Apr 04, 2006 7:58 pm    Post subject: Re: Safely Remove Hardware? Does it turn off Power? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks Doron,
So I can report that when the light goes out on my USB flash drive that the
power is off and only after a reinsertion does the power return?
Is this refered to by "Selective Suspension of USB"?
Thanks Again,
Jim

"Doron Holan [MS]" wrote:

> it depends on the bus. the underlying bus driver will turn the device off.
> it will be powered on when the device is restarted or if the device is
> removed and reinserted.
>
> d
>
> --
> Please do not send e-mail directly to this alias. this alias is for
> newsgroup purposes only.
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
> "Jim Applebury" <Jim Applebury.DeleteThis@discussions.microsoft.com> wrote in message
> news:1108BEA0-245F-4EE3-A13C-0BAA439A20E6@microsoft.com...
> > I've been trying to research for our Computer Club whether or not the
> > "Safely
> > Remove Hardware" applet actually turns off the power to the device and if
> > does, does it wait for the device to be physically removed before
> > returning
> > power to the port?
> >
> > I've noted the light on my USB flash drive goes out after sending the
> > remove
> > command which seems to support this. I've also seen reference to the D3
> > power state when this command is sent but I've seen different D3 states
> > referenced on hot-pluggable devices.
> >
> > I sure will appreciate any and all input.
> > Thanks,
> > Jim
>
>
>
Back to top
Doron Holan MS1
External


Since: Jan 28, 2004
Posts: 61



PostPosted: Tue Apr 04, 2006 8:15 pm    Post subject: Re: Safely Remove Hardware? Does it turn off Power? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

that is true for a device that is not externally powered. selective suspend
is something else entirely. selective suspend is when devices are turned
off after they have idled out (in very simple terms).

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"Jim Applebury" <JimApplebury DeleteThis @discussions.microsoft.com> wrote in message
news:BD429E60-9CEF-41E7-A1DD-9356F0B5EDB8@microsoft.com...
> Thanks Doron,
> So I can report that when the light goes out on my USB flash drive that
> the
> power is off and only after a reinsertion does the power return?
> Is this refered to by "Selective Suspension of USB"?
> Thanks Again,
> Jim
>
> "Doron Holan [MS]" wrote:
>
>> it depends on the bus. the underlying bus driver will turn the device
>> off.
>> it will be powered on when the device is restarted or if the device is
>> removed and reinserted.
>>
>> d
>>
>> --
>> Please do not send e-mail directly to this alias. this alias is for
>> newsgroup purposes only.
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>>
>> "Jim Applebury" <Jim Applebury DeleteThis @discussions.microsoft.com> wrote in
>> message
>> news:1108BEA0-245F-4EE3-A13C-0BAA439A20E6@microsoft.com...
>> > I've been trying to research for our Computer Club whether or not the
>> > "Safely
>> > Remove Hardware" applet actually turns off the power to the device and
>> > if
>> > does, does it wait for the device to be physically removed before
>> > returning
>> > power to the port?
>> >
>> > I've noted the light on my USB flash drive goes out after sending the
>> > remove
>> > command which seems to support this. I've also seen reference to the
>> > D3
>> > power state when this command is sent but I've seen different D3 states
>> > referenced on hot-pluggable devices.
>> >
>> > I sure will appreciate any and all input.
>> > Thanks,
>> > Jim
>>
>>
>>
Back to top
Jim Applebury
External


Since: Apr 04, 2006
Posts: 2



PostPosted: Tue Apr 04, 2006 9:44 pm    Post subject: Re: Safely Remove Hardware? Does it turn off Power? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks Again... Had a hard time finding a definitive answer.
Take Care Jim

"Doron Holan [MS]" wrote:

> that is true for a device that is not externally powered. selective suspend
> is something else entirely. selective suspend is when devices are turned
> off after they have idled out (in very simple terms).
>
> d
>
> --
> Please do not send e-mail directly to this alias. this alias is for
> newsgroup purposes only.
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
> "Jim Applebury" <JimApplebury.TakeThisOut@discussions.microsoft.com> wrote in message
> news:BD429E60-9CEF-41E7-A1DD-9356F0B5EDB8@microsoft.com...
> > Thanks Doron,
> > So I can report that when the light goes out on my USB flash drive that
> > the
> > power is off and only after a reinsertion does the power return?
> > Is this refered to by "Selective Suspension of USB"?
> > Thanks Again,
> > Jim
> >
> > "Doron Holan [MS]" wrote:
> >
> >> it depends on the bus. the underlying bus driver will turn the device
> >> off.
> >> it will be powered on when the device is restarted or if the device is
> >> removed and reinserted.
> >>
> >> d
> >>
> >> --
> >> Please do not send e-mail directly to this alias. this alias is for
> >> newsgroup purposes only.
> >> This posting is provided "AS IS" with no warranties, and confers no
> >> rights.
> >>
> >>
> >> "Jim Applebury" <Jim Applebury.TakeThisOut@discussions.microsoft.com> wrote in
> >> message
> >> news:1108BEA0-245F-4EE3-A13C-0BAA439A20E6@microsoft.com...
> >> > I've been trying to research for our Computer Club whether or not the
> >> > "Safely
> >> > Remove Hardware" applet actually turns off the power to the device and
> >> > if
> >> > does, does it wait for the device to be physically removed before
> >> > returning
> >> > power to the port?
> >> >
> >> > I've noted the light on my USB flash drive goes out after sending the
> >> > remove
> >> > command which seems to support this. I've also seen reference to the
> >> > D3
> >> > power state when this command is sent but I've seen different D3 states
> >> > referenced on hot-pluggable devices.
> >> >
> >> > I sure will appreciate any and all input.
> >> > Thanks,
> >> > Jim
> >>
> >>
> >>
>
>
>
Back to top
garyoliver
External


Since: Mar 11, 2009
Posts: 1



PostPosted: Wed Mar 11, 2009 12:10 am    Post subject: Re: Safely Remove Hardware? Does it turn off Power? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi

When I removed my 8 Gb PQI usb memory stick with the light on but after
safely shutdown, I lost all my data

Why can't we have back the "light off" feature from XP and earlier
windows?

Warm regards/gary


--
garyoliver
------------------------------------------------------------------------
garyoliver's Profile: http://forums.techarena.in/members/garyoliver.htm
View this thread: http://forums.techarena.in/windows-device-drivers/899479.htm

http://forums.techarena.in
Back to top
Doron Holan [MSFT]
External


Since: Mar 11, 2009
Posts: 2



PostPosted: Wed Mar 11, 2009 1:30 pm    Post subject: Re: Safely Remove Hardware? Does it turn off Power? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

the state of the light had nothing to do with data integrity, it only has to
do with if there is enough power on the usb hub port to power the device

d

--

This posting is provided "AS IS" with no warranties, and confers no rights.


"garyoliver" <garyoliver.3ov6bb.RemoveThis@DoNotSpam.com> wrote in message
news:garyoliver.3ov6bb@DoNotSpam.com...
>
> Hi
>
> When I removed my 8 Gb PQI usb memory stick with the light on but after
> safely shutdown, I lost all my data
>
> Why can't we have back the "light off" feature from XP and earlier
> windows?
>
> Warm regards/gary
>
>
> --
> garyoliver
> ------------------------------------------------------------------------
> garyoliver's Profile: http://forums.techarena.in/members/garyoliver.htm
> View this thread:
> http://forums.techarena.in/windows-device-drivers/899479.htm
>
> http://forums.techarena.in
>
Back to top
garyoliver
External


Since: Mar 12, 2009
Posts: 1



PostPosted: Wed Mar 11, 2009 8:10 pm    Post subject: Re: Safely Remove Hardware? Does it turn off Power? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks

My understanding is if the power is off to the memory stick there is no
chance of the data being corrupted during removal. This only happened
with vista.

Warm regards/gary


--
garyoliver
------------------------------------------------------------------------
garyoliver's Profile: http://forums.techarena.in/members/garyoliver.htm
View this thread: http://forums.techarena.in/windows-device-drivers/899479.htm

http://forums.techarena.in
Back to top
Doron Holan [MSFT]
External


Since: Mar 11, 2009
Posts: 2



PostPosted: Thu Mar 12, 2009 10:17 am    Post subject: Re: Safely Remove Hardware? Does it turn off Power? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

not true. once the device has been safely removed, the drivers on top of it
have been unloaded and all data has been flushed.

--

This posting is provided "AS IS" with no warranties, and confers no rights.


"garyoliver" <garyoliver.3owpvb DeleteThis @DoNotSpam.com> wrote in message
news:garyoliver.3owpvb@DoNotSpam.com...
>
> Thanks
>
> My understanding is if the power is off to the memory stick there is no
> chance of the data being corrupted during removal. This only happened
> with vista.
>
> Warm regards/gary
>
>
> --
> garyoliver
> ------------------------------------------------------------------------
> garyoliver's Profile: http://forums.techarena.in/members/garyoliver.htm
> View this thread:
> http://forums.techarena.in/windows-device-drivers/899479.htm
>
> http://forums.techarena.in
>
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Device Driver All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum