Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#4857 - Possible fix for rockboy ipod controls

Attached to Project: Rockbox
Opened by Rick Ennis (somaweary) - Monday, 20 March 2006, 09:03 GMT+2
Last edited by Michael Stummvoll (Stummi) - Thursday, 23 December 2010, 13:33 GMT+2
Task Type Patches
Category Games
Status Closed
Assigned To No-one
Player Type iPod 5G
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Had a look at the rockboy source code this evening. I believe this patch might offer a fix to the problem we've been having with getting rockboy to work with the ipod scroll wheel. The only problem is that I left my usb cable over at a friends house and won't be able to test it until later. If someone could download the current source code, apply the patch, and let me know the results, I would be grateful.
(application/octet-stream)    rockboy.patch (11.6 KiB)
 rockboy.c |  418 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 209 insertions(+), 209 deletions(-)

This task depends upon

Closed by  Michael Stummvoll (Stummi)
Thursday, 23 December 2010, 13:33 GMT+2
Reason for closing:  Out of Date
Comment by Paul Louden (darkkone) - Monday, 20 March 2006, 18:54 GMT+2
Your patch rewrites the whole file, I'm assuming that it has windows style line endings instead of UNIX style. I'm not really sure, but you probably want to check on whatever's causing it.
Comment by Rick Ennis (somaweary) - Monday, 20 March 2006, 20:51 GMT+2
Sorry, fed it trough dos2unix. This should do the trick....
(application/octet-stream)    rockboy.patch (0.6 KiB)
 rockboy.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comment by Rick Ennis (somaweary) - Thursday, 23 March 2006, 05:25 GMT+2
This patch is for menu.c in the rockboy subdirectory. This patch allows you to configure the buttons in rockboy for the ipod. It also supports setting scrolling as an option. I am planning another patch, see http://forums.rockbox.org/index.php?topic=3092.0 for details.
(application/octet-stream)    menu.patch (1 KiB)
 menu1.c |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

Loading...