This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
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
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
|
DetailsThis 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
Tuesday, 15 April 2008, 23:34 GMT+2
Reason for closing: Fixed
Additional comments about closing: Committed as 17130
Here's the patch.