[sane-devel] udev rule for HP ScanJet II SCSI

Daniel Golle daniel.golle at gmail.com
Sun Nov 5 13:21:23 CET 2006


Unfortunately, the HP ScanJet IIc does not indentify itself as a scanner
but rather as a SCSI processor (type 3). The scanner works very nice
with the hp driver in sane (i'm using this device for more than 10
years. when sane came out, it was working without ever having any
problem from the very first day on.
[[end-of-old-hp-scsi-device-propaganda]]).
I would recommend to add it like this:
---
.
.
.
# The following list already contains a lot of scanners. If your scanner
# isn't mentioned there, add it as explained above and mail the entry to
# the sane-devel mailing list (sane-devel at lists.alioth.debian.org).
#

ACTION!="add", GOTO="libsane_rules_end"

# Hewlett-Packard ScanJet IIc
BUS=="scsi", SYSFS{type}=="3", SYSFS{vendor}="HP      ",
SYSFS{model}="C1750A          ", MODE="660", GROUP="scanner"

BUS=="scsi", SYSFS{type}=="6", MODE="660", GROUP="scanner"
SUBSYSTEM!="usb_device", GOTO="libsane_rules_end"

# Hewlett-Packard ScanJet 4100C
SYSFS{idVendor}=="03f0", SYSFS{idProduct}=="0101", MODE="660",
GROUP="scanner"
.
.
.
---

cheers

-daniel





More information about the sane-devel mailing list