On Mon, May 18, 2009 at 8:02 AM, thzxcyl <thzx...@gmail.com> wrote:
> I have a foot pedal that is implemented as a USB HID device, and it sends
> one input: in binary, 0001, 0010, or 0100 corresponds to each pedal,
> respectively; combination of pedal presses sends combination of those binary
> number, and releases of pedal trigger input of whatever pedal still being
> pressed (if all pedal is up, 0000 is sent). My intention is to have the
> pedal buttons behave as normal keyboard keys (ctrl, alt, and pgdn).
>
> I've read many writeup on related topics, some of them a few years old, and
> I'm still confused as to where to start: do I need to patch the kernel?
> write a driver translate the input to keycode? do both? I would really
> appreciate a pointer to some tutorials on how to get started and example
> codes if there are any.

Will this help ?

http://www.linuxjournal.com/article/7353

Thanks -
Manish

>
> Many thanks,
> T.



-- 
Thanks -
Manish

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecar...@nl.linux.org
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to