diff options
author | Josh Blum <josh@joshknows.com> | 2011-12-15 14:23:10 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-12-15 14:23:10 -0800 |
commit | 2304bd70a18140babbf1aafd4445d8b548b48686 (patch) | |
tree | b48c36c1bc3c8754d3001af7c1f470db687da795 /host | |
parent | c5def1feff838419426a74f2baaecb99cd21829d (diff) | |
download | uhd-2304bd70a18140babbf1aafd4445d8b548b48686.tar.gz uhd-2304bd70a18140babbf1aafd4445d8b548b48686.tar.bz2 uhd-2304bd70a18140babbf1aafd4445d8b548b48686.zip |
uhd: use more recent udev rules format
Diffstat (limited to 'host')
-rw-r--r-- | host/utils/uhd-usrp.rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/utils/uhd-usrp.rules b/host/utils/uhd-usrp.rules index 3b580d0ce..56d9a8c43 100644 --- a/host/utils/uhd-usrp.rules +++ b/host/utils/uhd-usrp.rules @@ -15,5 +15,5 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # -ACTION=="add", BUS=="usb", ATTRS{idVendor}=="fffe", ATTRS{idProduct}=="0002", MODE:="0666" -ACTION=="add", BUS=="usb", ATTRS{idVendor}=="2500", ATTRS{idProduct}=="0002", MODE:="0666" +SUBSYSTEMS=="usb", ATTRS{idVendor}=="fffe", ATTRS{idProduct}=="0002", MODE:="0666" +SUBSYSTEMS=="usb", ATTRS{idVendor}=="2500", ATTRS{idProduct}=="0002", MODE:="0666" |