Henrique de Moraes Holschuh <[EMAIL PROTECTED]> wrote:

> The first line of the udev rules file is incorrect:
> SUBSYSTEM!="usb_device", ACTION!="add", GOTO="libsane_rules_end"
>
> You need to write it like this:
> ACTION!="add", GOTO="libsane_rules_end"
> SUBSYSTEM!="usb_device", GOTO="libsane_rules_end"
>
> As matches are AND'ed together, not OR'ed together.

And still, it works.

JB.

-- 
 Julien BLACHE - Debian & GNU/Linux Developer - <[EMAIL PROTECTED]> 
 
 Public key available on <http://www.jblache.org> - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to