aboutsummaryrefslogtreecommitdiff
path: root/files/etc
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-08-05 08:59:44 -0400
committerCullum Smith <cullum@sacredheartsc.com>2024-08-05 08:59:44 -0400
commitd4be5bbc3682bb9d7f74db5592988ec0838b6138 (patch)
tree8bc57fd8281765bf403d1d7d7fc68c6b2dda3f04 /files/etc
parent8e386dac954408cc64d1d0715d73dec7905f5771 (diff)
downloadinfrastructure-d4be5bbc3682bb9d7f74db5592988ec0838b6138.tar.gz
autoconnect android usb tethering on laptops
Diffstat (limited to 'files/etc')
-rw-r--r--files/etc/devd/usb-tether.conf.roadwarrior_latpop6
1 files changed, 6 insertions, 0 deletions
diff --git a/files/etc/devd/usb-tether.conf.roadwarrior_latpop b/files/etc/devd/usb-tether.conf.roadwarrior_latpop
new file mode 100644
index 0000000..5183ed2
--- /dev/null
+++ b/files/etc/devd/usb-tether.conf.roadwarrior_latpop
@@ -0,0 +1,6 @@
+notify 100 {
+ match "system" "IFNET";
+ match "subsystem" "ue0";
+ match "type" "ATTACH";
+ action "/sbin/ifconfig ue0 up";
+};