diff options
-rw-r--r-- | hel.nix | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -474,10 +474,7 @@ | |||
474 | SUBSYSTEM=="power_supply", ENV{POWER_SUPPLY_ONLINE}=="0", RUN+="${systemd}/bin/systemctl --no-block stop ac-plugged.service" | 474 | SUBSYSTEM=="power_supply", ENV{POWER_SUPPLY_ONLINE}=="0", RUN+="${systemd}/bin/systemctl --no-block stop ac-plugged.service" |
475 | SUBSYSTEM=="power_supply", ENV{POWER_SUPPLY_ONLINE}=="1", RUN+="${systemd}/bin/systemctl --no-block start ac-plugged.service" | 475 | SUBSYSTEM=="power_supply", ENV{POWER_SUPPLY_ONLINE}=="1", RUN+="${systemd}/bin/systemctl --no-block start ac-plugged.service" |
476 | 476 | ||
477 | # Disallow ModemManager from touching Sierra Wireless EM7455 tty ports | 477 | KERNELS=="1-2:1.2", ENV{ID_MM_DEVICE_IGNORE}="1", SYMLINK+="gps0" |
478 | SUBSYSTEM=="tty", ATTR{idVendor}=="1199", ATTR{idProduct}=="9079", ENV{ID_MM_DEVICE_MANUAL_SCAN_ONLY}="1" | ||
479 | |||
480 | KERNELS=="1-2:1.2", SYMLINK+="gps0" | ||
481 | ''; | 478 | ''; |
482 | } | 479 | } |
483 | 480 | ||