Go to file
Marcel Holtmann 68d19d7d99 Revert "Bluetooth: validate BLE connection interval updates"
This reverts commit c49a8682fc.

There are devices which require low connection intervals for usable operation
including keyboards and mice. Forcing a static connection interval for
these types of devices has an impact in latency and causes a regression.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2019-09-05 09:02:59 +03:00
arch
block
certs
crypto
Documentation macb: bindings doc: update sifive fu540-c000 binding 2019-08-28 14:05:48 -07:00
drivers Bluetooth: bpa10x: change return value 2019-09-04 16:11:46 +02:00
fs NFS client bugfixes for Linux 5.3 2019-08-27 13:22:57 -07:00
include net: sched: act_sample: fix psample group handling on overwrite 2019-08-28 15:53:51 -07:00
init
ipc
kernel
lib
LICENSES
mm
net Revert "Bluetooth: validate BLE connection interval updates" 2019-09-05 09:02:59 +03:00
samples
scripts
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.