On 25 October 2010 20:57, Bond <[email protected]> wrote:

> On Sun, Oct 24, 2010 at 9:24 PM, Greg KH <[email protected]> wrote:
> >
> > Yes, look at the hid driver blacklist.
> >
> >> so that it checks my driver and if it doesn't find it, then pass it to
> >> the usbhid?
> >
> > If your driver is loaded first, yes, you can do that.
> >
> > You can unbind the device from the hid driver by hand through sysfs and
> > then load your driver for testing.
> >
> Okay, i found my device in /dev/bus/usb/devices/usb6/6-1. When I nano
> idVendor, i see the correct vendor, and when i nano idProduct, i see
> the correct product. So it's definately there, but I think the problem
> is that usbhid is catching it before my module does. how would i
> unload the device and test like you stated?
>
> --
> To unsubscribe from this list: send an email with
> "unsubscribe kernelnewbies" to [email protected]
> Please read the FAQ at http://kernelnewbies.org/FAQ
>
>

Hi,

I once did this kind of thing for my usb mouse. I just unloaded the mouse
driver using "rmmod" and insmod'ed my mouse driver.. and it worked.

Thanks,
Paranee

Reply via email to