diff options
| author | Manoj Prabhu B <bmanoj@codeaurora.org> | 2017-03-22 11:12:52 +0530 |
|---|---|---|
| committer | Manoj Prabhu B <bmanoj@codeaurora.org> | 2017-03-25 22:02:40 +0530 |
| commit | db3fd8b4bea013b409780daf050a60a65d78010a (patch) | |
| tree | 941e4d3e980cb270cc5f3e922c5df84de01c9fbc /include | |
| parent | 89bfd053bfb4afb40d86f58de52cb7b1433dccba (diff) | |
diag: Add support for header untagging
This patch provides the support for segregate different PD data onto
separate buffers and then onto its own data stream based on received
diag private id header from the peripheral data packets.
This patch adds a new feature mask supporting the feature and
a new IOCTL querying the support of the feature.
CRs-Fixed: 1112307
Change-Id: Id76e718f83e09defc221f9ee169d4676d8e57d8a
Signed-off-by: Manoj Prabhu B <bmanoj@codeaurora.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/diagchar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/diagchar.h b/include/linux/diagchar.h index 0ae23ddbc528..7ca9b876f309 100644 --- a/include/linux/diagchar.h +++ b/include/linux/diagchar.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2016, The Linux Foundation. All rights reserved. +/* Copyright (c) 2008-2017, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -66,6 +66,7 @@ #define DIAG_IOCTL_PERIPHERAL_BUF_DRAIN 36 #define DIAG_IOCTL_REGISTER_CALLBACK 37 #define DIAG_IOCTL_HDLC_TOGGLE 38 +#define DIAG_IOCTL_QUERY_PD_LOGGING 39 /* PC Tools IDs */ #define APQ8060_TOOLS_ID 4062 |
