diff options
| author | Lior Barenboim <liorb@codeaurora.org> | 2016-10-09 11:47:28 +0300 |
|---|---|---|
| committer | Lior Barenboim <liorb@codeaurora.org> | 2016-10-26 10:43:09 +0300 |
| commit | 1e0b8d4f59968423afea1bcbe95bd93c68b1f0bd (patch) | |
| tree | c1a81db8717bd5841fed286a79d1d8d046a159f8 /include/uapi/linux/Kbuild | |
| parent | 34b975e502ed8fa96b81ecf06734d1d51a258cd2 (diff) | |
soc: qcom: add support for fingerprint sensor driver
The QBT1000 driver provides an API for communicating
with trustzone applications and handles firmware event
interrupts.
The driver supports the following features:
- loading and unloading trustzone applications
- sending commands to trustzone applications
- voting/un-voting for clocks before/after making
a trustzone call
- receiving firmware events, signalled by interrupts,
and providing them to the driver client
- sending a key event in response to firmware finger
detect events
Change-Id: I1d9d7a6b6bd2d3420a28a8c09868143bb9bd3b27
Signed-off-by: Lior Barenboim <liorb@codeaurora.org>
Diffstat (limited to 'include/uapi/linux/Kbuild')
| -rw-r--r-- | include/uapi/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 0bac6947a1cb..d6ff882ad6a7 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -381,6 +381,7 @@ header-y += prctl.h header-y += psci.h header-y += ptp_clock.h header-y += ptrace.h +header-y += qbt1000.h header-y += qcedev.h header-y += qcota.h header-y += qnx4_fs.h |
