kopia lustrzana https://gitlab.com/sane-project/backends
fix "make check"
Regenerate testsuite reference data which was necessary after these fixes: - commitmerge-requests/1/head3b96baef65
"sane-desc: fix udev hwdb generation" - commit758731489d
"sane-desc: fix faulty udev logic for SCSI devices"
rodzic
febae63aa3
commit
aa8d117c2a
Plik diff jest za duży
Load Diff
|
@ -1430,7 +1430,8 @@ ENV{libsane_matched}=="yes", RUN+="/bin/sh -c 'if test -e /sys/$env{DEVPATH}/pow
|
|||
|
||||
LABEL="libsane_usb_rules_end"
|
||||
|
||||
SUBSYSTEMS!="scsi", GOTO="libsane_scsi_rules_end"
|
||||
SUBSYSTEMS=="scsi", GOTO="libsane_scsi_rules_begin"
|
||||
GOTO="libsane_scsi_rules_end"
|
||||
|
||||
LABEL="libsane_scsi_rules_begin"
|
||||
# Generic: SCSI device type 6 indicates a scanner
|
||||
|
|
|
@ -25,7 +25,10 @@ ACTION!="add", GOTO="libsane_rules_end"
|
|||
# The following rule will disable USB autosuspend for the device
|
||||
ENV{DEVTYPE}=="usb_device", ENV{libsane_matched}=="yes", TEST=="power/control", ATTR{power/control}="on"
|
||||
|
||||
SUBSYSTEMS!="scsi", GOTO="libsane_rules_end"
|
||||
SUBSYSTEMS=="scsi", GOTO="libsane_scsi_rules_begin"
|
||||
GOTO="libsane_rules_end"
|
||||
|
||||
LABEL="libsane_scsi_rules_begin"
|
||||
KERNEL!="sg[0-9]*", GOTO="libsane_rules_end"
|
||||
|
||||
# Generic: SCSI device type 6 indicates a scanner
|
||||
|
|
|
@ -1430,7 +1430,8 @@ ENV{libsane_matched}=="yes", RUN+="/bin/sh -c 'if test -e /sys/$env{DEVPATH}/pow
|
|||
|
||||
LABEL="libsane_usb_rules_end"
|
||||
|
||||
SUBSYSTEMS!="scsi", GOTO="libsane_scsi_rules_end"
|
||||
SUBSYSTEMS=="scsi", GOTO="libsane_scsi_rules_begin"
|
||||
GOTO="libsane_scsi_rules_end"
|
||||
|
||||
LABEL="libsane_scsi_rules_begin"
|
||||
# Generic: SCSI device type 6 indicates a scanner
|
||||
|
|
Ładowanie…
Reference in New Issue