Rockbox

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

Quick links: Bugs · Patches · Feature requests · Rockbox frontpage

Tasklist

FS#8898 - Prefix AS3514 registers with AS3514_

Attached to Project: Rockbox
Opened by Bertrik Sikken (bertrik) - Tuesday, 15 April 2008, 22:41 GMT+2
Last edited by Bertrik Sikken (bertrik) - Tuesday, 15 April 2008, 23:34 GMT+2
Task Type Patches
Category Drivers
Status Closed
Assigned To No-one
Player type Sansa e200
Severity Low
Priority Normal
Reported Version current build
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

This patch prefixes all AS3514 registers with AS3514_ like is done for several other chips, it does not actually change any functionality. Also:
* completes list of names and addresses of all AS3514 registers in as3514.h
* prevents name clash for the CHARGER register in the AS3514
* replaces hardcoded value 0x30 by #defined value AS3514_UID_0 in function set_serial_descriptor in usb_core.c
This task depends upon

Closed by  Bertrik Sikken (bertrik)
Tuesday, 15 April 2008, 23:34 GMT+2
Reason for closing:  Fixed
Additional comments about closing:  Committed as 17130
Comment by Bertrik Sikken (bertrik) - Tuesday, 15 April 2008, 22:41 GMT+2
Here's the patch.

Loading...