mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
5b6a5354d03442ffc30f4939247bd9dc1daec42b
Adds new member skip_resume to struct usb_bus to resolve ABI diff. This patch also adds the capability to skip device resume during system resume. It allows xHC to remain in low power mode and not resume the bus when system wide resume happens. Instead, the controller comes out of low power mode only when usb device issues a remote wakeup or if there is host initiated bus resume. Test: build Bug: 153445212 Change-Id: I96cdcb9e3642906b4afa08d9bde07e123d9b3977 Signed-off-by: Hemant Kumar <hemantk@codeaurora.org> (cherry picked from commit 567a7ba0cc8c96d8b01ea290417c8397d1acd078) [hridya: partial cherry-pick] Signed-off-by: Hridya Valsaraju <hridya@google.com>
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.
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.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%