mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-23 23:32:30 -05:00
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:
committed by
Mauro Carvalho Chehab
parent
f835f3ea6b
commit
82fe45f3fb
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user