summaryrefslogtreecommitdiff
path: root/debian/usrp.udev
diff options
context:
space:
mode:
Diffstat (limited to 'debian/usrp.udev')
-rw-r--r--debian/usrp.udev8
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/usrp.udev b/debian/usrp.udev
deleted file mode 100644
index 546a943c5..000000000
--- a/debian/usrp.udev
+++ /dev/null
@@ -1,8 +0,0 @@
-# USRP without loaded firmware (FX2)
-BUS=="usb", SYSFS{idVendor}=="fffe", SYSFS{idProduct}=="0002", SYSFS{bcdDevice}=="0002", GROUP="usrp", RUN+="/usr/bin/usrper load_standard_bits"
-BUS=="usb", SYSFS{idVendor}=="fffe", SYSFS{idProduct}=="0002", SYSFS{bcdDevice}=="0004", GROUP="usrp", RUN+="/usr/bin/usrper load_standard_bits"
-
-# USRP with loaded firmware
-BUS=="usb", SYSFS{idVendor}=="fffe", SYSFS{idProduct}=="0002", SYSFS{bcdDevice}=="0102", GROUP="usrp"
-BUS=="usb", SYSFS{idVendor}=="fffe", SYSFS{idProduct}=="0002", SYSFS{bcdDevice}=="0104", GROUP="usrp"
-