linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Ciger <jan.ciger@gmail.com>
To: linux-hotplug@vger.kernel.org
Subject: Support for 3DConnexion SpaceNavigator devices
Date: Wed, 11 Nov 2009 00:34:51 +0000	[thread overview]
Message-ID: <200911110134.53947.jan.ciger@gmail.com> (raw)


[-- Attachment #1.1: Type: Text/Plain, Size: 182 bytes --]

Hello, 

I am attaching udev rules for the SpaceNavigator family of devices. They work 
fine with Linux, just need these permissions set and symlinks created.

Regards,

Jan

[-- Attachment #1.2: 41-spacenavigator.rules --]
[-- Type: text/plain, Size: 404 bytes --]

# udev rules for 3DConnexion SpaceNavigator

# convenience symlinks for the known devices
KERNEL=="event[0-9]*", SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c603", SYMLINK+="input/spacemouse"
KERNEL=="event[0-9]*", SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c623", SYMLINK+="input/spacetraveler"
KERNEL=="event[0-9]*", SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c626", SYMLINK+="input/spacenavigator"


[-- Attachment #1.3: 41-spacenavigator-acl.rules --]
[-- Type: text/plain, Size: 319 bytes --]

# udev rules for 3DConnexion SpaceNavigator

SUBSYSTEM=="input", SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c603", ENV{ACL_MANAGE}="1"
SUBSYSTEM=="input", SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c623", ENV{ACL_MANAGE}="1"
SUBSYSTEM=="input", SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c626", ENV{ACL_MANAGE}="1"


[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 190 bytes --]

                 reply	other threads:[~2009-11-11  0:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=200911110134.53947.jan.ciger@gmail.com \
    --to=jan.ciger@gmail.com \
    --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).