On Wed, 29 Mar 2006, Julien BLACHE wrote:
> 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.

As in it matches a lot many more times than it should, wasting resources.
Please do fix it.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


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

Reply via email to