Re: Hardware ID from usb-stick
Xiaofan Chen <xiaofanc <at> gmail.com>
2012-01-27 09:52:00 GMT
On Fri, Jan 27, 2012 at 4:25 PM, Helene19 <at> web.de <Helene19 <at> web.de> wrote:
> Hi,
> I found the libusb0.dll and wanted to ask if there is a function to get
> the hardware-id from the usb-stick??
> Thank you!
I do not quite understand your question, what do you really want
to achieve?
Do you mean you want to know the VID/PID (Vendor ID and
Product ID) of a particular USB Mass Storage Device? In order
to use libusb-win32, you have to use libusb-win32 device driver
or filter driver, in that case, you will have to know the VID/PID
(the GUI wizard will tell you as well).
If you want to know the VID/PID of all USB Mass Storage Device,
then you have to use the class filter driver which we do not
recommend to be used. In that case, libusb-win32 is probably
not the right solution.
--
--
Xiaofan
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
(Continue reading)