From 2a575bf9b5a4942f60e979161764b9e942699e1e Mon Sep 17 00:00:00 2001 From: Lars Amsel Date: Fri, 4 Jun 2021 08:27:50 +0200 Subject: uhd: Add support for the USRP X410 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Lars Amsel Co-authored-by: Michael Auchter Co-authored-by: Martin Braun Co-authored-by: Paul Butler Co-authored-by: Cristina Fuentes Co-authored-by: Humberto Jimenez Co-authored-by: Virendra Kakade Co-authored-by: Lane Kolbly Co-authored-by: Max Köhler Co-authored-by: Andrew Lynch Co-authored-by: Grant Meyerhoff Co-authored-by: Ciro Nishiguchi Co-authored-by: Thomas Vogel --- mpm/systemd/udev/x4xx/70-sfp-net.rules | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mpm/systemd/udev/x4xx/70-sfp-net.rules (limited to 'mpm/systemd/udev') diff --git a/mpm/systemd/udev/x4xx/70-sfp-net.rules b/mpm/systemd/udev/x4xx/70-sfp-net.rules new file mode 100644 index 000000000..926e927c6 --- /dev/null +++ b/mpm/systemd/udev/x4xx/70-sfp-net.rules @@ -0,0 +1,9 @@ +SUBSYSTEM=="net", KERNELS=="1200070000.ethernet", NAME="sfp1_3" +SUBSYSTEM=="net", KERNELS=="1200060000.ethernet", NAME="sfp1_2" +SUBSYSTEM=="net", KERNELS=="1200050000.ethernet", NAME="sfp1_1" +SUBSYSTEM=="net", KERNELS=="1200040000.ethernet", NAME="sfp1" +SUBSYSTEM=="net", KERNELS=="1200030000.ethernet", NAME="sfp0_3" +SUBSYSTEM=="net", KERNELS=="1200020000.ethernet", NAME="sfp0_2" +SUBSYSTEM=="net", KERNELS=="1200010000.ethernet", NAME="sfp0_1" +SUBSYSTEM=="net", KERNELS=="1200000000.ethernet", NAME="sfp0" +SUBSYSTEM=="net", KERNELS=="10000a4000.ethernet", NAME="int0" -- cgit v1.2.3