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)
Mon, May 4, 6:31 AM
Unknown Object (File)
Tue, Apr 28, 9:02 AM
Unknown Object (File)
Mon, Apr 27, 8:41 PM
Unknown Object (File)
Mon, Apr 27, 6:41 AM
Unknown Object (File)
Tue, Apr 21, 4:40 AM
Unknown Object (File)
Mon, Apr 20, 1:24 PM
Unknown Object (File)
Sun, Apr 19, 10:11 AM
Unknown Object (File)
Wed, Apr 15, 10:44 PM
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.