https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289242

--- Comment #3 from unitrunker <[email protected]> ---
The problem with the exit code is that it is very limited. If, for example,
usbconfig dumps descriptors for three devices but fails on two. It would be
hard to fit all of that into a single exit code.

When I plug in a USB device, I check dmesg see the ugen device node name.

I can then do sudo chown <user>:<group> /dev/usb/x.y.z to make the device
accessible as an ordinary user.

When I feel ambitious, I create a devd rule to automate this so that devd does
the chown action for me.

When I do use usbconfig, it is usually under sudo/doas or su -.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to