gnif / vendor-reset

Linux kernel vendor specific hardware reset module for sequences that are too complex/complicated to land in pci_quirks.c
GNU General Public License v2.0
764 stars 65 forks source link

Add udev rules for kernel 5.15+ reset_method #64

Closed xperia64 closed 2 years ago

xperia64 commented 2 years ago

Automatically sets the reset_method for affected GPUs to "device_specific".

We modprobe vendor-reset to ensure our driver is actually loaded, as setting the reset_method too early won't work.

Probably not ideal to just have all these hardcoded here, perhaps they could be autogenerated?