touchscreen:iyokan fix

This commit is contained in:
Gareth 2012-12-22 21:58:37 +00:00
parent 3a4b837a55
commit 4b4b7150c6
2 changed files with 8 additions and 4 deletions

View File

@ -32,9 +32,9 @@ struct cyttsp_platform_data cyttsp_data = {
.use_load_file = 1,
.use_force_fw_update = 0,
/* activate up groups */
.gest_set = CY_GEST_KEEP_ASIS,
.gest_set = 0,
/* set active distance */
.act_dist = CY_ACT_DIST_01,
.act_dist = CY_ACT_DIST_03,
/* change act_intrvl to customize the Active power state
* scanning/processing refresh interval for Operating mode
*/

View File

@ -1581,7 +1581,9 @@ again:
goto to_bl_mode;
/* init gesture setup */
if (ts->platform_data->use_gestures) {
#ifndef CONFIG_MACH_SEMC_IYOKAN
#endif
u8 gesture_setup;
DBG(printk(KERN_INFO"%s: Init gesture setup\n", __func__);)
@ -1603,7 +1605,9 @@ again:
if (retval)
goto err_gestures;
msleep(CY_DELAY_DFLT);
}
#ifndef CONFIG_MACH_SEMC_IYOKAN
#endif
goto done;
err_gestures: