Commit e9ab3c9c35d0991fb7c7624cccd76baae4e02bcf
- Diff rendering mode:
- inline
- side by side
src/wcmUSB.c
(1 / 1)
|   | |||
| 888 | 888 | } | |
| 889 | 889 | ||
| 890 | 890 | /* ignore events without information */ | |
| 891 | if (common->wcmEventCnt <= 2) | ||
| 891 | if ((common->wcmEventCnt <= 2) && common->wcmLastToolSerial) | ||
| 892 | 892 | { | |
| 893 | 893 | DBG(3, common, "%s: dropping empty event" | |
| 894 | 894 | " for serial %d\n", local->name, common->wcmLastToolSerial); |

