How to disable USB Mouse only

1

I was developing a device driver for a USB mouse which uses the USB HID driver. The problem is that I cannot test out my module as Linux takes over the mouse directly.

So how do I find out which modules I should blacklist so that only the mouse is completely disabled and I can test out my module and see its working.

user2782324

Posted 2014-06-16T06:13:50.157

Reputation: 131

No answers