Skip to content

Commit

Permalink
fix(GPD): add udev rules for disabling GPD fingerprint sensors (ublue…
Browse files Browse the repository at this point in the history
…-os#1362)

Co-authored-by: Aarron Lee <aarron-lee@users.noreply.github.com>
  • Loading branch information
aarron-lee and aarron-lee authored Jul 15, 2024
1 parent fc79f54 commit c0e82bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Disable FP sensor on the GPD Win 4
SUBSYSTEM=="usb", ATTR{idVendor}=="2808", ATTR{idProduct}=="9338", ATTR{remove}="1"
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit c0e82bf

Please sign in to comment.