summarylogtreecommitdiffstats
path: root/azure-sphere-sdk.udev
diff options
context:
space:
mode:
authorFelipe Balbi2019-12-09 19:02:39 +0200
committerFelipe Balbi2019-12-11 14:38:38 +0200
commit1d7bac2082934e4d1a7ea831f7ff48ef46c854b3 (patch)
treef383ef6e584e901abbcd8895008ebdaed37bfd20 /azure-sphere-sdk.udev
downloadaur-1d7bac2082934e4d1a7ea831f7ff48ef46c854b3.tar.gz
PKGBUILD for Azure Sphere SDK
Signed-off-by: Felipe Balbi <felipe.balbi@microsoft.com>
Diffstat (limited to 'azure-sphere-sdk.udev')
-rw-r--r--azure-sphere-sdk.udev3
1 files changed, 3 insertions, 0 deletions
diff --git a/azure-sphere-sdk.udev b/azure-sphere-sdk.udev
new file mode 100644
index 000000000000..24a51813c1f3
--- /dev/null
+++ b/azure-sphere-sdk.udev
@@ -0,0 +1,3 @@
+# Grant ownership of Azure Sphere (MT3620) USB devices to the azsphere group
+
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="6011", ATTRS{idProduct}=="0403", ATTRS{product}=="MSFT MT3620 Std Interface", GROUP="azsphere"