On Tue, 28 May 2002 21:57, Alexander Neundorf wrote: <snip> > When pressing one of the "known" keys, data appears on /dev/input/event0, > when pressing one of the other keys, data appears on /dev/input/event1 . > I wouldn't have expected this different behaviour for the different > buttons. I would have. You said it emulates a keyboard and a mouse. That is two quite different devices, hence two interfaces with difference Application identifiers.
> Any idea how to get the other group of keys to do auto-repeating or how to > find out where the problem lies ? USB keys and buttons don't autorepeat at the device level. You have to handle it in the driver. There are ioctls for the input event device to get and set this. Sorry I haven't got any documentation for it at this stage - UTSL. Brad -- http://conf.linux.org.au. 22-25Jan2003. Perth, Australia. Birds in Black. _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
