gregkh / usbutils

USB utilities for Linux, including lsusb
http://www.linux-usb.org
356 stars 202 forks source link

Additional device classes for usb-devices script #107

Closed rrobgill closed 3 years ago

rrobgill commented 4 years ago

Several newer USB Device classes are not presently reported individually by usb-devices, (They are reported as "unk. ").

This patch adds the following classes: 10h (USB Type-C combined Audio/Video devices) 11h (USB billboard), 12h (USB Type-C Bridge). As defined at [https://www.usb.org/defined-class-codes]

Signed-off-by: Rob Gill rrobgill@protonmail.com

gregkh commented 3 years ago

Thanks for the change, looks good!