diff options
Diffstat (limited to 'include/linux/input')
| -rw-r--r--[-rwxr-xr-x] | include/linux/input/synaptics_dsx_v2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/input/synaptics_dsx_v2.h b/include/linux/input/synaptics_dsx_v2.h index 13e8ae3df62e..9df212c3cdfe 100755..100644 --- a/include/linux/input/synaptics_dsx_v2.h +++ b/include/linux/input/synaptics_dsx_v2.h @@ -5,7 +5,7 @@ * * Copyright (C) 2012 Alexandra Chin <alexandra.chin@tw.synaptics.com> * Copyright (C) 2012 Scott Lin <scott.lin@tw.synaptics.com> - * Copyright (c) 2015, The Linux Foundation. All rights reserved. + * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -101,6 +101,7 @@ struct synaptics_dsx_board_data { bool disable_gpios; bool detect_device; bool bypass_packrat_id_check; + bool resume_in_workqueue; const char *fw_name; }; |
