Skip to content

feat(kernel): enable x86 USB HID#18076

Open
sirredbeard wants to merge 1 commit into
microsoft:4.0from
sirredbeard:enable-x86-usb-hid
Open

feat(kernel): enable x86 USB HID#18076
sirredbeard wants to merge 1 commit into
microsoft:4.0from
sirredbeard:enable-x86-usb-hid

Conversation

@sirredbeard

Copy link
Copy Markdown

Enable CONFIG_USB_HID=m for x86_64.

The x86_64 configuration already builds the generic HID core. This adds the standard USB HID transport as a module.

arm64 already enables USB HID.

Enable the standard USB HID transport as a module in the x86_64 kernel configuration.

The x86_64 configuration already builds the generic HID core. Building usbhid as a module makes the standard USB HID transport available while keeping it out of the base kernel image.

The arm64 configuration already enables USB HID.
Copilot AI review requested due to automatic review settings July 22, 2026 07:13
@sirredbeard
sirredbeard requested a review from a team as a code owner July 22, 2026 07:13
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Enables USB HID support as a module for the x86_64 Azure Linux kernel.

Changes:

  • Sets CONFIG_USB_HID=m for x86_64.
  • Bumps the kernel package release to 8.
  • Updates generated specs, changelog, and lock fingerprint.

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
base/comps/kernel/6.18-x86_64-azl.config Enables USB HID.
base/comps/kernel/kernel.comp.toml Bumps release and records changelog.
locks/kernel.lock Refreshes component fingerprint.
specs/k/kernel/6.18-x86_64-azl.config Updates rendered configuration.
specs/k/kernel/kernel.azl.macros Updates rendered release macro.
specs/k/kernel/kernel.spec Updates rendered changelog.

@sirredbeard sirredbeard changed the title Enable x86 USB HID feat(kernel): enable x86 USB HID Jul 22, 2026
@sirredbeard

Copy link
Copy Markdown
Author

Updated the title to follow Conventional Commits.

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.

2 participants