From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Fri, 29 May 2015 14:14:19 -0700 Subject: Stop usbhid from claiming usb device on hotplug In-Reply-To: References: Message-ID: <20150529211419.GA1943@kroah.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Fri, May 29, 2015 at 04:58:17PM -0400, Armin Moradi wrote: > Hi all, > > I'm writing a kernel module, but probe() is never called since usbhid > claims the usb device as soon as the device is plugged in. What type of module for what type of device? And why do you want to override the hid driver from binding to it? thanks, greg k-h