Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#9008 - make m:robe100 touchstrip less sensitiv.

Attached to Project: Rockbox
Opened by Dominik Wenger (Domonoky) - Sunday, 18 May 2008, 15:00 GMT+2
Last edited by Dominik Wenger (Domonoky) - Friday, 27 June 2008, 22:20 GMT+2
Task Type Patches
Category Drivers
Status Closed
Assigned To No-one
Player Type Another
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Hei,

I experimented with the touchstrip driver on the m:robe100.
I wanted to make it less sensitiv, as at the moment it reacts before you touch the strip.

I first tried it with setting in the MEP Parameter $21: "Enhanced Operating Configuration" the "Min Absolute Reporting", this should then only create position reports when the "finger" bit changes.

But it didnt work. Somehow it just ignores this parameter.

Writing to the Parameters itself works ( i tried it succesfully with disabling the buttons).

So now this patch just reads the finger bit, and ignores the Report if it isnt set. This produces the same result (strip only reacts if you really touch it) but it isnt the best way.

please try it, and report if the strip is now better useable..
   mrobe-touchstrip.patch (5.7 KiB)
 firmware/target/arm/olympus/mrobe-100/button-mr100.c |   69 ++++++++++++-------
 1 file changed, 46 insertions(+), 23 deletions(-)

This task depends upon

Closed by  Dominik Wenger (Domonoky)
Friday, 27 June 2008, 22:20 GMT+2
Reason for closing:  Accepted

Loading...