summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobert Collins <rcollins@nvidia.com>2013-08-12 19:37:12 -0700
committerGabby Lee <galee@nvidia.com>2013-10-13 15:59:07 -0700
commitd7f7aeb6381abe1e19c9958a99687ad8f26a89bd (patch)
tree4f0169cc0f0d2d844a773adad129e44ed987a9d6 /include
parent9dc95a167562b3452d7c89792849fe47d1451767 (diff)
input: touch: maxim_sti: Update to version 1.4.0, v21
Changes: - Fixed: Will respawn touch_fusion daemon in the event it crashes (bug 1316502/1339998). - Fixed: Touch linearity issues fixed (Bug 1326822). - Improved: Linearity on edges (Bug 1333700). Bug 1316502 Bug 1326822 Bug 1333700 Bug 1339998 Change-Id: I731da02b5912723b41da553eca19400885e10976 Signed-off-by: Robert Collins <rcollins@nvidia.com> Reviewed-on: http://git-master/r/260856 (cherry picked from commit ae1911fa1caddd9d1daadffafd53bdf3028a9a97) Reviewed-on: http://git-master/r/288755 GVS: Gerrit_Virtual_Submit Reviewed-by: Bo Kim <bok@nvidia.com> Tested-by: Bo Kim <bok@nvidia.com> Reviewed-by: Gabby Lee <galee@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/maxim_sti.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/linux/maxim_sti.h b/include/linux/maxim_sti.h
index ac9d913fcc8b..2ee03604ec75 100644
--- a/include/linux/maxim_sti.h
+++ b/include/linux/maxim_sti.h
@@ -27,8 +27,8 @@
#include "genetlink.h"
#endif
-#define DRIVER_VERSION "1.3.1"
-#define DRIVER_RELEASE "August 5, 2013"
+#define DRIVER_VERSION "1.4.0"
+#define DRIVER_RELEASE "August 12, 2013"
/****************************************************************************\
* Netlink: common kernel/user space macros *
@@ -151,6 +151,7 @@ enum {
DR_CHIP_ACCESS_METHOD,
DR_CONFIG_IRQ,
DR_CONFIG_INPUT,
+ DR_CONFIG_WATCHDOG,
DR_DECONFIG,
DR_INPUT,
DR_LEGACY_FWDL,
@@ -202,6 +203,10 @@ struct __attribute__ ((__packed__)) dr_config_input {
__u16 y_range;
};
+struct __attribute__ ((__packed__)) dr_config_watchdog {
+ __u32 pid;
+};
+
struct __attribute__ ((__packed__)) dr_input_event {
__u8 id;
__u8 tool_type;