Re: [PATCH libinput] evdev: Do not mark tablet touchscreens as tablets

2015-04-06 Thread Peter Hutterer
On Mon, Mar 30, 2015 at 03:04:52PM -0400, Benjamin Tissoires wrote: On Fri, Mar 27, 2015 at 6:34 PM, Jason Gerecke killert...@gmail.com wrote: Devices like the Cintiq 24HDT are marked with both ID_INPUT_TABLET and ID_INPUT_TOUCHSCREEN in udev. Be sure that we don't try to use such a device

Re: [PATCH libinput] evdev: Do not mark tablet touchscreens as tablets

2015-03-30 Thread Benjamin Tissoires
On Fri, Mar 27, 2015 at 6:34 PM, Jason Gerecke killert...@gmail.com wrote: Devices like the Cintiq 24HDT are marked with both ID_INPUT_TABLET and ID_INPUT_TOUCHSCREEN in udev. Be sure that we don't try to use such a device as a tablet. Signed-off-by: Jason Gerecke killert...@gmail.com ---

[PATCH libinput] evdev: Do not mark tablet touchscreens as tablets

2015-03-27 Thread Jason Gerecke
Devices like the Cintiq 24HDT are marked with both ID_INPUT_TABLET and ID_INPUT_TOUCHSCREEN in udev. Be sure that we don't try to use such a device as a tablet. Signed-off-by: Jason Gerecke killert...@gmail.com --- For Peter's tablet-support branch. src/evdev.c | 10 +- 1 file changed,