Re: [PATCH libinput] evdev: Let dispatch instances set their own capabilities

2014-08-03 Thread Peter Hutterer
On Sun, Jul 27, 2014 at 11:28:25PM +0200, Jonas Ådahl wrote: > It's up to a evdev device backend to configure seat capabilities it > supports. Even though it may be possible for a touchpad to have extra > keys, there is currently no support for sending keyboard events from the > touchpad driver, an

[PATCH libinput] evdev: Let dispatch instances set their own capabilities

2014-07-27 Thread Jonas Ådahl
It's up to a evdev device backend to configure seat capabilities it supports. Even though it may be possible for a touchpad to have extra keys, there is currently no support for sending keyboard events from the touchpad driver, and if that would be implemented, it'd be a detail of the touchpad driv