udev: Add rule for TI-84+ SE
If it is plugged in for a longer time (a few minutes are enough), at least on mayushii, the dock hangs and will not respond unless the system is rebooted (re-plugging, restarting the dock and suspending does not work). I couldn’t figure out why this is happening.
This commit is contained in:
parent
ae81132dfa
commit
f31fb7dc5d
|
@ -12,6 +12,9 @@
|
|||
|
||||
# Nintendo Switch Pro Controller over bluetooth hidraw
|
||||
KERNEL=="hidraw*", KERNELS=="*057E:2009*", MODE="0660", GROUP="users", TAG+="uaccess"
|
||||
|
||||
# TI-84+ SE
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="0451", ATTRS{idProduct}=="e008", MODE="0660", GROUP="users"
|
||||
'';
|
||||
|
||||
boot.kernelModules = [ "uinput" ];
|
||||
|
|
Loading…
Reference in a new issue