summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKumar Sanghvi <kumar.sanghvi@stericsson.com>2011-05-19 14:14:52 +0530
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:07:12 +0200
commit509e35ab0d844f024c32fc7fe2f510d2407d98ab (patch)
tree8af978b7f119c1cf7f1a87f3c334f756132d1d34 /include
parent8ed330871411fd5fe08c5bdefea9017d21b6250a (diff)
u8500: shrm: Add support for CIQ L2Mux channel
Adds support for the CIQ L2Mux channel ST-Ericsson ID: CR334399 Change-Id: Ib189a1090c11b3537fafd6f3b9bc8becf1c63c2f Signed-off-by: Kumar Sanghvi <kumar.sanghvi@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/23373 Reviewed-by: QATEST Tested-by: Sean SANDOVAL <sean.xx.sandoval@stericsson.com> Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/modem/shrm/shrm_driver.h2
-rw-r--r--include/linux/modem/shrm/shrm_private.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/modem/shrm/shrm_driver.h b/include/linux/modem/shrm/shrm_driver.h
index f662a0c4533..e7b87005565 100644
--- a/include/linux/modem/shrm/shrm_driver.h
+++ b/include/linux/modem/shrm/shrm_driver.h
@@ -24,7 +24,7 @@
#include <linux/modem/shrm/shrm.h>
#include <linux/cdev.h>
-#define ISA_DEVICES 6
+#define ISA_DEVICES 7
#define BOOT_INIT (0)
#define BOOT_INFO_SYNC (1)
diff --git a/include/linux/modem/shrm/shrm_private.h b/include/linux/modem/shrm/shrm_private.h
index 2063f6d6e8e..888a7c200fd 100644
--- a/include/linux/modem/shrm/shrm_private.h
+++ b/include/linux/modem/shrm/shrm_private.h
@@ -46,6 +46,7 @@
#define SECURITY_MESSAGING (3)
#define COMMON_LOOPBACK_MESSAGING (0xC0)
#define AUDIO_LOOPBACK_MESSAGING (0x80)
+#define CIQ_MESSAGING (0xC3)
#define COMMON_CHANNEL 0
#define AUDIO_CHANNEL 1