* bipassing USBHID driver with udev rule
@ 2009-07-26 19:30 vijay manchala
2009-07-27 14:54 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: vijay manchala @ 2009-07-26 19:30 UTC (permalink / raw)
To: linux-hotplug
Hi,
I need some understanding regarding usbHID driver
I had one device called footpedal usb device, when I connected that
device to the HOST machine RHEL , default usbHID driver is detecting
my footpedal i,e usbhid driver.
Actually
I dont want usbHID driver to detect foot pedal device, it would have been nice if there was just a nice simple way of stopping the kernel usbHID driver from getting in the way, I want this pedal detected by
my own modified mouse driver.
please
suggest me in this regard or suggest me whether this is possible or not
without compiling the whole source kernel and compiling only my module and insert
that module.
I am through udev
related stuff , am i going in the right path, going through ?.
Thanks & Regards
Kumar Manchala
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: bipassing USBHID driver with udev rule
2009-07-26 19:30 bipassing USBHID driver with udev rule vijay manchala
@ 2009-07-27 14:54 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2009-07-27 14:54 UTC (permalink / raw)
To: linux-hotplug
On Sun, Jul 26, 2009 at 12:30:28PM -0700, vijay manchala wrote:
>
> Hi,
>
> I need some understanding regarding usbHID driver
>
> I had one device called footpedal usb device, when I connected that
> device to the HOST machine RHEL , default usbHID driver is detecting
> my footpedal i,e usbhid driver.
>
> Actually
> I dont want usbHID driver to detect foot pedal device, it would have
> been nice if there was just a nice simple way of stopping the kernel
> usbHID driver from getting in the way, I want this pedal detected by
> my own modified mouse driver.
Then just send a patch adding your device to the HID blacklist in the
driver. That will keep it from being loaded.
good luck,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-27 14:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-26 19:30 bipassing USBHID driver with udev rule vijay manchala
2009-07-27 14:54 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).