summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index d7a250a4..8b71a99a 100644
--- a/hel.nix
+++ b/hel.nix
@@ -477,7 +477,7 @@
477 # Disallow ModemManager from touching Sierra Wireless EM7455 tty ports 477 # Disallow ModemManager from touching Sierra Wireless EM7455 tty ports
478 SUBSYSTEM=="tty", ATTR{idVendor}=="1199", ATTR{idProduct}=="9079", ENV{ID_MM_DEVICE_MANUAL_SCAN_ONLY}="1" 478 SUBSYSTEM=="tty", ATTR{idVendor}=="1199", ATTR{idProduct}=="9079", ENV{ID_MM_DEVICE_MANUAL_SCAN_ONLY}="1"
479 479
480 DEVPATH=="/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/ttyUSB1/tty/ttyUSB1", SYMLINK+="gps0" 480 KERNELS=="1-2:1.2", SYMLINK+="gps0"
481 ''; 481 '';
482} 482}
483 483