No description
Find a file
Sean Young f0c15b360f media: ir_toy: prevent device from hanging during transmit
If the IR Toy is receiving IR while a transmit is done, it may end up
hanging. We can prevent this from happening by re-entering sample mode
just before issuing the transmit command.

Link: https://github.com/bengtmartensson/HarcHardware/discussions/25

Cc: stable@vger.kernel.org
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2021-09-19 11:19:37 +02:00
arch
block
certs
crypto
Documentation media updates for v5.15-rc1 2021-09-01 10:34:52 -07:00
drivers media: ir_toy: prevent device from hanging during transmit 2021-09-19 11:19:37 +02:00
fs
include media updates for v5.15-rc1 2021-09-01 10:34:52 -07:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound sound updates for 5.15-rc1 2021-09-01 10:29:29 -07:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS media updates for v5.15-rc1 2021-09-01 10:34:52 -07:00
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.