linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: linux-hotplug@vger.kernel.org
Subject: Re: Setting USB port permissions with udev rules ?
Date: Fri, 23 Mar 2007 11:42:29 +0000	[thread overview]
Message-ID: <20070323144229.98d0b291.vsu@altlinux.ru> (raw)
In-Reply-To: <1174605198.12343.3.camel@zd7280>

On Thu, 22 Mar 2007 17:13:18 -0600 linuxguy wrote:

> #OLIMEX USB JTAG Debugger
> #This one works
> SYSFS{idProduct}="0003", SYSFS{idVendor}="15ba", MODE="666",
> OWNER="xxx", GROUP="users"
> 
> #PL2303 USB SERIAL DEVICES
> #This one works
> SYSFS{idProduct}="2303", SYSFS{idVendor}="067b", MODE="666",
> OWNER="xxx", GROUP="users"
> 
> #Custom Device
> #This rule does not work !
> SYSFS{idProduct}=___0004___, SYSFS{idVendor}=___efff___, MODE=___666___,

This line contained Unicode U+201D "RIGHT DOUBLE QUOTATION MARK"
characters instead of ASCII U+0022 "QUOTATION MARK" characters.
Other (working) lines contain proper ASCII quotes.

> OWNER="xxx", GROUP-"users"

And here is '-' instead of '=' sign.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CIDÞVDEV
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

      parent reply	other threads:[~2007-03-23 11:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-22 23:13 Setting USB port permissions with udev rules ? linuxguy
2007-03-22 23:45 ` Kay Sievers
2007-03-23 11:42 ` Sergey Vlasov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070323144229.98d0b291.vsu@altlinux.ru \
    --to=vsu@altlinux.ru \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).