Re: [Linuxwacom-devel] [PATCH] Fix prerequisite check in wcmUpdateSerial

2012-10-08 Thread Jason Gerecke
On Tue, Oct 2, 2012 at 4:35 PM, Ping Cheng wrote: > On Tue, Oct 2, 2012 at 2:53 PM, Jason Gerecke wrote: >> The prerequisite check in wcmUpdateSerial is incorrect. If the tool ID >> changes, the property reflecting it will not be updated unless/until the >> serial number also changes. The check i

Re: [Linuxwacom-devel] [PATCH] Fix prerequisite check in wcmUpdateSerial

2012-10-02 Thread Ping Cheng
On Tue, Oct 2, 2012 at 2:53 PM, Jason Gerecke wrote: > The prerequisite check in wcmUpdateSerial is incorrect. If the tool ID > changes, the property reflecting it will not be updated unless/until the > serial number also changes. The check is updated to reflect this. > > Additionally, the prerequ

[Linuxwacom-devel] [PATCH] Fix prerequisite check in wcmUpdateSerial

2012-10-02 Thread Jason Gerecke
The prerequisite check in wcmUpdateSerial is incorrect. If the tool ID changes, the property reflecting it will not be updated unless/until the serial number also changes. The check is updated to reflect this. Additionally, the prerequesite check at one of its callsites is removed since the functi