fix(GPD): add udev rules for disabling GPD fingerprint sensors (#1362)

Co-authored-by: Aarron Lee <aarron-lee@users.noreply.github.com>
This commit is contained in:
Aarron Lee 2024-07-15 11:05:55 -04:00 committed by GitHub
parent fc79f54097
commit c0e82bf46d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
# Disable FP sensor on the GPD Win 4
SUBSYSTEM=="usb", ATTR{idVendor}=="2808", ATTR{idProduct}=="9338", ATTR{remove}="1"

View File

@ -0,0 +1,2 @@
# Fixes a bug that causes suspend/resume to be inconsistent on the GPD Win Max 2
SUBSYSTEM=="usb", ATTR{idVendor}=="2541", ATTR{idProduct}=="9711", ATTR{remove}="1"