Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10940 - Fix car mode on Sansa AMS players

Attached to Project: Rockbox
Opened by Jeff Siddall (jsiddall) - Saturday, 30 January 2010, 03:21 GMT+2
Last edited by Rafaël Carré (funman) - Thursday, 04 March 2010, 20:28 GMT+2
Task Type Patches
Category Drivers
Status Closed
Assigned To No-one
Player Type Another
Severity Low
Priority Normal
Reported Version Rbutil SVN
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

This patch prevents the USB stack from rebooting the Sansa if USB is connected. This is important for car mode to work, but it may not be the right behavior for everyone since the RB USB stack cannot be used to transfer files.

The patch essentially causes the USB stack ignore USB attachment events
   usb-as3525.c.patch (0.5 KiB)
 firmware/target/arm/as3525/usb-as3525.c |    2 --
 1 file changed, 2 deletions(-)

This task depends upon

Closed by  Rafaël Carré (funman)
Thursday, 04 March 2010, 20:28 GMT+2
Reason for closing:  Invalid
Additional comments about closing:  The correct change would be to comment out HAVE_USBSTACK
Comment by Jeff Siddall (jsiddall) - Saturday, 30 January 2010, 03:22 GMT+2
Gaaah. Diffed the wrong way. Proper one attached.
   usb-as3525.c.patch (0.5 KiB)
 firmware/target/arm/as3525/usb-as3525.c |    2 ++
 1 file changed, 2 insertions(+)

Loading...