Bug 216907

Summary: No udev rule for HP OfficeJet 5615
Product: [Fedora] Fedora Reporter: Carsten Clasohm <clasohm>
Component: sane-backendsAssignee: Nils Philippsen <nphilipp>
Status: CLOSED INSUFFICIENT_DATA QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
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: 2007-11-07 14:04:53 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 Carsten Clasohm 2006-11-22 16:51:44 UTC
Description of problem:

/etc/udev/rules.d/60-libsane.rules does not contain a rule for the HP OfficeJet
5615 printer/scanner/fax/copier. This prevents users other than root from
accessing the scanner because pam-console doesn't notice the device.

Version-Release number of selected component (if applicable):

sane-backends-1.0.18-5.fc6

How reproducible:

always

Steps to Reproduce:
1. plug in the HP OfficeJet 5615 via USB
2. look at the newly created /dev/usbdev1.7_ep0* files
  
Actual results:

device files are owned by root

Expected results:

device files should be owned by the currently logged-in user

Additional info:

The following udev rule fixes this:

# Hewlett-Packard OfficeJet 5615
SYSFS{idVendor}=="03f0", SYSFS{idProduct}=="4f11", SYMLINK+="scanner-%k"

Comment 1 Nils Philippsen 2007-07-24 07:39:59 UTC
Please try sane-backends-1.0.18-10.fc6 which should be in updates-testing and
contains fixes in that area.

Comment 2 Nils Philippsen 2007-11-07 14:04:53 UTC
Closing due to inactivity.