From 6f00e82512e645627f25263e75e54a61d72f9fb5 Mon Sep 17 00:00:00 2001 From: Szymon Dziok Date: Sun, 11 Sep 2011 11:58:46 +0000 Subject: HDD6330: Fix random strange behavior of the touchpad. Setting the sensitivity higher than normal is not a good idea for this one. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30504 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/philips/power-hdd.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'firmware') diff --git a/firmware/target/arm/philips/power-hdd.c b/firmware/target/arm/philips/power-hdd.c index 4806276270..9f1c047a1e 100644 --- a/firmware/target/arm/philips/power-hdd.c +++ b/firmware/target/arm/philips/power-hdd.c @@ -61,7 +61,7 @@ void power_init(void) GPIOD_OUTPUT_VAL |= 0x80; /* high */ GPIOA_OUTPUT_EN &= ~0x20; /* CLK */ - + GPIOA_OUTPUT_EN |= 0x10; /* set DATA */ GPIOA_OUTPUT_VAL |= 0x10; /* high */ @@ -70,8 +70,6 @@ void power_init(void) logf("touchpad not ready"); } #if defined(PHILIPS_HDD6330) - /* set the maximum touch sensivity */ - touchpad_set_parameter(0,0x20,0x7785); /* reduce transmission overhead */ touchpad_set_parameter(0,0x21,0x0008); /* set GPO_LEVELS = 0 - for the buttonlights */ -- cgit v1.2.3