mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 01:34:12 +00:00
udev/80-m1n1.rules: Add udev rules
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
0c04783a86
commit
b8dbb591d7
1 changed files with 6 additions and 0 deletions
6
udev/80-m1n1.rules
Normal file
6
udev/80-m1n1.rules
Normal file
|
@ -0,0 +1,6 @@
|
|||
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"
|
Loading…
Reference in a new issue