[Pkg-running-devel] [openambit] 35/131: Added udev rules file

Christian Perrier bubulle at moszumanska.debian.org
Thu Jul 17 20:19:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

bubulle pushed a commit to branch master
in repository openambit.

commit 837deaae435645b7ff76447c46c218035c1b5b83
Author: Emil Ljungdahl <emil at kratern.se>
Date:   Sat Jan 11 13:25:33 2014 +0100

    Added udev rules file
---
 misc/99-suuntu-ambit.rules | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/misc/99-suuntu-ambit.rules b/misc/99-suuntu-ambit.rules
new file mode 100644
index 0000000..e45c05c
--- /dev/null
+++ b/misc/99-suuntu-ambit.rules
@@ -0,0 +1,13 @@
+#
+# Suunto Ambit / Ambit 2 UDEV rules
+# Change the permissions for devices to 0666 (work readable/writeable)
+#
+
+# Bluebird (a.k.a Suunto Ambit)
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1493", ATTRS{idProduct}=="0010", MODE="0666"
+
+# Duck (a.k.a Suunto Ambit2)
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1493", ATTRS{idProduct}=="0019", MODE="0666"
+
+# Colibri (a.k.a Suunto Ambit2 S)
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1493", ATTRS{idProduct}=="001a", MODE="0666"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/openambit.git



More information about the Pkg-running-devel mailing list