mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-14 10:21:09 +00:00
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:
parent
fc79f54097
commit
c0e82bf46d
@ -0,0 +1,2 @@
|
||||
# Disable FP sensor on the GPD Win 4
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="2808", ATTR{idProduct}=="9338", ATTR{remove}="1"
|
@ -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"
|
Loading…
x
Reference in New Issue
Block a user