Go to file
Torez Smith e198c138aa USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)
Bugzilla: http://bugzilla.redhat.com/2061784
Brew: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=45014530
Tested: HP ZBook 15 G5/80D5 Laptop
 TGL-U(QS) Laptop

commit 0ad3bd562bb91853b9f42bda145b5db6255aee90
Author: Jimmy Wang <wangjm221@gmail.com>
Date:   Tue Dec 14 09:26:50 2021 +0800

    USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)

    This device doesn't work well with LPM, losing connectivity intermittently.
    Disable LPM to resolve the issue.

    Reviewed-by: <markpearson@lenovo.com>
    Signed-off-by: Jimmy Wang <wangjm221@gmail.com>
    Cc: stable <stable@vger.kernel.org>
    Link: https://lore.kernel.org/r/20211214012652.4898-1-wangjm221@gmail.com
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Signed-off-by: Torez Smith <torez@redhat.com>
2022-05-02 15:30:23 -04:00
Documentation dt-bindings: usb: Add missing properties used in examples 2022-05-02 15:30:22 -04:00
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes" 2021-07-15 06:31:24 -06:00
arch ARM: omap1: move omap15xx local bus handling to usb.c 2022-05-02 15:29:47 -04:00
block block: restore the old set_task_ioprio() behaviour wrt PF_EXITING 2022-04-11 22:46:31 +08:00
certs Kbuild updates for v5.13 (2nd) 2021-05-08 10:00:11 -07:00
crypto Merge: crypto: fips - Add algorithm-specific limits for FIPS 2022-03-28 20:21:32 +00:00
drivers USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04) 2022-05-02 15:30:23 -04:00
fs Merge: CNB: Remove PDE_DATA() and replace by pde_data() 2022-04-28 10:01:56 +02:00
include Revert "usb: core: hcd: Add support for deferring roothub registration" 2022-05-02 15:30:01 -04:00
init sched/preempt: Tell about PREEMPT_DYNAMIC on kernel headers 2022-04-07 09:35:08 -04:00
ipc proc: remove PDE_DATA() completely 2022-04-08 17:38:02 +02:00
kernel Merge: mm/page_owner: Report memory cgroup info 2022-04-28 10:01:59 +02:00
lib Merge: mm/page_owner: Report memory cgroup info 2022-04-28 10:01:59 +02:00
mm Merge: mm: lru_cache_disable: replace work queue synchronization with synchronize_rcu 2022-04-28 10:02:15 +02:00
net Merge: CNB: net: make dev_watchdog() less intrusive 2022-04-29 12:30:40 +02:00
redhat Add CONFIG_USB_XEN_HCD to configs 2022-05-02 15:30:19 -04:00
samples Merge: Update NFS to upstream v5.16 2022-02-21 14:38:40 +00:00
scripts Merge: Support PREEMPT_DYNAMIC on aarch64 2022-04-28 10:01:39 +02:00
security Merge: integrity: general upstream bugfixes 2022-04-19 12:23:47 +02:00
sound proc: remove PDE_DATA() completely 2022-04-08 17:38:02 +02:00
tools usb: testusb: Fix for showing the connection speed 2022-05-02 15:29:25 -04:00
usr .gitignore: prefix local generated files with a slash 2021-05-02 00:43:35 +09:00
virt KVM: use __vcalloc for very large allocations 2022-03-16 12:20:15 +01:00
.clang-format clang-format: Update with the latest for_each macro list 2021-05-12 23:32:39 +02:00
.cocciconfig
.get_maintainer.conf get_maintainer.conf: Update with new location of RHMAINTAINERS 2022-01-19 14:26:16 -05:00
.get_maintainer.ignore
.gitattributes gitattributes: Remove unnecesary export restrictions 2021-08-30 10:50:35 -04:00
.gitignore gitlab: Add CI job for packaging scripts 2021-08-30 10:49:13 -04:00
.gitlab-ci.yml CI: Drop baseline runs 2022-04-12 18:32:27 +02:00
.mailmap m68k updates for v5.14 2021-06-28 14:01:03 -07:00
COPYING
CREDITS MAINTAINERS: move Murali Karicheri to credits 2021-04-29 15:47:30 -07:00
Kbuild
Kconfig Introduce CONFIG_RH_DISABLE_DEPRECATED 2021-08-30 10:50:55 -04:00
Kconfig.redhat Rename RH_DISABLE_DEPRECATED to RHEL_DIFFERENCES 2021-08-30 14:29:36 -04:00
MAINTAINERS Merge: dmaengine: ptdma: Initial driver for the AMD PTDMA 2022-04-28 10:01:25 +02:00
Makefile block: move CONFIG_BLOCK guard to top Makefile 2021-12-06 16:42:52 +08:00
Makefile.rhelver [redhat] kernel-5.14.0-83.el9 2022-04-29 10:51:34 +00:00
README
makefile redhat: Change Makefile target names to dist- 2021-08-30 10:50:11 -04:00

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

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.