From 93a08e77440b09b254fb18c5eb4350dd5efbeff0 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Mon, 6 Jun 2011 14:57:01 -0700 Subject: Input: atmel_mxt_ts: Atmel customizations to touch. Integrate changes made by Atmel. These changes are in addition to mainline driver. NOTE: Driver will compile as a stand-alone. BUG 826854 Change-Id: If13688d90d97b71718576f3fb756496f57a965d7 Reviewed-on: http://git-master/r/35280 Reviewed-by: Robert R Collins Tested-by: Robert R Collins Reviewed-by: Scott Williams Reviewed-by: Daniel Willemsen --- include/linux/i2c/atmel_mxt_ts.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/linux/i2c') diff --git a/include/linux/i2c/atmel_mxt_ts.h b/include/linux/i2c/atmel_mxt_ts.h index f027f7a63511..155cbe6ecd1d 100644 --- a/include/linux/i2c/atmel_mxt_ts.h +++ b/include/linux/i2c/atmel_mxt_ts.h @@ -2,6 +2,7 @@ * Atmel maXTouch Touchscreen driver * * Copyright (C) 2010 Samsung Electronics Co.Ltd + * Copyright (C) 2011 Atmel Corporation * Author: Joonyoung Shim * * This program is free software; you can redistribute it and/or modify it @@ -39,6 +40,8 @@ struct mxt_platform_data { unsigned int voltage; unsigned char orient; unsigned long irqflags; + u8(*read_chg) (void); + unsigned long config_crc; }; #endif /* __LINUX_ATMEL_MXT_TS_H */ -- cgit v1.2.3