Page MenuHomeFreeBSD

usbhid(4): Implement USB_GET_DEVICEINFO ioctl
ClosedPublic

Authored by wulf on Jul 28 2025, 9:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 11, 4:51 PM
Unknown Object (File)
Sat, Oct 11, 8:15 AM
Unknown Object (File)
Sat, Oct 11, 8:15 AM
Unknown Object (File)
Sat, Oct 11, 8:15 AM
Unknown Object (File)
Sat, Oct 11, 12:54 AM
Unknown Object (File)
Thu, Oct 9, 11:10 PM
Unknown Object (File)
Thu, Oct 9, 9:36 PM
Unknown Object (File)
Fri, Oct 3, 6:06 AM
Subscribers

Details

Summary

With factoring out of supporting code from ugen(4) driver.
The ioctl is used in FIDO/U2F security key drivers to get
USB product and manufacturer strings.

PR: 264843
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

wulf requested review of this revision.Jul 28 2025, 9:32 PM
This revision is now accepted and ready to land.Jul 28 2025, 10:02 PM

This is identical to D50550, right? Sorry I didn't make it further in separating these parts as you've done; I'll abandon D50550 and you can land this in this series.

This is identical to D50550, right? Sorry I didn't make it further in separating these parts as you've done; I'll abandon D50550 and you can land this in this series.

It contains D50550

This revision was automatically updated to reflect the committed changes.