Samuel Thibault | 1 Dec 2008 23:32
Gravatar

Uninstalling a driver?

Hello,

Is it easily possible to uninstall the libusb-win32 driver?  I mean like
during uninstallation of my package, to leave the system clean.

Samuel

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Paul Sanders (AlpineSoft | 2 Dec 2008 00:48
Picon

Re: Uninstalling a driver?

I think you can get rid of libusb0.sys by tracking down and deleting the 
oemX.inf file (where X is a 1 or 2 digit number) that Windows places in the 
windows\inf folder when the driver is installed.  You should also delete 
registry key HKLM\SYSTEM\CurrentControlSet\Services\libusb0, or perhaps use 
the Service Control Manager API to do the same thing (look up DeleteService 
in the platform SDK).  The driver file itself resides in 
windows\system32\drivers.

I'm not sure how to remove the filter driver but I imagine a bit of googling 
would turn something up.

Hope this helps - Paul Sanders.

----- Original Message ----- 
From: "Samuel Thibault" <samuel.thibault <at> ens-lyon.org>
To: <libusb-win32-devel <at> lists.sourceforge.net>
Sent: Monday, December 01, 2008 10:32 PM
Subject: [Libusb-win32-devel] Uninstalling a driver?

Hello,

Is it easily possible to uninstall the libusb-win32 driver?  I mean like
during uninstallation of my package, to leave the system clean.

Samuel

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great 
prizes
(Continue reading)

Xiaofan Chen | 2 Dec 2008 04:06
Picon

Re: Uninstalling a driver?

On Tue, Dec 2, 2008 at 6:32 AM, Samuel Thibault
<samuel.thibault <at> ens-lyon.org> wrote:
> Is it easily possible to uninstall the libusb-win32 driver?  I mean like
> during uninstallation of my package, to leave the system clean.

For device driver, you can use this tool.
http://www.nirsoft.net/utils/usb_devices_view.html

I do not know of an automatic way.

For filter driver, if you install using the official package, then you should
be able to uninstall from Control Panel.

Xiaofan

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Orlando | 13 Dec 2008 01:53
Picon

LibUSB-win32 with WinUSB backend

When is the version of Libusb-win32 that works with WinUSB backend coming out?

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Libusb-win32-devel mailing list
Libusb-win32-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel
rameshrr | 15 Dec 2008 08:17
Picon

does libusb-win32-0.1.12 work with Composite devices?


My USB composite device dosen't seem to be working with libusb-win32-0.1.12
version. I am able to see my devices by the example. If i try to claim the
configuration, it gives me error
"Win error: the device doesn't recognize the command"

Can you guys help me on this, please it is very urgent? 

Thanks in advance,
Ramesh
--

-- 
View this message in context: http://www.nabble.com/does-libusb-win32-0.1.12-work-with-Composite-devices--tp21008617p21008617.html
Sent from the LibUSB Dev - Win32 mailing list archive at Nabble.com.

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
Johan Björk | 15 Dec 2008 08:19
Picon
Gravatar

Re: does libusb-win32-0.1.12 work with Composite devices?

Try use the version from trunk.

/Johan

On Sun, Dec 14, 2008 at 11:17 PM, rameshrr <mail2.rameshr <at> gmail.com> wrote:
>
> My USB composite device dosen't seem to be working with libusb-win32-0.1.12
> version. I am able to see my devices by the example. If i try to claim the
> configuration, it gives me error
> "Win error: the device doesn't recognize the command"
>
> Can you guys help me on this, please it is very urgent?
>
>
>
> Thanks in advance,
> Ramesh
> --
> View this message in context: http://www.nabble.com/does-libusb-win32-0.1.12-work-with-Composite-devices--tp21008617p21008617.html
> Sent from the LibUSB Dev - Win32 mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> _______________________________________________
> Libusb-win32-devel mailing list
> Libusb-win32-devel <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel
>

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
Ramesh Rajagopal | 15 Dec 2008 08:23
Picon

Re: does libusb-win32-0.1.12 work with Composite devices?

Hi Johan,
  Does the trunk one works for you? Can you please share the link with me?

Thanks,
Ramesh.

On Mon, Dec 15, 2008 at 12:49 PM, Johan Björk <jbjoerk <at> gmail.com> wrote:
Try use the version from trunk.

/Johan


On Sun, Dec 14, 2008 at 11:17 PM, rameshrr <mail2.rameshr <at> gmail.com> wrote:
>
> My USB composite device dosen't seem to be working with libusb-win32-0.1.12
> version. I am able to see my devices by the example. If i try to claim the
> configuration, it gives me error
> "Win error: the device doesn't recognize the command"
>
> Can you guys help me on this, please it is very urgent?
>
>
>
> Thanks in advance,
> Ramesh
> --
> View this message in context: http://www.nabble.com/does-libusb-win32-0.1.12-work-with-Composite-devices--tp21008617p21008617.html
> Sent from the LibUSB Dev - Win32 mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> _______________________________________________
> Libusb-win32-devel mailing list
> Libusb-win32-devel <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel
>

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Libusb-win32-devel mailing list
Libusb-win32-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Libusb-win32-devel mailing list
Libusb-win32-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel
rameshrr | 16 Dec 2008 07:30
Picon

Re: does libusb-win32-0.1.12 work with Composite devices?


Hi,
  The latest revision from trunk doesn't show the devices. Please help me,
which revision works well with composite devices, please 

Thanks,
Ramesh

Johan Björk wrote:
> 
> Try use the version from trunk.
> 
> /Johan
> 
> 
> On Sun, Dec 14, 2008 at 11:17 PM, rameshrr <mail2.rameshr <at> gmail.com>
> wrote:
>>
>> My USB composite device dosen't seem to be working with
>> libusb-win32-0.1.12
>> version. I am able to see my devices by the example. If i try to claim
>> the
>> configuration, it gives me error
>> "Win error: the device doesn't recognize the command"
>>
>> Can you guys help me on this, please it is very urgent?
>>
>>
>>
>> Thanks in advance,
>> Ramesh
>> --
>> View this message in context:
>> http://www.nabble.com/does-libusb-win32-0.1.12-work-with-Composite-devices--tp21008617p21008617.html
>> Sent from the LibUSB Dev - Win32 mailing list archive at Nabble.com.
>>
>>
>> ------------------------------------------------------------------------------
>> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas,
>> Nevada.
>> The future of the web can't happen without you.  Join us at MIX09 to help
>> pave the way to the Next Web now. Learn more and register at
>> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
>> _______________________________________________
>> Libusb-win32-devel mailing list
>> Libusb-win32-devel <at> lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel
>>
> 
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas,
> Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> _______________________________________________
> Libusb-win32-devel mailing list
> Libusb-win32-devel <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel
> 
> 

--

-- 
View this message in context: http://www.nabble.com/does-libusb-win32-0.1.12-work-with-Composite-devices--tp21008617p21027987.html
Sent from the LibUSB Dev - Win32 mailing list archive at Nabble.com.

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Libusb-win32-devel mailing list
Libusb-win32-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel
rameshrr | 16 Dec 2008 07:42
Picon

Which Revision works for composite devices?


Hello all,
   Please guys help me, i am stuck. Which revision will work for composite
devices? 
The latest revision doesn't show devices ?
 And libusb-win32-filter-bin-0.1.12.1.exe, this doesn't work with composite
devices. 
 With this claim interface returns invalid configuration, if i try to set
the configuration 
it hangs. 

Anybody please help me on this

Thanks,
Ramesh,
--

-- 
View this message in context: http://www.nabble.com/Which-Revision-works-for-composite-devices--tp21028072p21028072.html
Sent from the LibUSB Dev - Win32 mailing list archive at Nabble.com.

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
Stephan Meyer | 16 Dec 2008 08:39

Re: LibUSB-win32 with WinUSB backend

Some time next year, depending on how much time I will have
available.

Stephan

On Sat, Dec 13, 2008 at 1:53 AM, Orlando <orlcp440 <at> gmail.com> wrote:
> When is the version of Libusb-win32 that works with WinUSB backend coming
> out?
>
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> _______________________________________________
> Libusb-win32-devel mailing list
> Libusb-win32-devel <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libusb-win32-devel
>
>

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/

Gmane