linuxwacom / xf86-input-wacom

X.Org driver for Wacom devices
356 stars 46 forks source link

Don't report error when waiting for serial number #282

Closed Pinglinux closed 2 years ago

Pinglinux commented 2 years ago

For some devices, such as AES pens, serial number is 0 when tool comes into proximity. That means serial number was not ready. It is a known state. All we needed is to wait for the non-zero serial number. Don't report it through W_ERROR.

Signed-off-by: Ping Cheng ping.cheng@wacom.com

Pinglinux commented 2 years ago

libinput-record.txt hid-recorder-tip-only.txt

"libinput record" and "hid recorder" showing the serial number = 0 events

whot commented 2 years ago

thanks!