summaryrefslogtreecommitdiff
path: root/recipes-core/udev/eudev/mtcap/mtcap.rules
blob: a0dc9fb780f83bf9651729db1f5fe77b2f92e911 (plain)
1
2
3
4
5
6
7
8
ACTION=="remove", GOTO="mlinux_end"
SUBSYSTEM!="tty", GOTO="mlinux_end"
KERNEL!="ttyXRUSB[0-9]*", GOTO="mlinux_end"

SUBSYSTEMS=="usb", ENV{ID_IFACE}="$attr{bInterfaceNumber}"
ENV{ID_IFACE}=="", GOTO="mlinux_end"

LABEL="mlinux_end"