Bug 166428

Summary: udev doesn't fix perms for Epson Perfection 2480 Photo scanner
Product: [Fedora] Fedora Reporter: Jonathan Kamens <jik>
Component: sane-backendsAssignee: Nils Philippsen <nphilipp>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: christof
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-06-14 06:22:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jonathan Kamens 2005-08-21 02:47:14 UTC
It appears that sane-backends knows how to tell hotplug how to fix the
permissions for the Epson Perfection 2480 Photo scanner, by creating
/etc/hotplug/usb/libsane.usermap and /etc/hotplug/usb/libusbscanner, but that
support for usb was recently removed from hotplug and moved to udev, and
sane-backends does *not* know how to tell udev to do the right thing with this
scanner or all the other ones listed in /etc/hotplug/usb/libsane.usermap.  I
assume that this is a bug with sane-backends rather than a bug with udev, but it
seems to me that hotplug usb support shouldn't have been removed when there were
packages such as sane-backends still depending on it.

Comment 1 Nils Philippsen 2006-06-07 13:00:13 UTC
sane-backends-1.0.17-5.fc5.9 contains this entry for your scanner in
/etc/udev/rules.d/60-libsane.rules:

# Epson Corp.|Perfection 2400 Photo
SYSFS{idVendor}=="04b8", SYSFS{idProduct}=="011b", SYMLINK+="scanner-%k"

Please verify whether your problem still persists.

Comment 2 Jonathan Kamens 2006-06-14 05:40:17 UTC
Seems fine in current Raw hide, thanks.