Go to file
Marcel Holtmann 5f4b91728b Bluetooth: Add MGMT_EV_PHY_CONFIGURATION_CHANGED to supported list
The event MGMT_EV_PHY_CONFIGURATION_CHANGED wasn't listed in the list of
supported events. So add it.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2020-05-11 12:13:38 +02:00
arch
block
certs
crypto
Documentation dt-bindings: net: bluetooth: Add rtl8723bs-bluetooth 2020-05-11 12:13:37 +02:00
drivers Bluetooth: hci_h5: Add support for binding RTL8723BS with device tree 2020-05-11 12:13:37 +02:00
fs
include Bluetooth: Adding driver and quirk defs for multi-role LE 2020-04-28 11:49:01 +02:00
init
ipc
kernel kernel/module: Hide vermagic header file from general use 2020-04-21 13:27:37 -07:00
lib
LICENSES
mm
net Bluetooth: Add MGMT_EV_PHY_CONFIGURATION_CHANGED to supported list 2020-05-11 12:13:38 +02:00
samples
scripts kernel/module: Hide vermagic header file from general use 2020-04-21 13:27:37 -07:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.