public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@kernel.org
To: linux-usb@vger.kernel.org
Subject: [Bug 220027] New: USB 3.2 capture cards using incorrect USB speed
Date: Thu, 17 Apr 2025 18:26:00 +0000	[thread overview]
Message-ID: <bug-220027-208809@https.bugzilla.kernel.org/> (raw)

https://bugzilla.kernel.org/show_bug.cgi?id=220027

            Bug ID: 220027
           Summary: USB 3.2 capture cards using incorrect USB speed
           Product: Drivers
           Version: 2.5
          Hardware: AMD
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: USB
          Assignee: drivers_usb@kernel-bugs.kernel.org
          Reporter: nrkowalski@gmail.com
        Regression: No

There seems to be an issue with USB 3.2 capture cards being detected as
SuperSpeed (5Gbps) devices instead of SuperSpeed Plus (10Gbps) which severely
limits their functionality.

This issue has been reported multiple places by multiple people and a similar
bug report with a different capture card can be found here:
https://bugzilla.kernel.org/show_bug.cgi?id=218943

In my particular case I'am using an Elgato 4K X plugged into my PC's USB4 port
which is directly connected to the motherboard. The capture device has been
tested working at full speed in Windows 11.

niko@Eva-Mini:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 2109:2822 VIA Labs, Inc. USB2.0 Hub             
Bus 001 Device 003: ID 0406:2814 Fujitsu-ICL Computers USB Composite Device
Bus 001 Device 004: ID 8087:0032 Intel Corp. AX210 Bluetooth
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 2109:0822 VIA Labs, Inc. USB3.1 Hub             
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 008 Device 002: ID 0fd9:009c Elgato Systems GmbH Elgato 4K X

niko@Eva-Mini:~$ lsusb -tv
[...]
/:  Bus 008.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/1p, 10000M
    ID 1d6b:0003 Linux Foundation 3.0 root hub
    |__ Port 001: Dev 002, If 0, Class=Video, Driver=uvcvideo, 5000M
        ID 0fd9:009c Elgato Systems GmbH 
    |__ Port 001: Dev 002, If 1, Class=Video, Driver=uvcvideo, 5000M
        ID 0fd9:009c Elgato Systems GmbH 
    |__ Port 001: Dev 002, If 2, Class=Audio, Driver=snd-usb-audio, 5000M
        ID 0fd9:009c Elgato Systems GmbH 
    |__ Port 001: Dev 002, If 3, Class=Audio, Driver=snd-usb-audio, 5000M
        ID 0fd9:009c Elgato Systems GmbH 

niko@Eva-Mini:~$ sudo lsusb -D /dev/bus/usb/008/002
Device: ID 0fd9:009c Elgato Systems GmbH Elgato 4K X
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               3.20
  bDeviceClass          239 Miscellaneous Device
  bDeviceSubClass         2 [unknown]
  bDeviceProtocol         1 Interface Association
  bMaxPacketSize0         9
  idVendor           0x0fd9 Elgato Systems GmbH
  idProduct          0x009c Elgato 4K X
  bcdDevice            0.02
  iManufacturer           6 Elgato
  iProduct                7 Elgato 4K X
  iSerial                 3 A7SNB504228NRE
  bNumConfigurations      1
[...]
Binary Object Store Descriptor:
  bLength                 5
  bDescriptorType        15
  wTotalLength       0x0016
  bNumDeviceCaps          2
  USB 2.0 Extension Device Capability:
    bLength                 7
    bDescriptorType        16
    bDevCapabilityType      2
    bmAttributes   0x00000000
      (Missing must-be-set LPM bit!)
  SuperSpeed USB Device Capability:
    bLength                10
    bDescriptorType        16
    bDevCapabilityType      3
    bmAttributes         0x00
    wSpeedsSupported   0x000e
      Device can operate at Full Speed (12Mbps)
      Device can operate at High Speed (480Mbps)
      Device can operate at SuperSpeed (5Gbps)
    bFunctionalitySupport   3
      Lowest fully-functional device speed is SuperSpeed (5Gbps)
    bU1DevExitLat           0 micro seconds
    bU2DevExitLat           0 micro seconds



niko@Eva-Mini:~$ dmesg | grep "usb 8-1"
[    1.249480] usb 8-1: new SuperSpeed USB device number 2 using xhci_hcd
[    1.313624] usb 8-1: LPM exit latency is zeroed, disabling LPM.
[    1.388209] usb 8-1: New USB device found, idVendor=0fd9, idProduct=009c,
bcdDevice= 0.02
[    1.388223] usb 8-1: New USB device strings: Mfr=6, Product=7,
SerialNumber=3
[    1.388227] usb 8-1: Product: Elgato 4K X
[    1.388230] usb 8-1: Manufacturer: Elgato
[    1.388234] usb 8-1: SerialNumber: A7SNB504228NRE
[    2.199309] usb 8-1: Found UVC 1.00 device Elgato 4K X (0fd9:009c)
[    2.332366] usb 8-1: 3:2: failed to get current value for ch 0 (-22)

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

             reply	other threads:[~2025-04-17 18:26 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-17 18:26 bugzilla-daemon [this message]
2025-04-18  1:07 ` [Bug 220027] USB 3.2 capture cards using incorrect USB speed bugzilla-daemon
2025-04-26  8:39 ` bugzilla-daemon
2025-04-26 16:15 ` bugzilla-daemon
2025-04-27 23:27 ` bugzilla-daemon
2025-04-30  6:35 ` bugzilla-daemon
2025-04-30 19:54 ` bugzilla-daemon
2025-05-02  9:41 ` bugzilla-daemon
2025-05-02 15:19 ` bugzilla-daemon
2025-05-02 20:36 ` bugzilla-daemon
2025-05-03 15:31 ` bugzilla-daemon
2025-05-03 15:59 ` bugzilla-daemon
2025-05-04  0:27 ` bugzilla-daemon
2026-02-12 21:59 ` bugzilla-daemon
2026-02-14 21:27 ` bugzilla-daemon
2026-02-15  6:59   ` Greg KH
2026-02-15  6:59 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-220027-208809@https.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@kernel.org \
    --cc=linux-usb@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox