Re: [Linuxwacom-devel] [PATCH v2 libwacom] test: remove special-case for DTI-520

2012-05-18 Thread Bastien Nocera
On Fri, 2012-05-18 at 11:26 +1000, Peter Hutterer wrote: > We don't need to special-case the device, this device may be used with a pen > that includes an eraser. Removing the special case means we expect all > currently known devices to have at lest one stylus, the code from

[Linuxwacom-devel] [PATCH v2 libwacom] test: remove special-case for DTI-520

2012-05-17 Thread Peter Hutterer
We don't need to special-case the device, this device may be used with a pen that includes an eraser. Removing the special case means we expect all currently known devices to have at lest one stylus, the code from 4a7a7f16564869b3af6701aa943e5c88927f451b tests those styli for additional eraser. Qu