On Sat, 8 Dec 2001, David Brownell wrote: > Well for starters, the notion that those two characteristics are enough > to address the problem. Consider that I might have two USB disk drives > (or cameras) of the same make/model, and they might get connected in any > order.
If the two devices have same VendorId:ProductID it should not matter. They will get their sequence numbers in the order they were plugged-in. In the other case you can tell which is which by the VID:PID. My opinion is that it would be very usefull to have some kind of file in which sysadmin can: 1. set general access rights to devices 2. set them per user and per VendorID:ProductId - so when device is plugged in - it gets the right rights in /proc/bus/usb/ I like things simple. Best Regards, Jacek _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
