Change in osmo-e1-hardware[master]: add udev.rules files for icE1usb and e1-tracer

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Dec 14 21:37:19 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1-hardware/+/21720 )


Change subject: add udev.rules files for icE1usb and e1-tracer
......................................................................

add udev.rules files for icE1usb and e1-tracer

Change-Id: Ie1be28359def6fc181f88558834ac52a001312b7
---
A software/99_e1tracer.rules
A software/99_icE1usb.rules
2 files changed, 26 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-e1-hardware refs/changes/20/21720/1

diff --git a/software/99_e1tracer.rules b/software/99_e1tracer.rules
new file mode 100644
index 0000000..d1344b1
--- /dev/null
+++ b/software/99_e1tracer.rules
@@ -0,0 +1,13 @@
+# copy this file to /etc/udev/rules.d/
+
+# If not adding the device, go away
+ACTION!="add", GOTO="e1_tracer_rules_end"
+SUBSYSTEM!="usb", GOTO="e1_tracer_rules_end"
+
+# Osmocom e1-tracer, DFU mode
+ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6150", GROUP="plugdev"
+# Osmocom e1-tracer, runtime
+ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6151", GROUP="plugdev"
+
+# All done
+LABEL="e1_tracer_rules_end"
diff --git a/software/99_icE1usb.rules b/software/99_icE1usb.rules
new file mode 100644
index 0000000..7232b7c
--- /dev/null
+++ b/software/99_icE1usb.rules
@@ -0,0 +1,13 @@
+# copy this file to /etc/udev/rules.d/
+
+# If not adding the device, go away
+ACTION!="add", GOTO="ice40_e1_rules_end"
+SUBSYSTEM!="usb", GOTO="ice40_e1_rules_end"
+
+# Osmocom icE1usb USB E1 interface, DFU mode
+ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6144", GROUP="plugdev"
+# Osmocom icE1usb USB E1 interface, runtime
+ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6145", GROUP="plugdev"
+
+# All done
+LABEL="ice40_e1_rules_end"

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-e1-hardware/+/21720
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-e1-hardware
Gerrit-Branch: master
Gerrit-Change-Id: Ie1be28359def6fc181f88558834ac52a001312b7
Gerrit-Change-Number: 21720
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201214/4fbdeba3/attachment.htm>


More information about the gerrit-log mailing list