All of lore.kernel.org
 help / color / mirror / Atom feed
* Extend device driver?
@ 2016-09-10 14:41 Pol Eyschen
  2016-09-10 15:14 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Pol Eyschen @ 2016-09-10 14:41 UTC (permalink / raw)
  To: kernelnewbies

Hi everyone,

I want to implement some custom functions of my mouse (Madcatz RAT5) in 
Linux, e.g custom DPI-values. As this requires writing over USB to the 
firmware of the mouse I was thinking of writing a module to accomplish 
this. However I don't want to reimplement a whole mouse-driver,so I 
wanted to ask if there is a possibility of binding the device to 2 
modules or having my module extend usbhid, so that my module would only 
be used to perform these custom operations while usbhid stays in charge 
of the whole "mouse business".


Thanks

Pol

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-09-11  7:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-10 14:41 Extend device driver? Pol Eyschen
2016-09-10 15:14 ` Greg KH
2016-09-10 17:53   ` Daniel.
2016-09-10 18:58   ` Pol Eyschen
2016-09-11  7:43     ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.