Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 150422
Collapse All | Expand All

(-)50-udev.rules.x (-1 / +1 lines)
Lines 244-250 Link Here
244
244
245
245
246
# usbfs-like device nodes
246
# usbfs-like device nodes
247
SUBSYSTEM=="usb_device", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; printf bus/usb/%%03i/%%03i $${K%%%%.*} $${K#*.}'", NAME="%c", MODE="0644"
247
SUBSYSTEM=="usb_device", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; printf bus/usb/%%03i/%%03i $${K%%%%.*} $${K#*.}'", NAME="%c", MODE="0664", GROUP="usb"
248
248
249
249
250
# Module autoloading
250
# Module autoloading

Return to bug 150422