From: Mathias Nyman <mathias.nyman@linux.intel.com>
To: Nikolay Martynov <mar.kolya@gmail.com>,
mathias.nyman@intel.com, linux-usb@vger.kernel.org
Subject: Re: [PATCH] Enable trust tx length quirk for Fresco FL11 USB controller
Date: Mon, 4 Oct 2021 11:38:53 +0300 [thread overview]
Message-ID: <a0ef9097-03ca-86b6-5dc0-a043acd7e0c5@linux.intel.com> (raw)
In-Reply-To: <20211003001441.28928-1-mar.kolya@gmail.com>
On 3.10.2021 3.14, Nikolay Martynov wrote:
> Tested on SD5200T TB3 dock which has Fresco Logic FL1100 USB 3.0 Host
> Controller.
> Before this patch streaming video from USB cam made mouse and keyboard
> connected to the same USB bus unusable. Also video was jerky.
> With this patch streaming video doesn't have any effect on other
> periferals and video is smooth.
>
> Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
> ---
> drivers/usb/host/xhci-pci.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c
> index 2c9f25ca8edd..2175fac2f259 100644
> --- a/drivers/usb/host/xhci-pci.c
> +++ b/drivers/usb/host/xhci-pci.c
> @@ -30,6 +30,7 @@
> #define PCI_VENDOR_ID_FRESCO_LOGIC 0x1b73
> #define PCI_DEVICE_ID_FRESCO_LOGIC_PDK 0x1000
> #define PCI_DEVICE_ID_FRESCO_LOGIC_FL1009 0x1009
> +#define PCI_DEVICE_ID_FRESCO_LOGIC_FL1100 0x1100
> #define PCI_DEVICE_ID_FRESCO_LOGIC_FL1400 0x1400
>
> #define PCI_VENDOR_ID_ETRON 0x1b6f
> @@ -113,6 +114,7 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
> /* Look for vendor-specific quirks */
> if (pdev->vendor == PCI_VENDOR_ID_FRESCO_LOGIC &&
> (pdev->device == PCI_DEVICE_ID_FRESCO_LOGIC_PDK ||
> + pdev->device == PCI_DEVICE_ID_FRESCO_LOGIC_FL1100 ||
> pdev->device == PCI_DEVICE_ID_FRESCO_LOGIC_FL1400)) {
> if (pdev->device == PCI_DEVICE_ID_FRESCO_LOGIC_PDK &&
> pdev->revision == 0x0) {
>
Thanks, adding to queue, and and adding "xhci:" to changelog header
-Mathias
next prev parent reply other threads:[~2021-10-04 8:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-03 0:14 [PATCH] Enable trust tx length quirk for Fresco FL11 USB controller Nikolay Martynov
2021-10-04 8:38 ` Mathias Nyman [this message]
2021-12-14 14:16 ` Mathias Nyman
2021-12-14 14:26 ` [RFT PATCH] xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set Mathias Nyman
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=a0ef9097-03ca-86b6-5dc0-a043acd7e0c5@linux.intel.com \
--to=mathias.nyman@linux.intel.com \
--cc=linux-usb@vger.kernel.org \
--cc=mar.kolya@gmail.com \
--cc=mathias.nyman@intel.com \
/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