From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Balbi Date: Wed, 04 Aug 2010 05:09:42 +0000 Subject: Re: Figuring out devnodes from a usb device Message-Id: <4C58F616.1090201@felipebalbi.com> List-Id: References: <4C55D1CF.5090206@felipebalbi.com> In-Reply-To: <4C55D1CF.5090206@felipebalbi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Hi, On 08/03/2010 11:32 PM, Greg KH wrote: > How do you know what a vendor-specific device is doing? Are you going > to be able to parse the HID descriptors to know what type of input > device(s) are present? we can start simple. USBCV only runs the chapter 9 tests (which are pretty much verifying if the device responds to standard requests accordingly) which any device, and runs a set of MSC tests on MSC devices. We can start with only that and improve later on. -- balbi