Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable CONFIG_USB_HIDDEV in config-wsl #11021

Closed
PetervdPerk-NXP opened this issue Jan 14, 2024 · 4 comments
Closed

Enable CONFIG_USB_HIDDEV in config-wsl #11021

PetervdPerk-NXP opened this issue Jan 14, 2024 · 4 comments
Labels
feature kconfig linux kernel configuration

Comments

@PetervdPerk-NXP
Copy link

Is your feature request related to a problem? Please describe.
USBIPD allows usb passhtrough however the WSL2 Linux config doesn't expose all driver hence many devices utilizing the USB hid subsystem simply fail.

Typically with this error message

[16046.225922] hid-generic 0003:16C0:0478.0001: device has no listeners, quitting

Describe the solution you'd like
Change config-wsl to expose these drivers

CONFIG_HIDRAW=y
CONFIG_USB_HIDDEV=y
Copy link

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@OneBlue OneBlue added the kconfig linux kernel configuration label Jan 16, 2024
@catkira
Copy link

catkira commented Mar 1, 2024

I also need this

@sirredbeard
Copy link
Contributor

Can be closed along with #8302 @kelsey-steele

@kelsey-steele
Copy link

Thank you for ping, @sirredbeard. Closing. :)

CONFIG_HIDRAW and CONFIG_USB_HIDDEV are now enabled in the latest WSL2 kernel release linux-msft-wsl-5.15.150.1

Please keep in mind the kernel is released to the WSL2-linux-kernel repo first and will be included in an upcoming WSL release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature kconfig linux kernel configuration
Projects
None yet
Development

No branches or pull requests

5 participants