diff --git a/pkgs/hhd-git/000-rog-ally.patch b/pkgs/hhd-git/000-rog-ally.patch deleted file mode 100644 index 2b87abfe6..000000000 --- a/pkgs/hhd-git/000-rog-ally.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff --git a/src/hhd/device/rog_ally/__init__.py b/src/hhd/device/rog_ally/__init__.py -index 3d98794..fc80296 100644 ---- a/src/hhd/device/rog_ally/__init__.py -+++ b/src/hhd/device/rog_ally/__init__.py -@@ -82,7 +82,7 @@ def autodetect(existing: Sequence[HHDPlugin]) -> Sequence[HHDPlugin]: - - # Match just product number, should be enough for now - with open("/sys/devices/virtual/dmi/id/product_name") as f: -- if not f.read().strip() == "ROG Ally RC71L_RC71L": -+ if not f.read().strip() == "ROG Ally RC71L_RC71L" and not f.read().strip() == "ROG Ally RC71L": - return [] - - return [RogAllyControllersPlugin()] -diff --git a/src/hhd/plugins/powerbutton/const.py b/src/hhd/plugins/powerbutton/const.py -index 3e6a48c..ed9ac0b 100644 ---- a/src/hhd/plugins/powerbutton/const.py -+++ b/src/hhd/plugins/powerbutton/const.py -@@ -19,6 +19,7 @@ PBC = PowerButtonConfig - SUPPORTED_DEVICES: Sequence[PowerButtonConfig] = [ - PBC("Legion Go", "83E1"), - PBC("ROG Ally", "ROG Ally RC71L_RC71L"), -+ PBC("ROG Ally", "ROG Ally RC71L"), - PBC("GPT Win 4", "G1618-04"), - PBC("GPD Win Mini", "G1617-01"), - ] diff --git a/pkgs/hhd-git/PKGBUILD b/pkgs/hhd-git/PKGBUILD index 37b8cab08..3d3cf6027 100644 --- a/pkgs/hhd-git/PKGBUILD +++ b/pkgs/hhd-git/PKGBUILD @@ -12,8 +12,8 @@ provides=('hhd') conflicts=('hhd') optdepends=('hhd-user: allows running hhd as a user service.') makedepends=('python-'{'build','installer','setuptools','wheel'}) -source=("git+https://github.com/hhd-dev/hhd.git" "000-rog-ally.patch") -sha512sums=('SKIP' 'SKIP') +source=("git+https://github.com/hhd-dev/hhd.git") +sha512sums=('SKIP') prepare() { # patch