forked from ublue-os/bazzite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(GPD): add udev rules for disabling GPD fingerprint sensors (ublue…
…-os#1362) Co-authored-by: Aarron Lee <aarron-lee@users.noreply.github.com>
- Loading branch information
1 parent
fc79f54
commit c0e82bf
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
system_files/deck/shared/usr/lib/udev/rules.d/50-gpd-win-4-fingerprint.rules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
2 changes: 2 additions & 0 deletions
2
system_files/deck/shared/usr/lib/udev/rules.d/50-gpd-wm2-fingerprint.rules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |