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:
parent
6c1de04a63
commit
6f00e82512
1 changed files with 1 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue