Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#6263 - move iriver hxxx to target tree

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

Details

all workng
(application/octet-stream)    iriver_TT.patch (53.7 KiB)
 firmware/SOURCES                                      |   26 ++-
 firmware/backlight.c                                  |   35 ----
 firmware/system.c                                     |  111 -------------
 firmware/usb.c                                        |   41 -----
 firmware/drivers/adc.c                                |  129 ---------------
 firmware/drivers/ata.c                                |   17 --
 firmware/export/adc.h                                 |   27 ---
 firmware/export/config-h100.h                         |    9 +
 firmware/export/config-h120.h                         |    8 
 firmware/export/config-h300.h                         |   12 +
 firmware/target/coldfire/iriver/ata-iriver.c          |   66 ++++++++
 firmware/target/coldfire/iriver/ata-target.h          |   26 +++
 firmware/target/coldfire/iriver/backlight-target.h    |   27 +++
 firmware/target/coldfire/iriver/system-iriver.c       |  133 ++++++++++++++++
 firmware/target/coldfire/iriver/usb-target.h          |   24 ++
 firmware/target/coldfire/iriver/h100/adc-h100.c       |  117 ++++++++++++++
 firmware/target/coldfire/iriver/h100/adc-target.h     |   41 +++++
 firmware/target/coldfire/iriver/h100/backlight-h100.c |   45 +++++
 firmware/target/coldfire/iriver/h100/power-h100.c     |  147 ++++++++++++++++++
 firmware/target/coldfire/iriver/h100/usb-h100.c       |   52 ++++++
 firmware/target/coldfire/iriver/h300/adc-h300.c       |   83 ++++++++++
 firmware/target/coldfire/iriver/h300/adc-target.h     |   41 +++++
 firmware/target/coldfire/iriver/h300/backlight-h300.c |   49 ++++++
 firmware/target/coldfire/iriver/h300/power-h300.c     |  105 ++++++++++++
 firmware/target/coldfire/iriver/h300/usb-h300.c       |   57 ++++++
 25 files changed, 1063 insertions(+), 365 deletions(-)

This task depends upon

Closed by  Nils Wallménius (nls)
Tuesday, 07 November 2006, 21:20 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  commited

Loading...