On Mon, Feb 11, 2013 at 02:41:56PM -0800, Chris Stankevitz wrote:
> Hello,
> 
> Many people across the internet offer advice about how to set
> owner/group of a USB device: Add a udev node like the following:
> SUBSYSTEM=="usb", ACTION=="add", ATTR{idVendor}=="04b4",
> ATTR{idProduct}="8613", GROUP="usb", MODE="0660"
> 
> My question:
> 
> How do I view the current owner and group of a USB device?

My larger question, why do you want to do such a thing?  What problem
are you trying to solve here that console-kit (or the like), isn't
already solving today for you?

USB devices expose themselves to userspace in a wide range of ways, most
of them in ways that looking at the vendor/product isn't going to help
much at all.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to