I have been tasked with figuring out why devices on a dock are being blocked before a user logs in. For example, they can not use their mouse or keyboard on the desk, they have to log in using the laptops built in keyboard and mouse.
It turns out the culprit is DMA protection. We want this configured, so I am not willing to just disable this.
Is it true that simply finding a DMA compliant driver for devices like keyboards and mice will allow them to work prior to login?
Also, does anything exist for me to locally mark this device as allowed for testing?
Thank you for any assistance you could provide.