On Tue, 25 Jun 2002 14:48, William Stearns wrote: > Good day, Yoav, > > On Wed, 9 Jan 2002, Yoav Etsion wrote: > > The remote's keys can be mapped to either keyboard keys or mouse > > buttons/motion. I was thinking of identifying it to the kernel as a > > keyboard/mouse device through the input core interface, and use the > > procfs to let the user change the mappings. At a later stage a user level > > daemon can follow the X focus and change the mappings according to the > > application in the focus window. > > Any comment or suggestions on this scheme are quite welcome, though (the > > first problem was getting it to work). How about just making it a HID device? Then you don't need to munge around in kernel space - its all done for you.
If you need an example of a HID device, there is a project on sourceforge that is doing this type of thing. Hmm - straight off the top of my head, and there it is: http://sourceforge.net/projects/ezhid/ Brad -- http://conf.linux.org.au. 22-25Jan2003. Perth, Australia. Birds in Black. ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
