[PATCH 01/19] usb: ch9: Add USB_SPEED_SUPER_PLUS

2016-02-05 Thread John Youn
Add USB_SPEED_SUPER_PLUS to usb_device_speed enumeration and add an entry in the speed_names array for it. Signed-off-by: John Youn --- drivers/usb/common/common.c | 1 + include/uapi/linux/usb/ch9.h | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/usb/common/common.c b/drivers/usb

[PATCH 01/19] usb: ch9: Add USB_SPEED_SUPER_PLUS

2016-02-01 Thread John Youn
Add USB_SPEED_SUPER_PLUS to usb_device_speed enumeration and add an entry in the speed_names array for it. Signed-off-by: John Youn --- drivers/usb/common/common.c | 1 + include/uapi/linux/usb/ch9.h | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/usb/common/common.c b/drivers/usb