diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2015-08-03 14:14:15 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-08-03 17:28:38 -0700 |
commit | 12cea5a4843722daf9628006cb8b0c0580034aa7 (patch) | |
tree | f10d5f330ca8ceaf6250c4d2f9b972204fb94c2c /host/utils/uhd-usrp.rules | |
parent | 34b037f50e9fa40ebe6e78e327b57715d2a1d495 (diff) | |
download | uhd-12cea5a4843722daf9628006cb8b0c0580034aa7.tar.gz uhd-12cea5a4843722daf9628006cb8b0c0580034aa7.tar.bz2 uhd-12cea5a4843722daf9628006cb8b0c0580034aa7.zip |
Added NI B2x0 VID/PID pairs to udev rules
Diffstat (limited to 'host/utils/uhd-usrp.rules')
-rw-r--r-- | host/utils/uhd-usrp.rules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/host/utils/uhd-usrp.rules b/host/utils/uhd-usrp.rules index 2f5198d64..10d68a290 100644 --- a/host/utils/uhd-usrp.rules +++ b/host/utils/uhd-usrp.rules @@ -1,5 +1,5 @@ # -# Copyright 2011 Ettus Research LLC +# Copyright 2011,2015 Ettus Research LLC # # 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 @@ -23,3 +23,5 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="2500", ATTRS{idProduct}=="0002", MODE:="066 #B200 SUBSYSTEMS=="usb", ATTRS{idVendor}=="2500", ATTRS{idProduct}=="0020", MODE:="0666" +SUBSYSTEMS=="usb", ATTRS{idVendor}=="3923", ATTRS{idProduct}=="7813", MODE:="0666" +SUBSYSTEMS=="usb", ATTRS{idVendor}=="3923", ATTRS{idProduct}=="7814", MODE:="0666" |