diff options
Diffstat (limited to 'drivers/input/mouse/elantech.h')
| -rw-r--r-- | drivers/input/mouse/elantech.h | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/input/mouse/elantech.h b/drivers/input/mouse/elantech.h index bee282b540b..ed848cc8081 100644 --- a/drivers/input/mouse/elantech.h +++ b/drivers/input/mouse/elantech.h @@ -1,7 +1,7 @@  /* - * Elantech Touchpad driver (v5) + * Elantech Touchpad driver (v6)   * - * Copyright (C) 2007-2008 Arjan Opmeer <arjan@opmeer.net> + * Copyright (C) 2007-2009 Arjan Opmeer <arjan@opmeer.net>   *   * This program is free software; you can redistribute it and/or modify it   * under the terms of the GNU General Public License version 2 as published @@ -104,6 +104,7 @@ struct elantech_data {  	unsigned char fw_version_min;  	unsigned char hw_version;  	unsigned char paritycheck; +	unsigned char jumpy_cursor;  	unsigned char parity[256];  };  |