Dera @kapeed
The .bib entry just makes sure the driver ends up in the image. This is not required if you copy it as a .dll file onto the device. The driver is loaded by the Kernel, and therefore works in Kernel mode automatically, there’s no choice about this.
It is preferable to copy the driver to * \Flashdisk\System\ *, because this is part of the system path.
You can copy the driver to any random location, but then you need to specify the full path in the registry setting "Dll"="<yourpath>\yourdriver.dll"
.
Regards, Andy