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)
Tue, Mar 17, 1:19 AM
Unknown Object (File)
Mon, Mar 16, 12:50 PM
Unknown Object (File)
Sun, Mar 15, 6:12 PM
Unknown Object (File)
Wed, Mar 11, 10:04 AM
Unknown Object (File)
Mon, Mar 9, 12:55 PM
Unknown Object (File)
Sat, Feb 28, 6:29 PM
Unknown Object (File)
Sat, Feb 28, 6:00 AM
Unknown Object (File)
Thu, Feb 26, 12:27 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.