mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 04:34:08 +08: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:
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.");
|
||||
|
Loading…
Reference in New Issue
Block a user