How to match hid device to our hid driver
Greg KH
greg at kroah.com
Thu May 28 10:22:10 CDT 2009
On Thu, May 28, 2009 at 09:52:42PM +0800, guo jerry wrote:
> Is there anyone know how to match hid device to hid driver which is
> written by ourself.
>
> the problem is that my hid device always match with default hid driver
> generic-usb.
>
> I don't know how to match my hid device with my hid driver.
You should ask this on the linux-usb mailing list, after reading the
archives which contains a description of how to do this (hint, add your
device to the hid blacklist, and then your driver will bind to it.)
Why do you want to use your driver instead of the Linux hid driver? Is
your device not a "real" HID device?
thanks,
greg k-h
More information about the Kernel-mentors
mailing list