Re: evdev: keyboard or mouse?

2008-12-03 Thread Sebastian Glita
- Original Message From: Peter Hutterer [EMAIL PROTECTED] To: Sebastian Glita [EMAIL PROTECTED] Cc: xorg@lists.freedesktop.org Sent: Monday, December 1, 2008 1:41:10 AM Subject: Re: evdev: keyboard or mouse? On Fri, Nov 28, 2008 at 05:58:22AM -0800, Sebastian Glita wrote: The mice and keyboards

Re: evdev: keyboard or mouse?

2008-12-03 Thread Sebastian Glita
Hi, xinput --reattach did the trick. I didn't see the messages configure as mouse/keyboard/... as *additive*, so I thought only one must occur. But can one filter the device so that it is exactly and only a pointer? Or the reverse? Ι rewrote a little EvdevProbe's find/configure chain.

Re: evdev: keyboard or mouse?

2008-12-03 Thread Peter Hutterer
On Wed, Dec 03, 2008 at 07:59:49AM -0800, Sebastian Glita wrote: xinput --reattach did the trick. I didn't see the messages configure as mouse/keyboard/... as *additive*, so I thought only one must occur. No, mouse is basically axes + buttons, keyboards is keys, etc. More and more devices have

Re: evdev: keyboard or mouse?

2008-11-30 Thread Peter Hutterer
On Fri, Nov 28, 2008 at 05:58:22AM -0800, Sebastian Glita wrote: The mice and keyboards in xf86-input-evdev/src/evdev.c:EvdevProbe handle a multiple-capability device wrong for my use. I have a wireless USB receiver so I use both a mouse and a keyboard with the same token. In