blob: d1344b1b3a4affa21e5974b167d40556fa085c1a [file] [log] [blame]
Harald Welte7d4ba342020-12-14 22:34:35 +01001# copy this file to /etc/udev/rules.d/
2
3# If not adding the device, go away
4ACTION!="add", GOTO="e1_tracer_rules_end"
5SUBSYSTEM!="usb", GOTO="e1_tracer_rules_end"
6
7# Osmocom e1-tracer, DFU mode
8ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6150", GROUP="plugdev"
9# Osmocom e1-tracer, runtime
10ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6151", GROUP="plugdev"
11
12# All done
13LABEL="e1_tracer_rules_end"