Re: [PATCH libinput 02/23] evdev: Add basic support for tablet devices

2014-06-16 Thread Hans de Goede
Hi, On 06/13/2014 05:28 AM, Stephen Chandler Paul wrote: These devices set the LIBINPUT_DEVICE_CAP_STYLUS flag, and emit a lot more axis information then mice and touchpads. As such, tablet events are in a whole new group of events that is separate from everything else. In this commit,

Re: [PATCH libinput 02/23] evdev: Add basic support for tablet devices

2014-06-15 Thread Peter Hutterer
On Thu, Jun 12, 2014 at 11:28:23PM -0400, Stephen Chandler Paul wrote: These devices set the LIBINPUT_DEVICE_CAP_STYLUS flag, and emit a lot more axis s/STYLUS/TABLET/ information then mice and touchpads. As such, tablet events are in a whole new group of events that is separate from

[PATCH libinput 02/23] evdev: Add basic support for tablet devices

2014-06-12 Thread Stephen Chandler Paul
These devices set the LIBINPUT_DEVICE_CAP_STYLUS flag, and emit a lot more axis information then mice and touchpads. As such, tablet events are in a whole new group of events that is separate from everything else. In this commit, only X and Y axes are reported in libinput. Based off the patch