Added remark about old name of usbfs.

RELEASE_1_0_11_BRANCH
Henning Geinitz 2003-01-14 20:38:01 +00:00
rodzic 9be3b10e28
commit 0d10c6c6f2
2 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -1,6 +1,7 @@
2003-01-14 Henning Meier-Geinitz <henning@meier-geinitz.de>
* NEWS: Updated list of backends.
* doc/sane-usb.man: Added remark about old name of usbfs.
2003-01-13 Jochen Eisinger <jochen.eisinger@gmx.de>

Wyświetl plik

@ -78,9 +78,10 @@ build-time.
Libusb can only access your scanner if it's not claimed by the kernel scanner
driver. If you want to use libusb, unload the kernel driver (e.g. rmmod
scanner under Linux) or disable the driver when compiling a new kernel. For
Linux, your kernel needs support for the USB filesystem (usbfs) and that
filesystem must be mounted. That's done automatically, if /etc/fstab contains
a line like this:
Linux, your kernel needs support for the USB filesystem (usbfs). For kernels
older than 2.4.19, replace "usbfs" with "usbdevfs" because the name has
changed. This filesystem must be mounted. That's done automatically at boot
time, if /etc/fstab contains a line like this:
.PP
.RS
none /proc/bus/usb usbfs defaults 0 0