|
From: Joseph D. <jd...@ho...> - 2007-02-23 06:58:39
|
I'm not sure if this is the correct place to ask this or not, but how do I detect when a usb device is plugged in? I've successfully created an .inf file to bind my device to the libusb-win32 driver. I also have an application that uses the libusb dll to interact with my device. I'm planning on turning that application into a service, but I need to execute some code whenever a device is plugged in. How can I detect when someone plugs in one of my devices? Or is there a better way to organize this? -Joseph |