forked from len0rd/rockbox
iAudio, iRiver: As both platforms use the same i2c interface i have renamed i2c-h100.c/h to i2c-coldfire.c/h. Also i have changed some stuff in config.h and config-xx.h. Hope everybody agrees with this patch, else we can unroll and improve it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7271 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6109a3b0be
commit
4894a06a15
8 changed files with 32 additions and 29 deletions
|
|
@ -81,8 +81,7 @@
|
|||
#define I2C_PLAYREC 0 /* Archos Player/Recorder style */
|
||||
#define I2C_ONDIO 1 /* Ondio style */
|
||||
#define I2C_GMINI 2 /* Gmini style */
|
||||
#define I2C_H100 3 /* iRiver h100 style */
|
||||
#define I2C_IAUDIO 4 /* iAuido style */
|
||||
#define I2C_COLDFIRE 3 /* Coldfire style */
|
||||
|
||||
/* CONFIG_LED */
|
||||
#define LED_REAL 1 /* SW controlled LED (Archos recorders, player, Gmini) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue