Skip to content

7.2: add usbhid empty-input polling fix - #182

Open
myakupozluk wants to merge 1 commit into
CachyOS:masterfrom
myakupozluk:add-usbhid-empty-input-fix
Open

7.2: add usbhid empty-input polling fix#182
myakupozluk wants to merge 1 commit into
CachyOS:masterfrom
myakupozluk:add-usbhid-empty-input-fix

Conversation

@myakupozluk

Copy link
Copy Markdown

Summary

Add the upstream usbhid fix that skips interrupt IN polling for HID interfaces without input reports.

ASUS ROG N-Key keyboards expose an input-less RGB/control interface alongside the keyboard interface. Polling the empty interface can make the sibling keyboard interface drop, repeat, or stick keypresses. The patch avoids that polling path while preserving HID_QUIRK_ALWAYS_POLL behavior.

Fixes CachyOS/linux-cachyos#1012.

Upstream reference

Closes CachyOS/linux-cachyos#1012

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot AI lite review requested due to automatic review settings September 9, 2026 15:52

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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.

[FEATURE] Include usbhid fix for ASUS ROG N-Key dropped/repeated keystrokes

2 participants