aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/configs/cyanogenmod_p3100_defconfig4
-rw-r--r--arch/arm/mach-omap2/board-espresso-input.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/configs/cyanogenmod_p3100_defconfig b/arch/arm/configs/cyanogenmod_p3100_defconfig
index fce3283..ee71c39 100644
--- a/arch/arm/configs/cyanogenmod_p3100_defconfig
+++ b/arch/arm/configs/cyanogenmod_p3100_defconfig
@@ -2333,9 +2333,9 @@ CONFIG_OMAP_HSI_DEVICE=y
# CONFIG_MAG_DRIVER_YAS532 is not set
CONFIG_INPUT_YAS_SENSORS=y
CONFIG_INPUT_YAS_ACCELEROMETER=y
-CONFIG_INPUT_YAS_ACCELEROMETER_POSITION=6
+CONFIG_INPUT_YAS_ACCELEROMETER_POSITION=7
CONFIG_INPUT_YAS_MAGNETOMETER=y
-CONFIG_INPUT_YAS_MAGNETOMETER_POSITION=6
+CONFIG_INPUT_YAS_MAGNETOMETER_POSITION=7
CONFIG_INPUT_YAS_ORIENTATION=y
# CONFIG_OPTICAL_BH1721 is not set
# CONFIG_INPUT_CM3663 is not set
diff --git a/arch/arm/mach-omap2/board-espresso-input.c b/arch/arm/mach-omap2/board-espresso-input.c
index 688b8c0..096e5e0 100644
--- a/arch/arm/mach-omap2/board-espresso-input.c
+++ b/arch/arm/mach-omap2/board-espresso-input.c
@@ -177,7 +177,7 @@ static struct sec_ts_platform_data espresso_ts_pdata = {
.tx_channel_no = 22, /* Tx ch. */
.x_pixel_size = 1023,
.y_pixel_size = 599,
- .pivot = true,
+ .pivot = false,
.ta_state = CABLE_TYPE_NONE,
.set_power = tsp_set_power,
};