blob: 7232b7c3d8f0ca29856ef7941989482447dee1a0 [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="ice40_e1_rules_end"
5SUBSYSTEM!="usb", GOTO="ice40_e1_rules_end"
6
7# Osmocom icE1usb USB E1 interface, DFU mode
8ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6144", GROUP="plugdev"
9# Osmocom icE1usb USB E1 interface, runtime
10ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6145", GROUP="plugdev"
11
12# All done
13LABEL="ice40_e1_rules_end"