Package: libsane
Version: 1.0.19-25
Severity: normal
Tags: patch
The product id for the Corex/Dymo Cardscan 800c scanner seems to be incorrect
in /etc/udev/rules.d/z60_libsane.rules
The default /etc/sane/cardscan.conf indicats the product id for this device is
0005, not 2110.
The result is that the scanner is not automatically assigned to the scanner
group by udev. This prevents the device from showing up to normal users in
the "scanner" group (only root can see it).
A patch is attached. If you wanted to be more cautious, I suppose you could
retain both product id's instead.
--- z60_libsane.rules.DIST 2009-05-15 15:08:39.000000000 -0700
+++ z60_libsane.rules 2009-05-15 15:08:59.000000000 -0700
@@ -982,7 +982,7 @@
# Corex Cardscan 700 C
SYSFS{idVendor}=="08f0", SYSFS{idProduct}=="0004", MODE="0664",
GROUP="scanner", ENV{libsane_matched}="yes"
# Corex 800c
-SYSFS{idVendor}=="08f0", SYSFS{idProduct}=="2110", MODE="0664",
GROUP="scanner", ENV{libsane_matched}="yes"
+SYSFS{idVendor}=="08f0", SYSFS{idProduct}=="0005", MODE="0664",
GROUP="scanner", ENV{libsane_matched}="yes"
# Medion/Lifetec/Tevion/Cytron MD 85264
SYSFS{idVendor}=="08ff", SYSFS{idProduct}=="2580", MODE="0664",
GROUP="scanner", ENV{libsane_matched}="yes"
# Biolux 654 (micrOcular)
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-vserver-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages libsane depends on:
ii adduser 3.110 add and remove users and groups
ii libavahi-client3 0.6.24-2 Avahi client library
ii libavahi-common3 0.6.24-2 Avahi common library
pn libc6 <none> (no description available)
ii libexif12 0.6.16-2.1 library to parse EXIF files
ii libgphoto2-2 2.4.1-3 gphoto2 digital camera library
ii libgphoto2-port0 2.4.1-3 gphoto2 digital camera port librar
ii libieee1284-3 0.2.11-5 cross-platform library for paralle
ii libjpeg62 6b-14 The Independent JPEG Group's JPEG
ii libsane-extras 1.0.19.14 API library for scanners -- extra
ii libtiff4 3.8.2-11 Tag Image File Format (TIFF) libra
ii libusb-0.1-4 2:0.1.12-13 userspace USB programming library
ii makedev 2.3.1-88 creates device files in /dev
ii udev 0.125-7 /dev/ and hotplug management daemo
Versions of packages libsane recommends:
ii avahi-daemon 0.6.24-2 Avahi mDNS/DNS-SD daemon
ii sane-utils 1.0.19-25 API library for scanners -- utilit
Versions of packages libsane suggests:
ii hplip 2.8.12-3 HP Linux Printing and Imaging Syst
pn hpoj <none> (no description available)
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]