summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Jung <djung@nvidia.com>2013-02-21 15:46:09 -0800
committerMandar Padmawar <mpadmawar@nvidia.com>2013-02-24 23:11:38 -0800
commit4f0c0db94089aa128c69c76b181b9e8a0054b85e (patch)
tree193ebcda24d9529fcc6241ed1534bb665c2175b4 /include
parenta40d7e8e876f14dc5c0e8dc50f5a2ddd8e4d5bf7 (diff)
input: touch: raydium: correct queueing of resumes
Raydium code drop. Queue a maximum of one resume. Bug 1225919 Change-Id: I710ae7252bd207c6de53af719646426a9be36405 Signed-off-by: David Jung <djung@nvidia.com> Reviewed-on: http://git-master/r/203516 Reviewed-by: Matt Wagner <mwagner@nvidia.com> Tested-by: Matt Wagner <mwagner@nvidia.com> GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'include')
-rw-r--r--include/linux/spi/rm31080a_ts.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/linux/spi/rm31080a_ts.h b/include/linux/spi/rm31080a_ts.h
index 42ee65910627..9a1364ec8240 100644
--- a/include/linux/spi/rm31080a_ts.h
+++ b/include/linux/spi/rm31080a_ts.h
@@ -1,3 +1,15 @@
+/*
+ * Raydium RM31080 touchscreen header
+ *
+ * Copyright (C) 2012-2013, Raydium Semiconductor Corporation.
+ * Copyright (C) 2012-2013, NVIDIA Corporation. 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 as published by the
+ * Free Software Foundation; either version 2 of the License, or (at your
+ * option) any later version.
+ *
+ */
#ifndef _RM31080A_TS_H_
#define _RM31080A_TS_H_
@@ -42,6 +54,7 @@
#define RM_VARIABLE_PLATFORM_ID 0x01
#define RM_IOCTL_SET_SLOWSCAN_PARA 0x1012
#define RM_IOCTL_GET_SACN_MODE 0x1013
+#define RM_IOCTL_CHECK_INIT_STATUS 0x1014
#define RM_INPUT_RESOLUTION_X 4096
#define RM_INPUT_RESOLUTION_Y 4096