This file contains hidden or 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
| # RTL9210 M.2 adapter TRIM/discard via unmap command | |
| ACTION=="add|change", ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="9210", SUBSYSTEM=="scsi_disk", ATTR{provisioning_mode}="unmap" | |
| # Qudelix 5k control via Chromium extension (HID permissions) | |
| KERNEL=="hidraw*", ATTRS{idVendor}=="0a12", ATTRS{idProduct}=="4005", MODE="0666" | |
| KERNEL=="hidraw*", ATTRS{idVendor}=="0a12", ATTRS{idProduct}=="4010", MODE="0666" | |
| # WD USB HDD proper shutdown on system shutdown (customize the idProduct and idVendor) | |
| ACTION=="add|change", ATTRS{idVendor}=="1058", ATTRS{idProduct}=="2626", SUBSYSTEM=="scsi_disk", ATTR{manage_system_start_stop}="1" |