Skip to content

Commit b8dbb59

Browse files
committed
udev/80-m1n1.rules: Add udev rules
Signed-off-by: Hector Martin <[email protected]>
1 parent 0c04783 commit b8dbb59

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

udev/80-m1n1.rules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
SUBSYSTEM=="tty", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="316d", GOTO="m1n1"
2+
GOTO="not_m1n1"
3+
LABEL="m1n1"
4+
SUBSYSTEM=="tty", ATTRS{bInterfaceNumber}=="00", KERNEL=="ttyACM*", SYMLINK+="m1n1"
5+
SUBSYSTEM=="tty", ATTRS{bInterfaceNumber}=="02", KERNEL=="ttyACM*", SYMLINK+="m1n1-sec"
6+
LABEL="not_m1n1"

0 commit comments

Comments
 (0)