Re: [Linuxwacom-devel] [PATCH] Remove XWACOM_MAX_SAMPLES

2011-03-13 Thread Peter Hutterer
On Fri, Mar 11, 2011 at 10:07:29AM -0800, Ping Cheng wrote: > On Fri, Mar 11, 2011 at 8:39 AM, Jason Gerecke wrote: > > > XWACOM_MAX_SAMPLES is a duplicate of MAX_SAMPLES, and appears to have > > no reason to be included in the Xwacom.h header. We remove it and > > retarget all references. > > >

Re: [Linuxwacom-devel] [PATCH] Remove XWACOM_MAX_SAMPLES

2011-03-11 Thread Ping Cheng
On Fri, Mar 11, 2011 at 8:39 AM, Jason Gerecke wrote: > XWACOM_MAX_SAMPLES is a duplicate of MAX_SAMPLES, and appears to have > no reason to be included in the Xwacom.h header. We remove it and > retarget all references. > > Signed-off-by: Jason Gerecke > Reviewed-by: Ping Cheng Ping > ---