projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f835f3e
)
media: flexcop: allow for modern speeds
author
Oliver Neukum
<oneukum@suse.com>
Tue, 17 May 2022 13:11:09 +0000
(14:11 +0100)
committer
Mauro Carvalho Chehab
<mchehab@kernel.org>
Mon, 29 Apr 2024 11:08:30 +0000
(12:08 +0100)
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>
drivers/media/usb/b2c2/flexcop-usb.c
patch
|
blob
|
history
diff --git
a/drivers/media/usb/b2c2/flexcop-usb.c
b/drivers/media/usb/b2c2/flexcop-usb.c
index 0f807da4b65a3206717cac42e30be349f003279e..8f45e9156fbe9a53ff2cf5f1f4e06eae76b45bb8 100644
(file)
--- a/
drivers/media/usb/b2c2/flexcop-usb.c
+++ b/
drivers/media/usb/b2c2/flexcop-usb.c
@@
-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.");