Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#6996 - make scroll wheel sensitivity configurable

Attached to Project: Rockbox
Opened by Matthias Wientapper (mattzz) - Sunday, 08 April 2007, 19:28 GMT+2
Last edited by Paul Louden (Llorean) - Sunday, 08 April 2007, 20:53 GMT+2
Task Type Patches
Category Drivers
Status Closed
Assigned To No-one
Player Type Sansa e200
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

- Introducing 3 levels of sensitivity ("speed") for the scroll wheel.
- Added Settings -> General Settings -> System -> Scroll wheel sensitivity -> 1...3

   scroll_wheel_sensitivity.diff (6.3 KiB)
 apps/settings.c                                      |    4 ++
 apps/lang/deutsch.lang                               |   14 +++++++
 apps/lang/english.lang                               |   14 +++++++
 apps/settings.h                                      |    3 +
 apps/menus/settings_menu.c                           |    6 +++
 apps/settings_list.c                                 |    6 +++
 firmware/export/button.h                             |    3 +
 firmware/export/config-e200.h                        |    2 +
 firmware/target/arm/sandisk/sansa-e200/button-e200.c |   37 ++++++++++++-------
 9 files changed, 77 insertions(+), 12 deletions(-)

This task depends upon

Closed by  Barry Wardell (barrywardell)
Monday, 23 April 2007, 01:26 GMT+2
Reason for closing:  Fixed
Additional comments about closing:  A similar fix was committed to SVN a few days ago.
Comment by Matthias Wientapper (mattzz) - Sunday, 08 April 2007, 21:28 GMT+2
- Hardcoded version, setting scroll wheel speed to "medium", evaluating only full steps

After discussion with Llorean (2007-04-08, 20:59 on IRC) this is an optional way to solve the currently much too fast scroll wheel speed without adding yet another configuration item.
   scroll_wheel_sensitivity_hard_coded.diff (0.9 KiB)
 firmware/target/arm/sandisk/sansa-e200/button-e200.c |   12 ------------
 1 file changed, 12 deletions(-)

Comment by Anonymous Submitter - Wednesday, 18 April 2007, 10:04 GMT+2
Something has changed in SVN. The hardcoded patch applies cleanly to the tree, however it renders the scroll wheel non-functional.

Thanks.

Charles

Loading...