kopia lustrzana https://gitlab.com/sane-project/backends
Updated for libusb.
Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
6510269567
commit
36f91d7c26
|
@ -16,18 +16,20 @@ appropriately.
|
||||||
|
|
||||||
USB-scanners:
|
USB-scanners:
|
||||||
-------------
|
-------------
|
||||||
USB-Scanners are supported in principle since OpenBSD 2.9. Only the USB
|
USB-Scanners are supported in principle since OpenBSD 2.9. The USB scanner
|
||||||
scanner driver "uscanner" is supported. "ugen" won't work. To get your scanner
|
driver "uscanner" and access over libusb is supported. To get your scanner
|
||||||
detected by the uscanner driver, it may be necessary to add it's vendor and
|
detected by the uscanner driver, it may be necessary to add it's vendor and
|
||||||
device ids to the kernel and recompile (sys/devs/usb/uscanner.c). With OpenBSD
|
device ids to the kernel and recompile (sys/devs/usb/uscanner.c). With OpenBSD
|
||||||
3.0 there is also a bug concerning uscanner that prevents accessing the
|
3.0 there is also a bug concerning uscanner that prevents accessing the
|
||||||
/dev/uscanner devices. Get a newer kernel in this case. If your MAKEDEV won't
|
/dev/uscanner devices. Get a newer kernel in this case. If your MAKEDEV won't
|
||||||
make /dev/uscanner0 do it manually: "mknod /dev/uscanner0 c 77 0" for the
|
make /dev/uscanner0 do it manually: "mknod /dev/uscanner0 c 77 0" for the
|
||||||
first scanner. Edit your backend's configuration file appropriately.
|
first scanner. Edit your backend's configuration file appropriately.
|
||||||
|
If you want to use libusb, your scanner should *not* be claimed by the uscanner
|
||||||
|
driver.
|
||||||
|
|
||||||
Parport-scanners:
|
Parport-scanners:
|
||||||
-----------------
|
-----------------
|
||||||
I don't have any information about these. Please contact me or the SANE mailing
|
I don't have any information about these. Please contact me or the SANE mailing
|
||||||
list if you succeded in using one of these.
|
list if you succeded in using one of these.
|
||||||
|
|
||||||
2001-12-25 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
2002-07-03 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||||
|
|
Ładowanie…
Reference in New Issue