summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-10-30 13:43:41 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-10-30 13:43:41 +0100
commitc082a5bd6271fa7be579ef083c3573cccdc220e6 (patch)
treeed3cc0e96f6fac4feb791a90ffb3255931eecd9f
parent92f5c3a69cb09824b9102736d5abe2ad342f2abf (diff)
downloadnixos-c082a5bd6271fa7be579ef083c3573cccdc220e6.tar
nixos-c082a5bd6271fa7be579ef083c3573cccdc220e6.tar.gz
nixos-c082a5bd6271fa7be579ef083c3573cccdc220e6.tar.bz2
nixos-c082a5bd6271fa7be579ef083c3573cccdc220e6.tar.xz
nixos-c082a5bd6271fa7be579ef083c3573cccdc220e6.zip
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 69d592c4..d7a250a4 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 KERNEL=="serial/by-id/usb-Sierra_Wireless__Incorporated_Sierra_Wireless_EM7455_Qualcomm_Snapdragon_X7_LTE-A_LF5487977021013-if02-port0", SYMLINK+="gps0" 480 DEVPATH=="/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/ttyUSB1/tty/ttyUSB1", SYMLINK+="gps0"
481 ''; 481 '';
482} 482}
483 483