Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#6264 - move player to TT

Attached to Project: Rockbox
Opened by Jonathan Gordon (jdgordon) - Monday, 30 October 2006, 14:11 GMT+2
Task Type Patches
Category Operating System/Drivers
Status Closed
Assigned To No-one
Player Type Archos Player
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

move player to TT
(application/octet-stream)    arcos.patch (34.1 KiB)
 firmware/SOURCES                |   11 ++++
 firmware/backlight.c            |    5 -
 firmware/usb.c                  |   13 ----
 firmware/drivers/adc.c          |   86 -------------------------------
 firmware/drivers/ata.c          |   24 --------
 firmware/drivers/button.c       |   23 --------
 firmware/export/adc.h           |   37 -------------
 firmware/export/button.h        |   28 ----------
 firmware/export/config-player.h |    6 ++
 tools/configure                 |    4 +
 adc-sh1.c                       |  109 +++++++++++++++++++++++++++++++++++++++
 adc-target.h                    |   63 ++++++++++++++++++++++
 ata-archos.c                    |   58 +++++++++++++++++++++
 ata-target.h                    |   26 +++++++++
 backlight-player.c              |   36 +++++++++++++
 backlight-target.h              |   27 +++++++++
 button-player.c                 |   61 ++++++++++++++++++++++
 button-target.h                 |   55 ++++++++++++++++++++
 power-player.c                  |  110 ++++++++++++++++++++++++++++++++++++++++
 usb-player.c                    |   46 ++++++++++++++++
 20 files changed, 614 insertions(+), 214 deletions(-)

This task depends upon

Closed by  Jonathan Gordon (jdgordon)
Tuesday, 17 April 2007, 10:41 GMT+2
Reason for closing:  Out of Date

Loading...