On Mon, Feb 11, 2013 at 2:41 PM, Chris Stankevitz
<chrisstankev...@gmail.com> wrote:
> a) ls -l /dev.  Hint: grep for the vendor id in hex
>
> c) lsusb -v

Combination of these:

First use lsusb to determine the bus number and device number.  For
example "Bus 004 Device 009".

Then use ls -l to show the owner:

ls -l /dev/bus/usb/004/009

Chris
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to