Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

| Tasklist |

FS#10767 - usb for mini2440

Attached to Project: Rockbox
Opened by Dominik Wenger (Domonoky) - Sunday, 08 November 2009, 18:52 GMT+1
Task Type Patches
Category Drivers
Status New
Assigned To No-one
Player Type Another
Severity Low
Priority Normal
Reported Version Release 3.4
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Private No

Details

This is a very early patch to enable USB on the mini2440.

This patch let rockbox react on USB, but unfortunatly i dont get further then the first reset interrupt from USB. Something in the init has to be wrong, so i dont get ep0 interrupt which should follow the reset.

Because of this problems, no attempt has been made to implement the acutal data transfer functions.

If someone wants to step in and debug.. feel free !
   usb.patch (7.1 KiB)
 firmware/export/config.h                  |    1 
 firmware/export/config-mini2440.h         |   13 +
 firmware/SOURCES                          |    2 
 firmware/target/arm/s3c2440/usb-s3c2440.c |  262 ++++++++++++++++++++++++++++++
 4 files changed, 276 insertions(+), 2 deletions(-)

This task depends upon

Loading...