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
This commit is contained in:
Szymon Dziok 2011-09-11 11:58:46 +00:00
parent 6c1de04a63
commit 6f00e82512

View file

@ -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 */