Re: [PATCH libinput] tablet: add hwdb entries to ignore Wacom Cintiq offsets

2016-02-16 Thread Peter Hutterer
On Tue, Feb 16, 2016 at 12:39:09PM -0800, Ping Cheng wrote: > On Mon, Feb 15, 2016 at 9:47 PM, Peter Hutterer > wrote: > > > Wacom Cintiqs and some DTK/DTU devices have a sensor larger than the > > underlying display. Clamp any data outside the screen area to the screen > > area. > > > > Signed-o

Re: [PATCH libinput] tablet: add hwdb entries to ignore Wacom Cintiq offsets

2016-02-16 Thread Ping Cheng
On Mon, Feb 15, 2016 at 9:47 PM, Peter Hutterer wrote: > Wacom Cintiqs and some DTK/DTU devices have a sensor larger than the > underlying display. Clamp any data outside the screen area to the screen > area. > > Signed-off-by: Peter Hutterer > --- > src/evdev-tablet.c | 27

Re: [PATCH libinput] tablet: add hwdb entries to ignore Wacom Cintiq offsets

2016-02-16 Thread Peter Hutterer
On 16/02/2016 18:54 , Steven Newbury wrote: On Tue, 2016-02-16 at 15:47 +1000, Peter Hutterer wrote: Wacom Cintiqs and some DTK/DTU devices have a sensor larger than the underlying display. Clamp any data outside the screen area to the screen area. I wonder if that's a feature to make screen-ed

Re: [PATCH libinput] tablet: add hwdb entries to ignore Wacom Cintiq offsets

2016-02-16 Thread Steven Newbury
On Tue, 2016-02-16 at 15:47 +1000, Peter Hutterer wrote: > Wacom Cintiqs and some DTK/DTU devices have a sensor larger than the > underlying display. Clamp any data outside the screen area to the > screen area. I wonder if that's a feature to make screen-edge gestures easier to execute? signature.

Re: [PATCH libinput] tablet: add hwdb entries to ignore Wacom Cintiq offsets

2016-02-16 Thread Hans de Goede
Hi, On 16-02-16 06:47, Peter Hutterer wrote: Wacom Cintiqs and some DTK/DTU devices have a sensor larger than the underlying display. Clamp any data outside the screen area to the screen area. Signed-off-by: Peter Hutterer --- src/evdev-tablet.c | 27 +

[PATCH libinput] tablet: add hwdb entries to ignore Wacom Cintiq offsets

2016-02-15 Thread Peter Hutterer
Wacom Cintiqs and some DTK/DTU devices have a sensor larger than the underlying display. Clamp any data outside the screen area to the screen area. Signed-off-by: Peter Hutterer --- src/evdev-tablet.c | 27 + src/evdev.c| 1