USB: core: additional Device Classes to debug/usb/devices
authorRob Gill <rrobgill@protonmail.com>
Mon, 1 Jun 2020 21:17:56 +0000 (21:17 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Jun 2020 08:02:58 +0000 (10:02 +0200)
commit03cc8353c2244c8b790c3c81a0f1532d34a9d738
tree2e46f42fb3bf7a2f9ff5476a7035577aa3c64593
parentb3a9e3b9622ae10064826dccb4f7a52bd88c7407
USB: core: additional Device Classes to debug/usb/devices

Several newer USB Device classes are not presently reported individually at
/sys/kernel/debug/usb/devices, (reported as "unk."). This patch adds the
following classes: 0fh (Personal Healthcare devices), 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]

Corresponding classes defined in include/linux/usb/ch9.h.

Signed-off-by: Rob Gill <rrobgill@protonmail.com>
Link: https://lore.kernel.org/r/20200601211749.6878-1-rrobgill@protonmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/devices.c
include/uapi/linux/usb/ch9.h