Re: [Linuxwacom-devel] [PATCH] Purge TILT_REQUEST_FLAG

2013-05-01 Thread Ping Cheng
On Wed, May 1, 2013 at 5:31 PM, Peter Hutterer wrote: > Write-only value, obsolete as of xf86-input-wacom-0.10.4-45-gba90433 > > Signed-off-by: Peter Hutterer > This option was used by serial UD tablet. We do not support serial tablet any more. So, Acked-by: Ping Cheng Ping > --- > src/wcm

[Linuxwacom-devel] [PATCH] Purge TILT_REQUEST_FLAG

2013-05-01 Thread Peter Hutterer
Write-only value, obsolete as of xf86-input-wacom-0.10.4-45-gba90433 Signed-off-by: Peter Hutterer --- src/wcmValidateDevice.c | 4 src/xf86WacomDefs.h | 1 - 2 files changed, 5 deletions(-) diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c index 81e9a2a..8e27bb1 100644 --