Re: [PATCH libinput] tablet: Do not create a tablet device for Wacom touchscreens

2015-08-18 Thread Jason Gerecke
On 8/17/2015 7:21 PM, Peter Hutterer wrote: > On Mon, Aug 17, 2015 at 05:29:14PM -0700, Jason Gerecke wrote: >> Similar to the issue mentioned in the commit message of 2365f7d, libwacom >> assigns both ID_INPUT_TABLET and ID_INPUT_TOUCHSCREEN to touchscreens like >> the Cintiq 24HDT. This patch ens

Re: [PATCH libinput] tablet: Do not create a tablet device for Wacom touchscreens

2015-08-17 Thread Peter Hutterer
On Mon, Aug 17, 2015 at 05:29:14PM -0700, Jason Gerecke wrote: > Similar to the issue mentioned in the commit message of 2365f7d, libwacom > assigns both ID_INPUT_TABLET and ID_INPUT_TOUCHSCREEN to touchscreens like > the Cintiq 24HDT. This patch ensures that neither touchpads nor touchscreens > wi

[PATCH libinput] tablet: Do not create a tablet device for Wacom touchscreens

2015-08-17 Thread Jason Gerecke
Similar to the issue mentioned in the commit message of 2365f7d, libwacom assigns both ID_INPUT_TABLET and ID_INPUT_TOUCHSCREEN to touchscreens like the Cintiq 24HDT. This patch ensures that neither touchpads nor touchscreens will accidentally be handled by the tablet code. Signed-off-by: Jason Ge