media: flexcop: allow for modern speeds

High speed is no longer the ultimate in speed.

Link: https://lore.kernel.org/linux-media/20220517131109.28371-2-oneukum@suse.com
Signed-off-by: Oliver Neukum <oneukum@suse.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
Oliver Neukum 2022-05-17 14:11:09 +01:00 committed by Mauro Carvalho Chehab
parent f835f3ea6b
commit 82fe45f3fb

View File

@ -531,6 +531,12 @@ static int flexcop_usb_init(struct flexcop_usb *fc_usb)
case USB_SPEED_HIGH:
info("running at HIGH speed.");
break;
case USB_SPEED_SUPER:
info("running at SUPER speed.");
break;
case USB_SPEED_SUPER_PLUS:
info("running at SUPER+ speed.");
break;
case USB_SPEED_UNKNOWN:
default:
err("cannot handle USB speed because it is unknown.");