Linux kernel source tree
Go to file
Roderick Colenbrander f2f47c385d HID: sony: Support motion sensor calibration on dongle
The DualShock 4 dongle isn't connected to a real DualShock 4 at
time of driver loading. When a DualShock 4 is plugged in, we
need to obtain calibration data (the dongle would have zeros).

This patch adds calibration logic, which we schedule on a hotplug
from sony_raw_event. In addition this patch adds dongle state
handling.

Signed-off-by: Roderick Colenbrander <roderick.colenbrander@sony.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
2017-03-21 15:11:56 +01:00
Documentation HID: sony: Report DS4 motion sensors through a separate device 2017-03-21 15:11:32 +01:00
arch media updates for v4.11-rc1 2017-02-21 16:58:32 -08:00
block
certs
crypto
drivers HID: sony: Support motion sensor calibration on dongle 2017-03-21 15:11:56 +01:00
firmware
fs
include HID: sony: Report DS4 motion sensors through a separate device 2017-03-21 15:11:32 +01:00
init Final extable.h related changes. 2017-02-21 14:28:55 -08:00
ipc
kernel Final extable.h related changes. 2017-02-21 14:28:55 -08:00
lib
mm
net
samples
scripts MIPS changes for v4.11 2017-02-21 14:21:11 -08:00
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS media updates for v4.11-rc1 2017-02-21 16:58:32 -08:00
Makefile
README

README

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

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.