diff options
author | Maxim Devaev <[email protected]> | 2023-10-22 09:27:16 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-10-22 09:27:16 +0300 |
commit | 3f5475103416b7109721488fa4405f8185a94f7d (patch) | |
tree | d4cff9310d24f8af48f31beaa78272b456fb66a4 | |
parent | eabe0a8ba9eb5b3508359f39324886bfba898c1e (diff) |
fixed hid-bridge udev rule
-rw-r--r-- | configs/os/udev/common.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/os/udev/common.rules b/configs/os/udev/common.rules index 9256fcfc..1a0ccded 100644 --- a/configs/os/udev/common.rules +++ b/configs/os/udev/common.rules @@ -1,3 +1,3 @@ # Here are described some bindings for PiKVM devices. # Do not edit this file. -KERNEL=="ttyACM0", SUBSYSTEM=="tty", SUBSYSTEMS=="usb", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="EDA3", SYMLINK+="kvmd-hid-bridge" +KERNEL=="ttyACM[0-9]*", SUBSYSTEM=="tty", SUBSYSTEMS=="usb", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="eda3", SYMLINK+="kvmd-hid-bridge" |