mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
b8dbb591d7
Signed-off-by: Hector Martin <marcan@marcan.st>
6 lines
299 B
Text
6 lines
299 B
Text
SUBSYSTEM=="tty", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="316d", GOTO="m1n1"
|
|
GOTO="not_m1n1"
|
|
LABEL="m1n1"
|
|
SUBSYSTEM=="tty", ATTRS{bInterfaceNumber}=="00", KERNEL=="ttyACM*", SYMLINK+="m1n1"
|
|
SUBSYSTEM=="tty", ATTRS{bInterfaceNumber}=="02", KERNEL=="ttyACM*", SYMLINK+="m1n1-sec"
|
|
LABEL="not_m1n1"
|