libusb icon indicating copy to clipboard operation
libusb copied to clipboard

Missing class codes

Open hwiesmann opened this issue 2 months ago • 4 comments

The following class codes are missing in libusb:

LIBUSB_CLASS_AUDIO_VIDEO = 0x10, LIBUSB_CLASS_BILLBOARD = 0x11, LIBUSB_CLASS_INTERFACE = 0x12, LIBUSB_CLASS_BULK_DISPLAY_PROTOCOL = 0x13, LIBUSB_CLASS_MCTP = 0x14, LIBUSB_CLASS_I3C = 0x3c, LIBUSB_CLASS_MISCELLANEOUS = 0xef,

(reference: www.usb.org/defined-class-codes)

hwiesmann avatar Nov 03 '25 07:11 hwiesmann

Please help to raise a PR if possible. Thanks.

mcuee avatar Nov 03 '25 07:11 mcuee

@hwiesmann will you create a PR for this?

seanm avatar Nov 14 '25 12:11 seanm

Yes, will do it during the weekend, latest.

hwiesmann avatar Nov 14 '25 13:11 hwiesmann

PR has been created

hwiesmann avatar Nov 15 '25 15:11 hwiesmann