All of lore.kernel.org
 help / color / mirror / Atom feed
* generating keyboard events from userspace
@ 2006-01-15 16:57 Philip Lawatsch
  2006-01-15 17:54 ` Dmitry Torokhov
  0 siblings, 1 reply; 3+ messages in thread
From: Philip Lawatsch @ 2006-01-15 16:57 UTC (permalink / raw)
  To: linux-kernel

Hi,

I'm currently writing an userspace application (with libusb) which 
handles the LCD display on a logitech g15 keyboard.

This keyboard consists of two usb devices + a usb hub. One device is the 
normal keyboard and the other device is the lcd + the special keys.
Both devices get detected by the usb-hid driver.

Now the problem is that in order to access the lcd from userspace I have 
to detach usb-hid driver from the interface so I can use it. (Or, I'd 
have to write a driver for it which I'd like to avoid).

So, is there any way to "inject" events generated by pressing the keys 
on the device I'm handling myself back into the whole system from userspace?

I'd really like to avoid writing a kernel mode driver for this.

Any help would be appreciated (even redirecting me to a more suitable 
mailing list, I didn't find any)

kind regards Philip

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

end of thread, other threads:[~2006-01-15 19:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-15 16:57 generating keyboard events from userspace Philip Lawatsch
2006-01-15 17:54 ` Dmitry Torokhov
2006-01-15 19:00   ` Philip Lawatsch

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.