diff --git a/ChangeLog b/ChangeLog index fa62868a3..595fb51ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-24 Jochen Eisinger + + * doc/sane-usb.man: added comment about devmode not working + with current (2.6.3-2.6.5) 2.6 kernels + 2004-04-23 Henning Meier-Geinitz * backend/dll.c: Fixed dynamic loading of backend libraries diff --git a/doc/sane-usb.man b/doc/sane-usb.man index ad4fc3c4f..8a2686a83 100644 --- a/doc/sane-usb.man +++ b/doc/sane-usb.man @@ -103,6 +103,8 @@ using the following line in /etc/fstab: none /proc/bus/usb usbfs defaults,devmode=0666 0 0 .RE .PP +.B DUE TO A KERNEL BUG THIS WON'T WORK WITH CURRENT 2.6 KERNELS. USE HOTPLUG INSTEAD +.PP However, this way everyone has access to all USB devices. Another way to set permissions is to use the hotplug utilities .RI ( http://linux-hotplug.sourceforge.net/ ),