diff options
Diffstat (limited to 'drivers/input/touchscreen/wacom/wacom_i2c_flash.h')
-rw-r--r-- | drivers/input/touchscreen/wacom/wacom_i2c_flash.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/wacom/wacom_i2c_flash.h b/drivers/input/touchscreen/wacom/wacom_i2c_flash.h index 20af8ae..5ba3258 100644 --- a/drivers/input/touchscreen/wacom/wacom_i2c_flash.h +++ b/drivers/input/touchscreen/wacom/wacom_i2c_flash.h @@ -37,7 +37,7 @@ #define FLASH_ERASE 0x84 #define FLASH_SET_INFO 0x85 #define FLASH_END_TO_BOOT 0x87 -#define FLASH_BAIDRATE 0x88 +#define FLASH_BAUDRATE 0x88 #define FLASH_QUERY 0xE0 #define FLASH_BLVER 0xE1 @@ -68,6 +68,11 @@ #endif #define MAX_ADDR_514 0xBFFF +#define MPUVER_505 0x28 +#define MAX_BLOCK_505 59 +#define MAX_ADDR_505 0xEFFF +#define BLVER_505 0xFF + #define RETRY 1 #define ERR_FAILED_ENTER -1 |