Skip to content

hid.class: ignore zero-length input reports#806

Open
bsek wants to merge 1 commit into
aros-development-team:masterfrom
bsek:usb-hid-zlp
Open

hid.class: ignore zero-length input reports#806
bsek wants to merge 1 commit into
aros-development-team:masterfrom
bsek:usb-hid-zlp

Conversation

@bsek

@bsek bsek commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

A zero-length reply (USB ZLP, buflen 0) means the device has nothing to report. Guard the Wacom-validity check with buflen > 0 so an empty report is no longer mistaken for a bad packet.

A zero-length reply (USB ZLP, buflen 0) means the device has nothing to
report. Guard the Wacom-validity check with buflen > 0 so an empty report
is no longer mistaken for a bad packet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant