aboutsummaryrefslogtreecommitdiffstats
path: root/rtl-sdr.rules
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2012-03-24 19:47:16 +0100
committerDimitri Stolnikov <horiz0n@gmx.net>2012-03-24 19:47:16 +0100
commit9657dc120340eba43c275c66d6cf7cf75e8081d5 (patch)
treecf190bc1d506d67b91b8fb9755ad5b6eca3998ed /rtl-sdr.rules
parent167210cfaa79f98d2faad4235134f2510c181b86 (diff)
add udev rules for known devices
Diffstat (limited to 'rtl-sdr.rules')
-rw-r--r--rtl-sdr.rules28
1 files changed, 28 insertions, 0 deletions
diff --git a/rtl-sdr.rules b/rtl-sdr.rules
new file mode 100644
index 0000000..299ec7d
--- /dev/null
+++ b/rtl-sdr.rules
@@ -0,0 +1,28 @@
+#
+# Copyright 2012 Osmocom rtl-sdr project
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
+# original RTL2832U vid/pid (hama nano, for example)
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="2832", MODE:="0666"
+
+# ezcap EzTV668
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="2838", MODE:="0666"
+
+# Terratec NOXON
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="0ccd", ATTRS{idProduct}=="00b3", MODE:="0666"
+
+# GTek T803
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1f4d", ATTRS{idProduct}=="b803", MODE:="0666"