usb: core: hub: Disable autosuspend for Cypress CY7C65632
Andrew Lunn authored
commit a7d8d1c7 upstream.

The Cypress CY7C65632 appears to have an issue with auto suspend and
detecting devices, not too dissimilar to the SMSC 5534B hub. It is
easiest to reproduce by connecting multiple mass storage devices to
the hub at the same time. On a Lenovo Yoga, around 1 in 3 attempts
result in the devices not being detected. It is however possible to
make them appear using lsusb -v.

Disabling autosuspend for this hub resolves the issue.

Fixes: 1208f9e1

 ("USB: hub: Fix the broken detection of USB3 device in SMSC hub")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20210614155524.2228800-1-andrew@lunn.ch

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
fb28ec5c
Name Last commit Last update
Documentation tweewide: Fix most Shebang lines
arch ARM: OMAP2+: Fix build warning when mmc_omap is not built
block blk-mq: Swap two calls in blk_mq_exit_queue()
certs certs: Fix blacklist flag type confusion
crypto crypto: api - check for ERR pointers in crypto_destroy_tfm()
drivers usb: core: hub: Disable autosuspend for Cypress CY7C65632
firmware Fix built-in early-load Intel microcode alignment
fs gfs2: Fix use-after-free in gfs2_glock_shrink_scan
include icmp: don't send out ICMP messages with a source address of 0.0.0.0
init pid: take a reference when initializing `cad_pid`
ipc ipc/util.c: sysvipc_find_ipc() incorrectly updates position index
kernel tracing: Correct the length check which causes memory corruption
lib lib: stackdepot: turn depot_lock spinlock to raw_spinlock
mm mm/memory-failure: make sure wait for page writeback in memory_failure
net can: bcm: fix infoleak in struct bcm_msg_head
samples samples/bpf: Fix broken tracex1 due to kprobe argument change
scripts scripts: switch explicitly to Python 3
security security: commoncap: fix -Wstringop-overread warning
sound ASoC: sti-sas: add missing MODULE_DEVICE_TABLE
tools perf session: Correct buffer copying when peeking events
usr initramfs: restore default compression behavior
virt KVM: arm64: Fix exclusive limit for IPA size
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore kbuild: rpm-pkg: keep spec file until make mrproper
.mailmap .mailmap: Add Maciej W. Rozycki's Imagination e-mail address
COPYING [PATCH] update FSF address in COPYING
CREDITS MAINTAINERS: update TPM driver infrastructure changes
Kbuild License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Kconfig License cleanup: add SPDX GPL-2.0 license identifier to files with no license
MAINTAINERS MAINTAINERS: Update drm/i915 bug filing URL
Makefile Linux 4.14.237
README README: add a new README file, pointing to the Documentation/
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.