diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-08-03 17:28:53 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-08-03 17:28:53 -0700 |
commit | 9e0a423ed180244eaf9832de02ce55e68ce817f0 (patch) | |
tree | 9e67133875a7576230296c4b30c81d9cda9ae4d8 /host/utils | |
parent | 2e8b546ee336d65998320a8622f1b103d24dc8d7 (diff) | |
parent | 12cea5a4843722daf9628006cb8b0c0580034aa7 (diff) | |
download | uhd-9e0a423ed180244eaf9832de02ce55e68ce817f0.tar.gz uhd-9e0a423ed180244eaf9832de02ce55e68ce817f0.tar.bz2 uhd-9e0a423ed180244eaf9832de02ce55e68ce817f0.zip |
Merge branch 'maint'
Diffstat (limited to 'host/utils')
-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" |