From mboxrd@z Thu Jan 1 00:00:00 1970 From: pshah.mumbai@gmail.com (Prashant Shah) Date: Fri, 22 Apr 2011 21:27:31 +0530 Subject: stimulate usb device Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi, I am trying to write a driver for a USB based Data Acquisition Device. I have limited access to the hardware device and I want to test the attach and probe calls. Is there anyway to stimulate or create a dummy USB device so that the kernel can make those calls. Any information will be helpful. Regards.