feat: Add udev rules for HHD's DualSense Gyro

chore: Temporarily remove NvGSP change until Kernel 6.7
This commit is contained in:
Kyle Gospodnetich 2024-01-30 00:17:31 -08:00
parent 0c0259a016
commit f4927774b0
2 changed files with 5 additions and 1 deletions

View File

@ -1,2 +1,3 @@
# Enable GSP firmware
options nouveau config=NvGspRm=1
# options nouveau config=NvGspRm=1
# Waiting for Kernel 6.7

View File

@ -0,0 +1,3 @@
## Motion Sensors
SUBSYSTEM=="input", KERNEL=="event*|input*", KERNELS=="*054C:0CE6*", TAG+="uaccess"
SUBSYSTEM=="input", KERNEL=="event*|input*", KERNELS=="*054C:0DF2*", TAG+="uaccess"