summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Asbury (kisak) <kisak42@gmail.com>2008-03-02 23:53:13 +0000
committerDwayne Asbury (kisak) <kisak42@gmail.com>2008-03-02 23:53:13 +0000
commitf504ad3d138b79513b7ab5db6749fc8402c0e7d3 (patch)
tree47204663fca6c000e6c469037afaa7ea8c59f8d2 /x11-drivers/nostromo_n50/files
parentdev-python/pysvn: Version bump, it seems, the patch is not needed anymore (diff)
downloadsunrise-f504ad3d138b79513b7ab5db6749fc8402c0e7d3.tar.gz
sunrise-f504ad3d138b79513b7ab5db6749fc8402c0e7d3.tar.bz2
sunrise-f504ad3d138b79513b7ab5db6749fc8402c0e7d3.zip
x11-drivers/nostromo_n50: New ebuild from bug 211562. Thanks to Thomas, Allen, and James
svn path=/sunrise/; revision=5778
Diffstat (limited to 'x11-drivers/nostromo_n50/files')
-rw-r--r--x11-drivers/nostromo_n50/files/60-nostromo.rules12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-drivers/nostromo_n50/files/60-nostromo.rules b/x11-drivers/nostromo_n50/files/60-nostromo.rules
new file mode 100644
index 000000000..8e91ba1af
--- /dev/null
+++ b/x11-drivers/nostromo_n50/files/60-nostromo.rules
@@ -0,0 +1,12 @@
+# /etc/udev/rules.d/10-nostromo.rules: nostromo_n50 udev rule
+#
+# This file was created by nostromo_n50 to give proper permissions for nostromo_daemon.
+#
+#
+
+# nostromo n50
+KERNEL=="event*", SUBSYSTEMS=="usb", ATTRS{idVendor}=="050d", ATTRS{idProduct}=="0805", MODE="0660", GROUP="usb"
+
+# nostromo n52
+KERNEL=="event*", SUBSYSTEMS=="usb", ATTRS{idVendor}=="050d", ATTRS{idProduct}=="0815", MODE="0660", GROUP="usb"
+