Hi all,
I did not have any time to work on the driver for quite some time, but maybe Nicolas or Stephane have made some advances. As for the ezhid project, I was not aware that someone wrote it, although the need for something like that had crossed my mind. We need some hid implementation that can change key mappings at runtime. Anyway, the first thing is to get it to work. I have managed to find the serial baud rate and can identify keys pressed, but I have two keys mapped to the same keycode (don't know if it's due to bad soldering on my part). It is still on the top of my stack (along with a driver for the X10 wireless camera), and waiting for me to free some time. Yoav On Tue, 25 Jun 2002, Brad Hards wrote: > 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 asa > > > 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. > ------------------------------------------------------- This sf.net email is sponsored by: Jabber Inc. Don't miss the IM event of the season | Special offer for OSDN members! JabConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
