diff options
Diffstat (limited to 'drivers/input/mouse/elan_i2c.h')
-rw-r--r-- | drivers/input/mouse/elan_i2c.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/input/mouse/elan_i2c.h b/drivers/input/mouse/elan_i2c.h index 2e838626205f..e100c1b31597 100644 --- a/drivers/input/mouse/elan_i2c.h +++ b/drivers/input/mouse/elan_i2c.h | |||
@@ -4,7 +4,6 @@ | |||
4 | * Copyright (c) 2013 ELAN Microelectronics Corp. | 4 | * Copyright (c) 2013 ELAN Microelectronics Corp. |
5 | * | 5 | * |
6 | * Author: 林政維 (Duson Lin) <dusonlin@emc.com.tw> | 6 | * Author: 林政維 (Duson Lin) <dusonlin@emc.com.tw> |
7 | * Version: 1.5.5 | ||
8 | * | 7 | * |
9 | * Based on cyapa driver: | 8 | * Based on cyapa driver: |
10 | * copyright (c) 2011-2012 Cypress Semiconductor, Inc. | 9 | * copyright (c) 2011-2012 Cypress Semiconductor, Inc. |
@@ -33,8 +32,9 @@ | |||
33 | #define ETP_FW_IAP_PAGE_ERR (1 << 5) | 32 | #define ETP_FW_IAP_PAGE_ERR (1 << 5) |
34 | #define ETP_FW_IAP_INTF_ERR (1 << 4) | 33 | #define ETP_FW_IAP_INTF_ERR (1 << 4) |
35 | #define ETP_FW_PAGE_SIZE 64 | 34 | #define ETP_FW_PAGE_SIZE 64 |
36 | #define ETP_FW_PAGE_COUNT 768 | 35 | #define ETP_FW_VAILDPAGE_COUNT 768 |
37 | #define ETP_FW_SIZE (ETP_FW_PAGE_SIZE * ETP_FW_PAGE_COUNT) | 36 | #define ETP_FW_SIGNATURE_SIZE 6 |
37 | #define ETP_FW_SIGNATURE_ADDRESS 0xBFFA | ||
38 | 38 | ||
39 | struct i2c_client; | 39 | struct i2c_client; |
40 | struct completion; | 40 | struct completion; |