summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfsyy2021-09-09 21:10:44 +0200
committerfsyy2021-09-09 21:10:44 +0200
commitf559fd9a5d121e09e915e788c877ace5c3d8846c (patch)
tree3d9529e1d172ae4a424cadf1e35256a7b62350a6
parentc81e6101811ace1bb88ce358e4f229b305d3c657 (diff)
downloadaur-f559fd9a5d121e09e915e788c877ace5c3d8846c.tar.gz
added udev rule for elgato mk2 streamdeck
-rw-r--r--.SRCINFO2
-rw-r--r--60-streamdeck.rules1
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57ea6d70f8e0..4dd870ed7a2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = streamdeck-ui-git
pkgdesc = A Linux compatible UI for the Elgato Stream Deck
pkgver = r243.c8dffc7
- pkgrel = 1
+ pkgrel = 2
url = https://timothycrosley.github.io/streamdeck-ui/
arch = any
license = MIT
diff --git a/60-streamdeck.rules b/60-streamdeck.rules
index 995aaa31fd82..6716ba74c12f 100644
--- a/60-streamdeck.rules
+++ b/60-streamdeck.rules
@@ -2,3 +2,4 @@ SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0060", TAG+="uacce
SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0063", TAG+="uaccess"
SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="006c", TAG+="uaccess"
SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="006d", TAG+="uaccess"
+SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0080", TAG+="uaccess"
diff --git a/PKGBUILD b/PKGBUILD
index 8090772fb44e..99abc508c70d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=streamdeck-ui-git
_pkgname=streamdeck-ui
pkgver=r243.c8dffc7
-pkgrel=1
+pkgrel=2
pkgdesc="A Linux compatible UI for the Elgato Stream Deck"
arch=('any')
url="https://timothycrosley.github.io/streamdeck-ui/"