Is it possible to prevent a kernel driver from loading for a specific USB device?
One approach is to use modprobe.conf and assign the USB device to a dummy module but this doesn't appear to work. The Linux distribution I'm using is for an embedded system and has the driver I'm looking to disable compiled directly and NOT compiled as a module.
It looks like you can blacklist the initcall as a kernel boot parameter (initcall_blacklist=xx) but that also doesn't appear to work or I'm using the wrong method name.
I'm trying to black mt76x2u so I've tried:
init_blacklist=mt76x2_drv_init