kopia lustrzana https://gitlab.com/sane-project/backends
Comment out the node creation rule by default so as to not depend on a (documented) udev side effect.
(that is, the rule would be ignored by udev because a previous rule already set the NAME key)merge-requests/1/head
rodzic
86c976274a
commit
734c0c1800
|
@ -3190,7 +3190,8 @@ print_udev (void)
|
|||
"\n");
|
||||
|
||||
printf("# For Linux >= 2.6.22 without CONFIG_USB_DEVICE_CLASS=y\n"
|
||||
"ENV{DEVTYPE}==\"usb_device\", NAME=\"bus/usb/$env{BUSNUM}/$env{DEVNUM}\", "
|
||||
"# If the following rule does not exist on your system yet, uncomment it\n"
|
||||
"# ENV{DEVTYPE}==\"usb_device\", NAME=\"bus/usb/$env{BUSNUM}/$env{DEVNUM}\", "
|
||||
"MODE=\"0664\", OWNER=\"root\", GROUP=\"root\"\n"
|
||||
"\n");
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue