On Sat, Nov 17, 2001 at 11:33:14AM -0700, Shaun Jackman wrote: > I have a USB device that's not handled by a kernel driver, but by libusb in > user space. What program, or config do I need to edit so that this device's > node in /proc/bus/usb appears world readable/world writeable so that users > can access it. Or even better, so that it appears owned by its own group with > g+rw, and I can add users to that group.
usbdevfs can be mounted with specific user options: devuid, devgid, devmode, busuid, busgid, busmode, listuid, listgid, and listmode which should be enough for you to mount the file system with the specific user permissions that you need. Hope this helps, greg k-h _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel